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 | b14ac75666939b4f98213719ce7bc72fa9d37ce4 (patch) | |
tree | 3084e67520746ebf062ef059ebd5c5ac6e3f8db7 /source/include/config.h.in | |
parent | a9f7974cb8e266ce87d2979fa107bf7ebbb98b70 (diff) | |
download | samba-b14ac75666939b4f98213719ce7bc72fa9d37ce4.tar.gz samba-b14ac75666939b4f98213719ce7bc72fa9d37ce4.tar.xz samba-b14ac75666939b4f98213719ce7bc72fa9d37ce4.zip |
Fix compile on RedHat 7.2 systems with broken system headers.
Jeremy.
Diffstat (limited to 'source/include/config.h.in')
-rw-r--r-- | source/include/config.h.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source/include/config.h.in b/source/include/config.h.in index 0fe73710bb9..bd808780a2e 100644 --- a/source/include/config.h.in +++ b/source/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 |