diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-12-31 14:31:13 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-12-31 14:31:13 +0000 |
commit | 162a6606bdcb075c256980fb3a559e59d89f2192 (patch) | |
tree | de5a719de6612449acdb88203bb80b7bf9f13346 /source3/include/config.h.in | |
parent | 84ecd95dba6cf03070432b3cc37d511d310d1325 (diff) | |
download | samba-162a6606bdcb075c256980fb3a559e59d89f2192.tar.gz samba-162a6606bdcb075c256980fb3a559e59d89f2192.tar.bz2 samba-162a6606bdcb075c256980fb3a559e59d89f2192.zip |
cope with systems that don't have full gssapi libs
(This used to be commit c4d928e55fe99a3a1c4e53508a44949f92d74219)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 9aa9a1b203..641f81517a 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -1,4 +1,4 @@ -/* include/config.h.in. Generated automatically from configure.in by autoheader. */ +/* include/config.h.in. Generated automatically from configure.in by autoheader 2.13. */ /* Define if on AIX 3. System headers sometimes define this. @@ -248,6 +248,7 @@ #undef I18N_SWAT #undef I18N_DEFAULT_PREF_LANG #undef HAVE_KRB5 +#undef HAVE_GSSAPI #undef BROKEN_REDHAT_7_SYSTEM_HEADERS #undef HAVE_LDAP |