Prebuild the data structure for builtin macros
authorJeremy Harris <jgh146exb@wizmail.org>
Sat, 8 Jul 2017 12:24:38 +0000 (13:24 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sat, 8 Jul 2017 16:19:58 +0000 (17:19 +0100)
commitd185889f47b9b27088e777f7d382295c51271586
tree79996e6c3a47872df961149b5d29160a5e15923d
parent125103cef97f15a3e37430f3ca7c63d5802c7625
Prebuild the data structure for builtin macros
34 files changed:
doc/doc-txt/ChangeLog
src/OS/Makefile-Base
src/scripts/MakeLinks
src/src/auths/cram_md5.c
src/src/auths/cyrus_sasl.c
src/src/auths/dovecot.c
src/src/auths/gsasl_exim.c
src/src/auths/heimdal_gssapi.c
src/src/auths/plaintext.c
src/src/auths/spa.c
src/src/auths/tls.c
src/src/drtables.c
src/src/exim.c
src/src/functions.h
src/src/globals.c
src/src/globals.h
src/src/macro_predef.c [new file with mode: 0644]
src/src/macro_predef.h [new file with mode: 0644]
src/src/readconf.c
src/src/route.c
src/src/routers/accept.c
src/src/routers/dnslookup.c
src/src/routers/ipliteral.c
src/src/routers/iplookup.c
src/src/routers/manualroute.c
src/src/routers/queryprogram.c
src/src/routers/redirect.c
src/src/transport.c
src/src/transports/appendfile.c
src/src/transports/autoreply.c
src/src/transports/lmtp.c
src/src/transports/pipe.c
src/src/transports/queuefile.c
src/src/transports/smtp.c