diff options
author | Jeremy Allison <jra@samba.org> | 2001-09-28 18:07:11 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-09-28 18:07:11 +0000 |
commit | bf1697bc88b7e43f55a35e0442ef80d681dc4306 (patch) | |
tree | 420c4bc9641c17af94cdd229ed301d375dd3fdf8 /source3/include | |
parent | b2e39ddcf7f2a15024ea212c7047810e3523dbe8 (diff) | |
download | samba-bf1697bc88b7e43f55a35e0442ef80d681dc4306.tar.gz samba-bf1697bc88b7e43f55a35e0442ef80d681dc4306.tar.bz2 samba-bf1697bc88b7e43f55a35e0442ef80d681dc4306.zip |
Fixed CUPS detection - patch from Michael Sweet.
Jeremy.
(This used to be commit 4c5158d1e5620ccc3f2812a3fbedcb60a67caecc)
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 - |