From 2fe6d5d5a1025007a3e67d6040c1962734cbb6ea Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 19 Dec 2001 19:18:37 +0000 Subject: Added AC_CHECK_FUNCS(syslog vsyslog). nsswitch code uses vsyslog without checking for it. Provide replacement for vsyslog in lib/snprintf if not found by configure. Jeremy. (This used to be commit ab2e55cdb376d6699c9a09fac243fba7d3840447) --- source3/include/config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source3/include') diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 89798e4fcc..25c6b914b6 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -764,6 +764,9 @@ /* Define if you have the sysconf function. */ #undef HAVE_SYSCONF +/* Define if you have the syslog function. */ +#undef HAVE_SYSLOG + /* Define if you have the updwtmp function. */ #undef HAVE_UPDWTMP @@ -785,6 +788,9 @@ /* Define if you have the vsnprintf function. */ #undef HAVE_VSNPRINTF +/* Define if you have the vsyslog function. */ +#undef HAVE_VSYSLOG + /* Define if you have the waitpid function. */ #undef HAVE_WAITPID -- cgit