summaryrefslogtreecommitdiff
path: root/mail/nmh/patches/patch-cb
blob: 9e638adcd4806f521e5aada8321d6992e7975a37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
$NetBSD: patch-cb,v 1.5 2000/03/02 00:23:15 hubertf Exp $

--- config.h.in.orig	Sun Feb  6 13:40:21 2000
+++ config.h.in	Thu Mar  2 00:47:13 2000
@@ -1,5 +1,12 @@
 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
 
+/* Define if you have the <sys/param.h> header file.  */
+#undef HAVE_SYS_PARAM_H
+
+#ifdef HAVE_SYS_PARAM_H
+# include <sys/param.h>
+#endif
+
 /****** BEGIN USER CONFIGURATION SECTION *****/
 
 /*
@@ -405,9 +412,6 @@
 
 /* Define if you have the <sys/ndir.h> header file.  */
 #undef HAVE_SYS_NDIR_H
-
-/* Define if you have the <sys/param.h> header file.  */
-#undef HAVE_SYS_PARAM_H
 
 /* Define if you have the <sys/time.h> header file.  */
 #undef HAVE_SYS_TIME_H