]> git.pld-linux.org Git - packages/nmh.git/blob - nmh-config.patch
perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
[packages/nmh.git] / nmh-config.patch
1 --- nmh-1.0.3/config.h.in.config        Mon Feb 28 14:17:24 2000
2 +++ nmh-1.0.3/config.h.in       Mon Feb 28 14:18:56 2000
3 @@ -23,8 +23,8 @@
4   * other programs which may modify your maildrops.
5   * Currently you can only use one type.
6   */
7 -#define DOT_LOCKING   1
8 -/* #define FCNTL_LOCKING 1 */
9 +/* #define DOT_LOCKING   1 */
10 +#define FCNTL_LOCKING 1
11  /* #define LOCKF_LOCKING 1 */
12  /* #define FLOCK_LOCKING 1 */
13  
14 @@ -93,7 +93,7 @@
15   * to be able to use both POP3 _and_ Kerberized POP and plan to use inc and
16   * msgchk's -kpop switch every time in the latter case.
17   */
18 -#define POPSERVICE "pop3"
19 +#define POPSERVICE "pop-3"
20  
21  /*
22   * Define the default creation modes for folders and messages.
23 @@ -139,7 +139,7 @@
24  #undef SCO_5_STDIO
25  
26  /* This tells nmh to use the Linux _IO_*_ptr defines from libio.h */ 
27 -#undef LINUX_STDIO
28 +#define LINUX_STDIO 1
29  
30  
31  /***** END USER CONFIGURATION SECTION *****/
This page took 0.07221 seconds and 3 git commands to generate.