Events: move from Experimental to mainline
[exim.git] / src / src / structs.h
index 5fe8551cdc96f36f7298672d80468ac4eaf156bd..78f5a80873270d52e12b246c0a7edc8f9955ae3c 100644 (file)
@@ -189,7 +189,7 @@ typedef struct transport_instance {
   BOOL    log_fail_output;
   BOOL    log_defer_output;
   BOOL    retry_use_local_part;   /* Defaults true for local, false for remote */
-#ifdef EXPERIMENTAL_EVENT
+#ifndef DISABLE_EVENT
   uschar  *event_action;          /* String to expand on notable events */
 #endif
 } transport_instance;