X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/cfc525a9b85207225cb4071d1d3b01e8d1db2424..29d590d74c6e03f5efe9f743c40a61028ccd491d:/acconfig.h diff --git a/acconfig.h b/acconfig.h index 29c66c0c..cedaa556 100644 --- a/acconfig.h +++ b/acconfig.h @@ -22,10 +22,10 @@ * other programs which may modify your maildrops. * Currently you can only use one type. */ -#define DOT_LOCKING 1 -/* #define FCNTL_LOCKING 1 */ -/* #define LOCKF_LOCKING 1 */ -/* #define FLOCK_LOCKING 1 */ +#undef DOT_LOCKING +#undef FCNTL_LOCKING +#undef LOCKF_LOCKING +#undef FLOCK_LOCKING /* * If you have defined DOT_LOCKING, then the default is to @@ -114,12 +114,6 @@ #define DEFAULT_FOLDER_MODE "700" #define DEFAULT_MESSAGE_MODE "600" -/* - * The prefix which is prepended to the name of messages when they - * are "removed" by rmm. This should typically be `,' or `#' - */ -#define BACKUP_PREFIX "," - /* * Name of link to file to which you are replying. */ @@ -158,6 +152,12 @@ /***** END USER CONFIGURATION SECTION *****/ @TOP@ +/* + * The prefix which is prepended to the name of messages when they + * are "removed" by rmm. This should typically be `,' or `#' + */ +#define BACKUP_PREFIX "," + /* * Define this if you want SMTP (simple mail transport protocol) * support. This is currently always enabled. @@ -260,6 +260,9 @@ /* Define to 1 if struct tm has gmtoff */ #undef HAVE_TM_GMTOFF +/* Define to 1 if struct utmp has ut_type */ +#undef HAVE_UTMP_UT_TYPE + /* Define if your system has sigsetjmp */ #undef HAVE_SIGSETJMP