diff options
Diffstat (limited to 'comms/fidogate/patches/patch-ac')
-rw-r--r-- | comms/fidogate/patches/patch-ac | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/comms/fidogate/patches/patch-ac b/comms/fidogate/patches/patch-ac index 820b326c0a6..548d6ae3af0 100644 --- a/comms/fidogate/patches/patch-ac +++ b/comms/fidogate/patches/patch-ac @@ -1,7 +1,7 @@ -$NetBSD: patch-ac,v 1.3 2001/02/22 03:00:15 tv Exp $ +$NetBSD: patch-ac,v 1.4 2004/08/23 15:18:02 tv Exp $ ---- config.h.orig Wed Feb 21 16:59:45 2001 -+++ config.h Wed Feb 21 17:09:49 2001 +--- config.h.orig 2002-07-15 16:21:55.000000000 -0400 ++++ config.h @@ -108,7 +108,7 @@ /***** rfc2ftn configuration ************************************************/ @@ -11,12 +11,10 @@ $NetBSD: patch-ac,v 1.3 2001/02/22 03:00:15 tv Exp $ /** Passthru operation for EchoMail: FIDO->Internet->FIDO **/ /* * Implemented, but requires ftntoss run after rfc2ftn to sort SEEN-BY -@@ -300,6 +300,25 @@ - # define HAS_SNPRINTF /* ? */ - # define HAS_HARDLINKS +@@ -302,6 +302,25 @@ # undef HAS_POSIX_REGEX /* ? */ -+#endif -+ + #endif + +#ifdef __NetBSD__ +# define HAS_FCNTL_LOCK +# define HAS_GETTIMEOFDAY @@ -34,6 +32,8 @@ $NetBSD: patch-ac,v 1.3 2001/02/22 03:00:15 tv Exp $ +# define HAS_SNPRINTF +# define HAS_HARDLINKS +# define HAS_POSIX_REGEX - #endif - ++#endif ++ #ifdef ISC /* ISC 3.x, GNU gcc, -DISC necessary */ + # define HAS_FCNTL_LOCK + # define HAS_GETTIMEOFDAY |