Lookups: per-searchtype options framework
[exim.git] / src / src / macros.h
index ca61f530be56a66dba034740ccfcdd2366dbe921..93756d8a1f43973bf57041fbf2386d5c31e85a60 100644 (file)
@@ -1100,9 +1100,8 @@ should not be one active. */
 #define SVFMT_TAINT_NOCHK      BIT(2)
 
 
-#ifdef EXPERIMENTAL_QUEUE_RAMP
-# define NOTIFIER_SOCKET_NAME  "exim_daemon_notify"
-# define NOTIFY_MSG_QRUN       1       /* Notify message types */
-#endif
+#define NOTIFIER_SOCKET_NAME   "exim_daemon_notify"
+#define NOTIFY_MSG_QRUN                1       /* Notify message types */
+#define NOTIFY_QUEUE_SIZE_REQ  2
 
 /* End of macros.h */