X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Fsrc%2Fmacros.h;h=962d17c00d6b8cecdc96c9d39c4d017fa8ca9d83;hb=26831938fd6653134941738b5b048c5cf20ca070;hp=7f50dbb892d1b90d56e484871f347a219ba7b07b;hpb=4c2efd7a1bc5b018f2e05a0d739fd856967e3de7;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/macros.h b/src/src/macros.h index 7f50dbb89..962d17c00 100644 --- a/src/src/macros.h +++ b/src/src/macros.h @@ -137,7 +137,7 @@ changed, then the tables in expand.c for accessing them must be changed too. */ /* The size of the buffer holding the processing information string. */ -#define PROCESS_INFO_SIZE 256 +#define PROCESS_INFO_SIZE 384 /* The size of buffer to get for constructing log entries. Make it big enough to hold all the headers from a normal kind of message. */ @@ -1101,6 +1101,7 @@ should not be one active. */ #define NOTIFIER_SOCKET_NAME "exim_daemon_notify" -#define NOTIFY_MSG_QRUN 1 /* Notify message types */ +#define NOTIFY_MSG_QRUN 1 /* Notify message types */ +#define NOTIFY_QUEUE_SIZE_REQ 2 /* End of macros.h */