OpenSSL: fix bulid on older library versions
[exim.git] / src / src / macros.h
index c99b152d5def3a82b6656f55ca0cf3505eecf785..93756d8a1f43973bf57041fbf2386d5c31e85a60 100644 (file)
@@ -1100,4 +1100,8 @@ should not be one active. */
 #define SVFMT_TAINT_NOCHK      BIT(2)
 
 
+#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 */