diff options
author | Martin Pool <mbp@samba.org> | 2003-01-15 05:23:40 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2003-01-15 05:23:40 +0000 |
commit | 3710ea2223f51f15940b27dcb835035d9c16f0c6 (patch) | |
tree | cacb1f10515461fe65658c87a2ea69612e6b9b6d /source3 | |
parent | ac4869ad2a233059fb14cc3363967a8673a2bd41 (diff) | |
download | samba-3710ea2223f51f15940b27dcb835035d9c16f0c6.tar.gz samba-3710ea2223f51f15940b27dcb835035d9c16f0c6.tar.bz2 samba-3710ea2223f51f15940b27dcb835035d9c16f0c6.zip |
Run autoheader
(This used to be commit 82e4bb598c9fc26eaa090687d0daa6505fa0d550)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/config.h.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 9441eba8e9..9c27c4673d 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -1256,9 +1256,6 @@ /* Whether we have CUPS */ #undef HAVE_CUPS -/* Whether we have dlopen() */ -#undef HAVE_DLOPEN - /* Whether the compiler supports immediate structures */ #undef HAVE_IMMEDIATE_STRUCTURES @@ -1313,9 +1310,6 @@ /* Whether the system has connect() */ #undef HAVE_CONNECT -/* Whether the system has yp_get_default_domain() */ -#undef HAVE_YP_GET_DEFAULT_DOMAIN - /* Whether stat64() is available */ #undef HAVE_STAT64 |