Store the initial working directory, expand $initial_cwd. Bug 1805
[exim.git] / src / src / globals.c
index 008880265e4a4043e0dab49dc624718a7245a9bf..6bbb43bc484b009bd26f04caefd9c185263e9a47 100644 (file)
@@ -667,6 +667,7 @@ BOOL    ignore_fromline_local  = FALSE;
 uschar *ignore_fromline_hosts  = NULL;
 BOOL    inetd_wait_mode        = FALSE;
 int     inetd_wait_timeout     = -1;
+uschar *initial_cwd            = NULL;
 uschar *interface_address      = NULL;
 int     interface_port         = -1;
 BOOL    is_inetd               = FALSE;