Mercurial > emacs
changeset 21402:8807303bc8c9
(GSSAPI, HAVE_LIBGSSAPI_KRB5, HAVE_LIBGSSAPI, HAVE_GSSAPI_H):
Add undefs for GSS-API support in movemail.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 07 Apr 1998 03:26:32 +0000 |
parents | 7afa39c82ea2 |
children | 1982fb4daa3f |
files | src/config.in |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/config.in Tue Apr 07 03:21:46 1998 +0000 +++ b/src/config.in Tue Apr 07 03:26:32 1998 +0000 @@ -112,6 +112,8 @@ #undef KERBEROS /* Define to use Kerberos 5 instead of Kerberos 4 */ #undef KERBEROS5 +/* Define to support GSS-API in addition to (or instead of) Kerberos */ +#undef GSSAPI /* Define to support using a Hesiod database to find the POP server. */ #undef HESIOD @@ -160,6 +162,11 @@ #undef HAVE_KERBEROS_KRB_H #undef HAVE_COM_ERR_H +/* GSS-API libraries and headers */ +#undef HAVE_LIBGSSAPI_KRB5 +#undef HAVE_LIBGSSAPI +#undef HAVE_GSSAPI_H + /* Mail-file locking */ #undef HAVE_LIBMAIL #undef HAVE_MAILLOCK_H