diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-04-25 20:03:34 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-04-25 20:03:34 +0100 |
commit | 7172970e1dd8f3d85e7daa3e64331e4a5b8f8c3b (patch) | |
tree | e962306cf07ae5c1ac14d56032b7a2b8ca0b9c9e /src | |
parent | a8af957d93348cd8c74b852431fae7e65bc8297f (diff) |
Avoid defining inlinable fn for utilities build
Diffstat (limited to 'src')
-rw-r--r-- | src/src/functions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/functions.h b/src/src/functions.h index b902d2356..2eb74579f 100644 --- a/src/src/functions.h +++ b/src/src/functions.h @@ -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>). |