]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/globals.h
Remove duplicate 4.95 section from NewStuff
[user/henk/code/exim.git] / src / src / globals.h
index 937cce776c43d2e484675a1745c0a9806fb0f99c..657e6c70631381cde5f14654db2598a1143304f8 100644 (file)
@@ -77,6 +77,10 @@ extern int     sqlite_lock_timeout;    /* Internal lock waiting timeout */
 extern BOOL    move_frozen_messages;   /* Get them out of the normal directory */
 #endif
 
+#ifdef ALLOW_INSECURE_TAINTED_DATA
+extern BOOL    allow_insecure_tainted_data;
+#endif
+
 /* These variables are outside the #ifdef because it keeps the code less
 cluttered in several places (e.g. during logging) if we can always refer to
 them. Also, the tls_ variables are now always visible. */