git://git.exim.org
/
users
/
jgh
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
efa7327
)
Dummies for Solaris build
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 12 Oct 2019 13:22:25 +0000
(14:22 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 12 Oct 2019 13:22:25 +0000
(14:22 +0100)
src/src/exim_dbmbuild.c
patch
|
blob
|
history
diff --git
a/src/src/exim_dbmbuild.c
b/src/src/exim_dbmbuild.c
index 6a14ab9a0d67c66d481a6da1e527f479af1a7778..85bc3fd8808ce36f72e8b910268412c3fc8e6e6a 100644
(file)
--- a/
src/src/exim_dbmbuild.c
+++ b/
src/src/exim_dbmbuild.c
@@
-34,6
+34,12
@@
uschar * spool_directory = NULL; /* dummy for dbstuff.h */
/******************************************************************************/
/* dummies needed by Solaris build */
/******************************************************************************/
/* 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; }
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; }
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;
/******************************************************************************/
/******************************************************************************/