Build: avoid compiling code for unused transports, routers, authenticators
authorJeremy Harris <jgh146exb@wizmail.org>
Thu, 28 Sep 2023 10:10:13 +0000 (11:10 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 25 Feb 2024 23:49:42 +0000 (23:49 +0000)
commit38965d80d70cacd0c944d32f7107549a3a272b35
tree648931bc8aa8506fa83903b2f774ab64e8f4919a
parent114b01dded2c9d72cdd44cac97a4d3cc9f22ddfd
Build: avoid compiling code for unused transports, routers, authenticators

The smtp transport is not covered here; there are dependencies in
other bits of the exim body.
17 files changed:
src/src/auths/cram_md5.c
src/src/auths/dovecot.c
src/src/auths/external.c
src/src/auths/plaintext.c
src/src/auths/spa.c
src/src/auths/tls.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/transports/appendfile.c
src/src/transports/autoreply.c
src/src/transports/lmtp.c
src/src/transports/pipe.c