Fixes for compilation
[exim.git] / src / src / globals.h
index ed7cffb76c047364e35f0d0e77cdabdf23cdfb85..4beb9d07e8387c02403e6f817409263aaa0ec3c9 100644 (file)
@@ -185,6 +185,7 @@ extern struct global_flags {
  BOOL   authentication_local           :1; /* TRUE if non-smtp (implicit authentication) */
 
  BOOL   background_daemon              :1; /* Set FALSE to keep in foreground */
+ BOOL   bdat_readers_wanted            :1; /* BDAT-handling to be pushed on readfunc stack */
 
  BOOL   chunking_offered               :1;
  BOOL   config_changed                 :1; /* True if -C used */