Move the fast-ramp two phase queue run support from Experimental to the mainline
[users/heiko/exim.git] / src / src / functions.h
index 0028deb0d6d2622aa0c8e88d463c6984e74df84d..2a4597202fbabfbe5a5e42e1c3595836390351a0 100644 (file)
@@ -379,7 +379,7 @@ extern void    queue_check_only(void);
 extern unsigned queue_count(void);
 extern unsigned queue_count_cached(void);
 extern void    queue_list(int, uschar **, int);
-#ifdef EXPERIMENTAL_QUEUE_RAMP
+#ifndef DISABLE_QUEUE_RAMP
 extern void    queue_notify_daemon(const uschar * hostname);
 #endif
 extern void    queue_run(uschar *, uschar *, BOOL);