Add perl_taintmode option
[exim.git] / src / src / globals.c
index 8e5a4dfe8e53353f30d263c5bbd0d9b4b1633348..be1fae849298ddb732d941136e7f27e5bffb05c1 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