diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 29dfcc14ab..7869b296b5 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -755,6 +755,9 @@ /* Define if you have the sigprocmask function. */ #undef HAVE_SIGPROCMASK +/* Define if you have the sigset function. */ +#undef HAVE_SIGSET + /* Define if you have the snprintf function. */ #undef HAVE_SNPRINTF @@ -1112,6 +1115,3 @@ /* Define if you have working AF_LOCAL sockets */ #undef HAVE_WORKING_AF_LOCAL -/* Used for determining the compile time options */ -#undef SSL_DIR - |