diff options
author | Jeremy Allison <jra@samba.org> | 2001-12-19 19:18:37 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-12-19 19:18:37 +0000 |
commit | 2fe6d5d5a1025007a3e67d6040c1962734cbb6ea (patch) | |
tree | 894c0843f9955522bca0bdb03bfa150c00408cc7 /source3/include/config.h.in | |
parent | a784fce1090f4c67f064cb1230a32c574ecc652d (diff) | |
download | samba-2fe6d5d5a1025007a3e67d6040c1962734cbb6ea.tar.gz samba-2fe6d5d5a1025007a3e67d6040c1962734cbb6ea.tar.bz2 samba-2fe6d5d5a1025007a3e67d6040c1962734cbb6ea.zip |
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)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
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 |