From bf1697bc88b7e43f55a35e0442ef80d681dc4306 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 28 Sep 2001 18:07:11 +0000 Subject: Fixed CUPS detection - patch from Michael Sweet. Jeremy. (This used to be commit 4c5158d1e5620ccc3f2812a3fbedcb60a67caecc) --- source3/include/config.h.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source3/include/config.h.in') 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 - -- cgit