Debug: pass ACL-initiated debug through spool residency
[exim.git] / src / src / macros.h
index 304e45d33de6d5f08c602441e2b7ec69f6aaab86..fa89de12d747eb22ae214219fc3d5b7adf91880a 100644 (file)
@@ -105,6 +105,7 @@ don't make the file descriptors two-way. */
 
 /* Debugging control */
 
+#define LOG_NAME_SIZE 256
 #define DEBUG(x)      if (debug_selector & (x))
 #define HDEBUG(x)     if (host_checking || debug_selector & (x))