[exim-cvs] Avoid defining inlinable fn for utilities build

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Avoid defining inlinable fn for utilities build
Gitweb: https://git.exim.org/exim.git/commitdiff/7172970e1dd8f3d85e7daa3e64331e4a5b8f8c3b
Commit:     7172970e1dd8f3d85e7daa3e64331e4a5b8f8c3b
Parent:     a8af957d93348cd8c74b852431fae7e65bc8297f
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Thu Apr 25 20:03:34 2019 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Thu Apr 25 20:03:34 2019 +0100


    Avoid defining inlinable fn for utilities build
---
 src/src/functions.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/src/src/functions.h b/src/src/functions.h
index b902d23..2eb7457 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>).