GnuTLS: fix build on older libraries
[exim.git] / src / src / exim_dbutil.c
index 8b71a414018d9182c9ea573a005eeb831d5f6bc0..46219a8dbd493115845cd93c82ccae07ad6e97e7 100644 (file)
@@ -44,6 +44,19 @@ 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; }
+uschar *
+string_sprintf_trc(const char * fmt, const uschar * func, unsigned line, ...)
+{ return NULL; }
+BOOL split_spool_directory;
+uschar * queue_name;
+/******************************************************************************/
+
 
 /*************************************************
 *         Berkeley DB error callback             *