From 3710ea2223f51f15940b27dcb835035d9c16f0c6 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Wed, 15 Jan 2003 05:23:40 +0000 Subject: Run autoheader (This used to be commit 82e4bb598c9fc26eaa090687d0daa6505fa0d550) --- source3/include/config.h.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3/include') 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 -- cgit