From 50005ee3adf3a3b657feeba218a543a61f5c20b6 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 14 Nov 2001 23:00:37 +0000 Subject: Fix compile on RedHat 7.2 systems with broken system headers. Jeremy. (This used to be commit b14ac75666939b4f98213719ce7bc72fa9d37ce4) --- source3/include/config.h.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source3/include') diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 0fe73710bb..bd808780a2 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -247,6 +247,7 @@ #undef I18N_SWAT #undef I18N_DEFAULT_PREF_LANG #undef HAVE_KRB5 +#undef BROKEN_REDHAT_7_SYSTEM_HEADERS /* The number of bytes in a int. */ #undef SIZEOF_INT @@ -1037,9 +1038,6 @@ /* Define if you have the nsl_s library (-lnsl_s). */ #undef HAVE_LIBNSL_S -/* Define if you have the popt library (-lpopt). */ -#undef HAVE_LIBPOPT - /* Define if you have the resolv library (-lresolv). */ #undef HAVE_LIBRESOLV -- cgit