diff options
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 |