Add perl_taintmode option
[exim.git] / src / src / globals.c
index 69f217642aa113371caf56aff7b6ee88fed679e5..adf87380e3c796fdf27a227bfd82a85f5199515c 100644 (file)
@@ -49,6 +49,7 @@ duplicate them here... */
 uschar *opt_perl_startup       = NULL;
 BOOL    opt_perl_at_start      = FALSE;
 BOOL    opt_perl_started       = FALSE;
+BOOL    opt_perl_taintmode     = FALSE;
 #endif
 
 #ifdef EXPAND_DLFUNC