git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2671b0
)
Build: ifdef guard for EXPERIMENTAL_QUEUEFILE
author
Jeremy Harris
<jgh146exb@wizmail.org>
Mon, 24 Aug 2020 19:14:34 +0000
(20:14 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Mon, 24 Aug 2020 19:20:41 +0000
(20:20 +0100)
(cherry picked from commit
1f5d0a9551205febf6729c7ee36c27626a76b4a4
)
src/src/transports/queuefile.c
patch
|
blob
|
history
diff --git
a/src/src/transports/queuefile.c
b/src/src/transports/queuefile.c
index 21ed3527f3f575fc539da63783e45faf75b3e8f9..97218548b16e5a97a71089ef1872e4e2853a09b5 100644
(file)
--- a/
src/src/transports/queuefile.c
+++ b/
src/src/transports/queuefile.c
@@
-8,7
+8,10
@@
/* See the file NOTICE for conditions of use and distribution. */
+
#include "../exim.h"
+
+#ifdef EXPERIMENTAL_QUEUEFILE /* whole file */
#include "queuefile.h"
/* Options specific to the appendfile transport. They must be in alphabetic
@@
-276,3
+279,4
@@
return FALSE;
}
#endif /*!MACRO_PREDEF*/
+#endif /*EXPERIMENTAL_QUEUEFILE*/