X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/8544e77a6ed430f7063162906c449f1353d72e58..cd25e41d2d044556e024f0292a17c5ec3cc7987b:/src/src/config.h.defaults diff --git a/src/src/config.h.defaults b/src/src/config.h.defaults index e114c6bc0..9e4556e8c 100644 --- a/src/src/config.h.defaults +++ b/src/src/config.h.defaults @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/config.h.defaults,v 1.19 2010/06/05 11:13:29 pdp Exp $ */ +/* $Cambridge: exim/src/src/config.h.defaults,v 1.20 2010/06/12 15:21:26 jetmore Exp $ */ /************************************************* * Exim - an Internet mail transport agent * @@ -13,7 +13,6 @@ in config.h unless some value is defined in Local/Makefile. If there is data, it's a default value. */ #define ALT_CONFIG_PREFIX -#define ALT_CONFIG_ROOT_ONLY #define APPENDFILE_MODE 0600 #define APPENDFILE_DIRECTORY_MODE 0700 @@ -128,6 +127,7 @@ it's a default value. */ #define SYSLOG_LOG_PID #define SYSLOG_LONG_LINES +#define TCP_WRAPPERS_DAEMON_NAME "exim" #define TIMEZONE_DEFAULT #define TMPDIR @@ -160,5 +160,6 @@ just in case. */ #define DNS_MAXNAME 1024 #define EXPAND_MAXN 20 #define ROOT_UID 0 +#define ROOT_GID 0 /* End of config.h.defaults */