]> git.pld-linux.org Git - packages/nmh.git/blob - nmh-0.24-config.patch
- more %%{__make} macros.
[packages/nmh.git] / nmh-0.24-config.patch
1 --- nmh-0.24/config.h.in.old    Wed Mar 25 10:48:31 1998
2 +++ nmh-0.24/config.h.in        Wed Mar 25 10:49:28 1998
3 @@ -29,7 +29,7 @@
4  /*
5   *  Linux
6   */
7 -/* #define LINUX_STDIO  1 */
8 +#define LINUX_STDIO  1
9  
10  /*
11   *  FreeBSD 2.x
12 @@ -59,7 +59,7 @@
13   * group and add the setgid bit to `inc' manually after
14   * installation.
15   */
16 -/* #define MAILGROUP  1 */
17 +#define MAILGROUP  1
18  
19  /*
20   * Turn on locale (setlocale) support
21 @@ -72,8 +72,8 @@
22   * other programs which may modify your maildrops.
23   * Currently you can only use one type.
24   */
25 -#define DOT_LOCKING   1
26 -/* #define FCNTL_LOCKING 1 */
27 +/* #define DOT_LOCKING   1 */
28 +#define FCNTL_LOCKING 1
29  /* #define LOCKF_LOCKING 1 */
30  /* #define FLOCK_LOCKING 1 */
31  
32 @@ -133,13 +133,13 @@
33   * that nmh will use.  Make sure this is defined in your
34   * /etc/services file (or its NIS/NIS+ eqivalent).
35   */
36 -#define POPSERVICE "pop3"
37 +#define POPSERVICE "pop-3"
38  
39  /*
40   * Define the default creation modes for folders and messages.
41   */
42  #define DEFAULT_FOLDER_MODE "0700"
43 -#define DEFAULT_MESSAGE_MODE "0644"
44 +#define DEFAULT_MESSAGE_MODE "0600"
45  
46  /*
47   * The prefix to use when messages are "removed" by rmm.
This page took 0.066586 seconds and 3 git commands to generate.