head	1.5;
access;
symbols
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.4
	RELEASE_3_2_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2003.11.08.11.48.04;	author markm;	state dead;
branches;
next	1.4;

1.4
date	99.09.24.08.28.12;	author markm;	state Exp;
branches;
next	1.3;

1.3
date	99.09.20.01.35.29;	author steve;	state Exp;
branches;
next	1.2;

1.2
date	99.05.25.07.39.19;	author markm;	state dead;
branches;
next	1.1;

1.1
date	99.03.17.11.52.46;	author markm;	state Exp;
branches;
next	;


desc
@@


1.5
log
@This software is old and unmaintained. Remove.
@
text
@--- lib/pgp/include/pgpUsuals.h.orig	Sun Sep 19 16:40:16 1999
+++ lib/pgp/include/pgpUsuals.h	Sun Sep 19 16:41:51 1999
@@@@ -48,11 +48,17 @@@@
 * will choke lesser preprocessors (like 0xffffffffffffffff) unless
 * we're reasonably certain that they'll be acceptable.
 */
+#if defined(__FreeBSD__) && defined(__alpha__)
+typedef unsigned long word64;
+typedef long int64;
+#define HAVE64 1
+#else
 #if ULONG_MAX > 0xfffffffful
 #if ULONG_MAX == 0xfffffffffffffffful
 typedef ulong bnword64;
 #define BNWORD64 bnword64
 #define HAVE64 1
+#endif
 #endif
 #endif
 
@


1.4
log
@Grrr....

Don't people do even the most rudimentary checking before committing??!
@
text
@@


1.3
log
@Let this port know of the types that are 64-bit on FreeBSD/Alpha.
@
text
@d1 2
a2 2
--- include/pgpUsuals.h.orig	Sun Sep 19 16:40:16 1999
+++ include/pgpUsuals.h	Sun Sep 19 16:41:51 1999
@


1.2
log
@Remove this. It was a bad idea.
@
text
@d1 19
a19 5
--- lib/ttyui/pgpKBUnix.c.orig	Sun Feb 14 15:07:55 1999
+++ lib/ttyui/pgpKBUnix.c	Sun Feb 14 15:08:32 1999
@@@@ -167,7 +167,7 @@@@
 int kbOpenKbd(int flags, int InBatchmode) {
     int lkbFD = -1;
a20 5
-    if(!InBatchmode) {
+    if(!InBatchmode && 0) {
 	if((lkbFD = open("/dev/tty", flags)) < 0) {
 	    lkbFD = STDIN_FILENO;
 	}
@


1.1
log
@Fix filenames so that this can co-exist with PGP 2.*
@
text
@@

