Avoid defining inlinable fn for utilities build
authorJeremy Harris <jgh146exb@wizmail.org>
Thu, 25 Apr 2019 19:03:34 +0000 (20:03 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Thu, 25 Apr 2019 19:03:34 +0000 (20:03 +0100)
src/src/functions.h

index b902d23568b76bb240c83701cdf5067a928c6bea..2eb74579fd88eb70bd62b1d238cfc6792118bb75 100644 (file)
@@ -590,7 +590,7 @@ extern BOOL    write_chunk(transport_ctx *, uschar *, int);
 extern ssize_t write_to_fd_buf(int, const uschar *, size_t);
 
 
-#ifndef MACRO_PREDEF
+#if !defined(MACRO_PREDEF) && !defined(COMPILE_UTILITY)
 /* exim_chown - in some NFSv4 setups *seemes* to be an issue with
 chown(<exim-uid>, <exim-gid>).