summaryrefslogtreecommitdiff
path: root/mail/nmh/patches/patch-cb
blob: 2aff52725ff32bf7e3fc1a138877c064e53d793c (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
28
29
30
31
32
33
34
35
36
37
38
39
$NetBSD: patch-cb,v 1.6 2000/03/02 05:11:45 kim Exp $

--- config.h.in.orig	Sun Feb  6 07:40:21 2000
+++ config.h.in	Wed Mar  1 23:31:04 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 *****/
 
 /*
@@ -58,6 +65,11 @@
 /* #define REALLYDUMB  1 */
 
 /*
+ * Replace & in the GCOS field with the login name.
+ */
+#define GCOS_HACK 1
+
+/*
  * Directs inc/slocal to extract the envelope sender from "From "
  * line.  If inc/slocal is saving message to folder, then this
  * sender information is then used to create a Return-Path
@@ -405,9 +417,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