Remove ALT_CONFIG_ROOT_ONLY build option, effectively making it always true.
[exim.git] / src / src / config.h.defaults
index c6895b62123025038f9ba1bb5057688c117458b5..9e4556e8cd4d912d563d205ceba53edeefb04e12 100644 (file)
@@ -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
@@ -161,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 */