]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/macros.h
tidying
[user/henk/code/exim.git] / src / src / macros.h
index 659a70f481f08557bb29c799cfd5bc0fae1814d1..fa89de12d747eb22ae214219fc3d5b7adf91880a 100644 (file)
@@ -2,8 +2,8 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
+/* Copyright (c) The Exim Maintainers 2020 - 2022 */
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
@@ -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))