Dummies for Solaris build
authorJeremy Harris <jgh146exb@wizmail.org>
Sat, 12 Oct 2019 13:22:25 +0000 (14:22 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sat, 12 Oct 2019 13:22:25 +0000 (14:22 +0100)
src/src/exim_dbmbuild.c

index 6a14ab9a0d67c66d481a6da1e527f479af1a7778..85bc3fd8808ce36f72e8b910268412c3fc8e6e6a 100644 (file)
@@ -34,6 +34,12 @@ uschar * spool_directory = NULL;     /* dummy for dbstuff.h */
 
 /******************************************************************************/
                                        /* dummies needed by Solaris build */
+void
+millisleep(int msec)
+{}
+uschar *
+readconf_printtime(int t)
+{ return NULL; }
 void *
 store_get_3(int size, BOOL tainted, const char *filename, int linenumber)
 { return NULL; }
@@ -50,8 +56,11 @@ string_vformat_trc(gstring * g, const uschar * func, unsigned line,
 uschar *
 string_sprintf_trc(const char * a, const uschar * b, unsigned c, ...)
 { return NULL; }
-BOOL split_spool_directory;
-uschar * queue_name;
+
+struct global_flags    f;
+unsigned int           log_selector[1];
+uschar *               queue_name;
+BOOL                   split_spool_directory;
 /******************************************************************************/