Build: workaround inlining problems on Solaris
[exim.git] / src / src / functions.h
index bcf04c2d21461b62d449858966efb3fe1b8f35ce..0602789597788209395d5d53a7b548429ce6d88b 100644 (file)
@@ -737,6 +737,7 @@ return ss;
 }
 
 
+# ifndef COMPILE_UTILITY
 /*************************************************
 *     Copy and save string in longterm store     *
 *************************************************/
@@ -760,6 +761,7 @@ memcpy(ss, s, len);
 store_pool = old_pool;
 return ss;
 }
+# endif