Move the fast-ramp two phase queue run support from Experimental to the mainline
[users/heiko/exim.git] / src / src / globals.h
index 3a8e824cf897e98dfb5a02880a37e9b848eb79db..95cc25f6a2f2e641ca5f0a43d37c555ea985d20d 100644 (file)
@@ -792,7 +792,7 @@ extern uschar *prvscheck_result;       /* Set during prvscheck expansion item */
 extern const uschar *qualify_domain_recipient; /* Domain to qualify recipients with */
 extern uschar *qualify_domain_sender;  /* Domain to qualify senders with */
 extern uschar *queue_domains;          /* Queue these domains */
-#ifdef EXPERIMENTAL_QUEUE_RAMP
+#ifndef DISABLE_QUEUE_RAMP
 extern BOOL    queue_fast_ramp;        /* 2-phase queue-run overlap */
 #endif
 extern BOOL    queue_list_requires_admin; /* TRUE if -bp requires admin */