X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/758fe60790c2f22e2823b5969a622371f03466f8..c9771b0f607127d89018dd79bab6febb14db3d6d:/src/src/macros.h?ds=sidebyside 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))