diff options
author | Jeremy Allison <jra@samba.org> | 2001-11-14 23:00:37 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-11-14 23:00:37 +0000 |
commit | 50005ee3adf3a3b657feeba218a543a61f5c20b6 (patch) | |
tree | 52ac9910c329c6104759336185eef52ab398a61d /source3/include | |
parent | b30f0baf7a31687780c16b9866ee90655599fec3 (diff) | |
download | samba-50005ee3adf3a3b657feeba218a543a61f5c20b6.tar.gz samba-50005ee3adf3a3b657feeba218a543a61f5c20b6.tar.bz2 samba-50005ee3adf3a3b657feeba218a543a61f5c20b6.zip |
Fix compile on RedHat 7.2 systems with broken system headers.
Jeremy.
(This used to be commit b14ac75666939b4f98213719ce7bc72fa9d37ce4)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/config.h.in | 4 |
1 files changed, 1 insertions, 3 deletions
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 |