Gitweb:
https://git.exim.org/exim.git/commitdiff/44c16250ddbeef7b3c93cde26f97164f5d6c85bc
Commit: 44c16250ddbeef7b3c93cde26f97164f5d6c85bc
Parent: e4e884faa7f5a04d937282113681d97a355ed2af
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Tue Mar 23 00:39:54 2021 +0000
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Tue Mar 23 00:39:54 2021 +0000
Avoid building routines calling other not incuded in utilities link stage
This should fix a Solaris build error probably inserted by 92583637b2
---
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 83fad74..f1e5b46 100644
--- a/src/src/functions.h
+++ b/src/src/functions.h
@@ -966,6 +966,7 @@ g->s = s;
}
+# ifndef COMPILE_UTILITY
/******************************************************************************/
/* Use store_malloc for DNSA structs, and explicit frees. Using the same pool
for them as the strings we proceed to copy from them meant they could not be
@@ -993,7 +994,6 @@ store_free_3(dnsa, CCS func, line);
/******************************************************************************/
/* Routines with knowledge of spool layout */
-# ifndef COMPILE_UTILITY
static inline void
spool_pname_buf(uschar * buf, int len)
{