Build: avoid compiling code for unused transports, routers, authenticators
[exim.git] / src / src / transports / lmtp.c
index 2dd0f328b3afe731c22c0297f40d38e28ad54cd3..eff0dc79d905a177844f21e7e8e8d4242f8ff029 100644 (file)
@@ -2,13 +2,15 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
-/* Copyright (c) The Exim Maintainers 2020 - 2022 */
+/* Copyright (c) The Exim Maintainers 2020 - 2023 */
 /* Copyright (c) University of Cambridge 1995 - 2018 */
 /* See the file NOTICE for conditions of use and distribution. */
 /* SPDX-License-Identifier: GPL-2.0-or-later */
 
 
 #include "../exim.h"
+#ifdef TRANSPORT_LMTP          /* Remainder of file */
+
 #include "lmtp.h"
 
 #define PENDING_OK 256
@@ -807,4 +809,5 @@ MINUS_N:
 }
 
 #endif /*!MACRO_PREDEF*/
+#endif /*TRANSPORT_LMTP*/
 /* End of transport/lmtp.c */