blob: 4cb4b0eac21548835170d2598ebf6194efb1d29d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-ab,v 1.2 2000/10/07 19:24:14 kim Exp $
These are needed so autoreconf will not barf.
--- acconfig.h.orig Tue Feb 29 17:28:29 2000
+++ acconfig.h Fri Oct 6 20:04:29 2000
@@ -83,3 +83,10 @@
#undef HAVE_SENDMAIL
#undef PGP
+
+#undef FREEBSD4
+#undef HAVE_CP
+#undef HAVE_GZIP
+#undef HAVE_IRRDCACHER
+#undef HAVE_MV
+#undef HAVE_WGET
|