Removed absolute path from mailproc.
[mmh] / acconfig.h
1
2 /****** BEGIN USER CONFIGURATION SECTION *****/
3
4 /*
5  * IMPORTANT: You should no longer need to edit this file to handle
6  * your operating system. That should be handled and set correctly by
7  * configure now.
8  *
9  * These are slowly being phased out, but currently
10  * not everyone is auto-configured.  Then decide if you
11  * wish to change the features that are compiled into nmh.
12  */
13
14 /*
15  * If you have defined DOT_LOCKING, then the default is to
16  * place the lock files in the same directory as the file that
17  * is to be locked.  Alternately, if you define LOCKDIR, you
18  * can specify that all lock files go in a specific directory.
19  * Don't define this unless you know you need it.
20  */
21 /* #define LOCKDIR "/usr/spool/locks" */
22
23 /*
24  * Define this if your passwords are stored in some type of
25  * distributed name service, such as NIS, or NIS+.
26  */
27 #define DBMPWD  1
28
29
30 /***** END USER CONFIGURATION SECTION *****/
31 @TOP@