summaryrefslogtreecommitdiff
path: root/src/src/macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/src/macros.h')
-rw-r--r--src/src/macros.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src/macros.h b/src/src/macros.h
index 304e45d33..fa89de12d 100644
--- a/src/src/macros.h
+++ b/src/src/macros.h
@@ -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))