Events: move from Experimental to mainline
[exim.git] / src / src / smtp_out.c
index da4a46f512122d3754dab032841b7a83d5c81d75..c55b29254069cbef0b0aa812d7bde3555d36a862 100644 (file)
@@ -155,7 +155,7 @@ int sock;
 int on = 1;
 int save_errno = 0;
 
-#ifdef EXPERIMENTAL_EVENT
+#ifndef DISABLE_EVENT
 deliver_host_address = host->address;
 deliver_host_port = port;
 if (event_raise(tb->event_action, US"tcp:connect", NULL)) return -1;