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 | c4d928e55fe99a3a1c4e53508a44949f92d74219 (patch) | |
tree | 594122fa61fe0d39bb52b700ccba1dd0401c83a1 /source/acconfig.h | |
parent | 65e857b36e170e3ecd78bf6695ae73342e9c04cd (diff) | |
download | samba-c4d928e55fe99a3a1c4e53508a44949f92d74219.tar.gz samba-c4d928e55fe99a3a1c4e53508a44949f92d74219.tar.xz samba-c4d928e55fe99a3a1c4e53508a44949f92d74219.zip |
cope with systems that don't have full gssapi libs
Diffstat (limited to 'source/acconfig.h')
-rw-r--r-- | source/acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/acconfig.h b/source/acconfig.h index ebe015c637a..7cf8c1439a2 100644 --- a/source/acconfig.h +++ b/source/acconfig.h @@ -182,5 +182,6 @@ #undef I18N_SWAT #undef I18N_DEFAULT_PREF_LANG #undef HAVE_KRB5 +#undef HAVE_GSSAPI #undef BROKEN_REDHAT_7_SYSTEM_HEADERS #undef HAVE_LDAP |