X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/1a44d9d799eb1f94d87ae2cef4ca5b31720ccf88..7d99cba1d36af854760c35100b29f0331f619fca:/src/src/exim_dbmbuild.c diff --git a/src/src/exim_dbmbuild.c b/src/src/exim_dbmbuild.c index 542f63cbb..1185cfa44 100644 --- a/src/src/exim_dbmbuild.c +++ b/src/src/exim_dbmbuild.c @@ -34,19 +34,38 @@ 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; } void ** store_reset_3(void **ptr, int pool, const char *filename, int linenumber) -{ } +{ return NULL; } void store_release_above_3(void *ptr, const char *func, int linenumber) { } 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 * a, const uschar * b, unsigned c, ...) +{ return NULL; } +BOOL +string_format_trc(uschar * buf, int len, const uschar * func, unsigned line, + const char * fmt, ...) +{ return FALSE; } + + +struct global_flags f; +unsigned int log_selector[1]; +uschar * queue_name; +BOOL split_spool_directory; /******************************************************************************/ @@ -112,6 +131,7 @@ string_interpret_escape(const uschar **pp) int ch; const uschar *p = *pp; ch = *(++p); +if (ch == '\0') return **pp; if (isdigit(ch) && ch != '8' && ch != '9') { ch -= '0';