diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-12-08 11:18:56 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-12-08 11:18:56 +0000 |
commit | 435fdf276a79c2a517adcd7726933aeef3fa924b (patch) | |
tree | 34a355c6b79eddce05143cabc66c9977cde0ad8d /source/include/config.h.in | |
parent | ff91131ef9b384765de3e4f22202d1e493f02efc (diff) | |
download | samba-435fdf276a79c2a517adcd7726933aeef3fa924b.tar.gz samba-435fdf276a79c2a517adcd7726933aeef3fa924b.tar.xz samba-435fdf276a79c2a517adcd7726933aeef3fa924b.zip |
added internal sasl/gssapi code. This means we are no longer dependent on cyrus-sasl which makes the code much less fragile. Also added code to auto-determine the server name or realm
Diffstat (limited to 'source/include/config.h.in')
-rw-r--r-- | source/include/config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/include/config.h.in b/source/include/config.h.in index 635c634e116..7f6f4a82db2 100644 --- a/source/include/config.h.in +++ b/source/include/config.h.in @@ -817,6 +817,9 @@ /* Define if you have the <grp.h> header file. */ #undef HAVE_GRP_H +/* Define if you have the <gssapi/gssapi.h> header file. */ +#undef HAVE_GSSAPI_GSSAPI_H + /* Define if you have the <history.h> header file. */ #undef HAVE_HISTORY_H @@ -886,9 +889,6 @@ /* Define if you have the <rpcsvc/ypclnt.h> header file. */ #undef HAVE_RPCSVC_YPCLNT_H -/* Define if you have the <sasl.h> header file. */ -#undef HAVE_SASL_H - /* Define if you have the <security/_pam_macros.h> header file. */ #undef HAVE_SECURITY__PAM_MACROS_H |