Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
They're passed as HDRS, but the lookups/Makefile referenced the PHDRS
(which was empty)
E.g. touch src/functions.h didn't force a rebuild of the lookups.a
|
|
This should fix a Solaris build error probably inserted by 92583637b2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Broken-by: 649c209e19
|
|
complex coding.
|
|
Broken-by: 649c209e19
|
|
|
|
|
|
|
|
|
|
structs.h:757:18: error: ‘NS_MAXMSG’ undeclared here (not in a function); did you mean ‘N_MASC’?
uschar answer[NS_MAXMSG]; /* the answer itself */
|
|
|
|
This reverts commit 1ad20e19a669731c19852c865facabe4816ae4f9.
These are not typos; "provably" is a real word and accurate in context.
|
|
|
|
|
|
This is not only safer (vs. unexpected expansions), but more efficient
|
|
|
|
elements. Bug 2701
|
|
|
|
|
|
2694
|
|
|
|
|
|
|
|
|
|
|
|
before before feeding the message
This is to keep debug output in similar order on different platforms
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Broken-by: d6870e76cf
|
|
|
|
|
|
|
|
|
|
|
|
Broken-by: 3eb0bcd7a1
|