git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
79b19a3
)
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:16:27 +0000
(20:16 +0100)
src/src/transports/queuefile.c
patch
|
blob
|
history
diff --git
a/src/src/transports/queuefile.c
b/src/src/transports/queuefile.c
index 259bfd9410be50e004fcc1f396ea351c2e168d56..e657e350fbc62d0fdce3c0f0ecc8e3905e0c4977 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"
#ifndef EXIM_HAVE_OPENAT
@@
-280,3
+283,4
@@
return FALSE;
}
#endif /*!MACRO_PREDEF*/
+#endif /*EXPERIMENTAL_QUEUEFILE*/