Build: workaround inlining problems on Solaris
[exim.git] / src / src / exim_dbutil.c
index 8b71a414018d9182c9ea573a005eeb831d5f6bc0..7c34660cf3f695727d85e94eee19929d2e0ff740 100644 (file)
@@ -44,6 +44,17 @@ whose inclusion is controlled by -D on the compilation command. */
 uschar *spool_directory;
 
 
+/******************************************************************************/
+      /* dummies needed by Solaris build */
+gstring *
+string_vformat_trc(gstring * g, const uschar * func, unsigned line,
+  unsigned size_limit, unsigned flags, const char *format, va_list ap)
+{ return NULL; }
+extern uschar *string_sprintf_trc(const char *, const uschar *, unsigned , ...);
+extern BOOL split_spool_directory;
+extern uschar * queue_name;
+/******************************************************************************/
+
 
 /*************************************************
 *         Berkeley DB error callback             *