Build: workaround inlining problems on Solaris
[users/jgh/exim.git] / src / src / mytypes.h
index 7d35fe0d83b29b9a593b67d3f684649b74bc4baa..a68dc281714903c62d1ba29c3b3b2e1a420c69fd 100644 (file)
@@ -134,7 +134,7 @@ By extension, a variable pointing to this address is tainted.
 static inline BOOL
 is_tainted(const void * p)
 {
-#ifdef MACRO_PREDEF
+#if defined(COMPILE_UTILITY) || defined(MACRO_PREDEF)
 return FALSE;
 #else
 extern void * tainted_base, * tainted_top;