summaryrefslogtreecommitdiff
path: root/src/src/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/src/globals.h')
-rw-r--r--src/src/globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src/globals.h b/src/src/globals.h
index b3ad4b231..fc1cdbc68 100644
--- a/src/src/globals.h
+++ b/src/src/globals.h
@@ -483,6 +483,7 @@ extern BOOL ignore_fromline_local; /* Local SMTP ignore fromline */
extern uschar *ignore_fromline_hosts; /* Hosts permitted to send "From " */
extern BOOL inetd_wait_mode; /* Whether running in inetd wait mode */
extern int inetd_wait_timeout; /* Timeout for inetd wait mode */
+extern uschar *initial_cwd; /* The directory we where in at startup */
extern BOOL is_inetd; /* True for inetd calls */
extern uschar *iterate_item; /* Item from iterate list */