Events: move from Experimental to mainline
[exim.git] / src / src / transport.c
index e77479b971b365610c3410164531befb6c99dd90..13f3c07fcfc34b214bf8256fe4cc567818f2afd3 100644 (file)
@@ -66,7 +66,7 @@ optionlist optionlist_transports[] = {
                  (void *)offsetof(transport_instance, driver_name) },
   { "envelope_to_add",   opt_bool|opt_public,
                  (void *)(offsetof(transport_instance, envelope_to_add)) },
-#ifdef EXPERIMENTAL_EVENT
+#ifndef DISABLE_EVENT
   { "event_action",     opt_stringptr | opt_public,
                  (void *)offsetof(transport_instance, event_action) },
 #endif