X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/80a47a2c9633437d4ceebd214cd44abfbd4f4543..c1d94452b1b7f3620ee3cc9aa197ad98821de79f:/src/src/config.h.defaults diff --git a/src/src/config.h.defaults b/src/src/config.h.defaults index 298f2f37f..9f0eba0fe 100644 --- a/src/src/config.h.defaults +++ b/src/src/config.h.defaults @@ -1,10 +1,10 @@ -/* $Cambridge: exim/src/src/config.h.defaults,v 1.17 2009/06/10 07:34:04 tom 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 * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2007 */ +/* Copyright (c) University of Cambridge 1995 - 2009 */ /* See the file NOTICE for conditions of use and distribution. */ /* The default settings for Exim configuration variables. A #define without @@ -128,6 +128,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 @@ -146,6 +147,7 @@ it's a default value. */ #define WITH_CONTENT_SCAN #define WITH_OLD_DEMIME +#define WITH_OLD_CLAMAV_STREAM /* EXPERIMENTAL features */ #define EXPERIMENTAL_SPF @@ -159,5 +161,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 */