X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/bec94709e708f087fe7fa456bec95d4e63edc3ed..1077d3c3f960c4e5a157c51815b8009f5114ab1a:/src/src/transports/queuefile.c diff --git a/src/src/transports/queuefile.c b/src/src/transports/queuefile.c index 21ed3527f..259bfd941 100644 --- a/src/src/transports/queuefile.c +++ b/src/src/transports/queuefile.c @@ -11,6 +11,10 @@ #include "../exim.h" #include "queuefile.h" +#ifndef EXIM_HAVE_OPENAT +# error queuefile transport reqires openat() support +#endif + /* Options specific to the appendfile transport. They must be in alphabetic order (note that "_" comes before the lower case letters). Some of them are stored in the publicly visible instance block - these are flagged with the