X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/7f36d675a458b3cf823c977e2cc4b47a6e6c8d4a..c1d94452b1b7f3620ee3cc9aa197ad98821de79f:/src/src/globals.h diff --git a/src/src/globals.h b/src/src/globals.h index b036def7c..d66880e67 100644 --- a/src/src/globals.h +++ b/src/src/globals.h @@ -610,6 +610,7 @@ extern int rewrite_existflags; /* Indicate which headers have rewrites * extern uschar *rfc1413_hosts; /* RFC hosts */ extern int rfc1413_query_timeout; /* Timeout on RFC 1413 calls */ /* extern BOOL rfc821_domains; */ /* If set, syntax is 821, not 822 => being abolished */ +extern uid_t root_gid; /* The gid for root */ extern uid_t root_uid; /* The uid for root */ extern router_info routers_available[];/* Vector of available routers */ extern router_instance *routers; /* Chain of instantiated routers */