comparison src/config.in @ 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 d2b302f002af
children 865571797d0b
comparison
equal deleted inserted replaced
21401:7afa39c82ea2 21402:8807303bc8c9
110 110
111 /* Define to support Kerberos-authenticated POP mail retrieval. */ 111 /* Define to support Kerberos-authenticated POP mail retrieval. */
112 #undef KERBEROS 112 #undef KERBEROS
113 /* Define to use Kerberos 5 instead of Kerberos 4 */ 113 /* Define to use Kerberos 5 instead of Kerberos 4 */
114 #undef KERBEROS5 114 #undef KERBEROS5
115 /* Define to support GSS-API in addition to (or instead of) Kerberos */
116 #undef GSSAPI
115 117
116 /* Define to support using a Hesiod database to find the POP server. */ 118 /* Define to support using a Hesiod database to find the POP server. */
117 #undef HESIOD 119 #undef HESIOD
118 120
119 /* Some things figured out by the configure script, grouped as they are in 121 /* Some things figured out by the configure script, grouped as they are in
157 #undef HAVE_KERBEROSIV_DES_H 159 #undef HAVE_KERBEROSIV_DES_H
158 #undef HAVE_KERBEROSIV_KRB_H 160 #undef HAVE_KERBEROSIV_KRB_H
159 #undef HAVE_KERBEROS_DES_H 161 #undef HAVE_KERBEROS_DES_H
160 #undef HAVE_KERBEROS_KRB_H 162 #undef HAVE_KERBEROS_KRB_H
161 #undef HAVE_COM_ERR_H 163 #undef HAVE_COM_ERR_H
164
165 /* GSS-API libraries and headers */
166 #undef HAVE_LIBGSSAPI_KRB5
167 #undef HAVE_LIBGSSAPI
168 #undef HAVE_GSSAPI_H
162 169
163 /* Mail-file locking */ 170 /* Mail-file locking */
164 #undef HAVE_LIBMAIL 171 #undef HAVE_LIBMAIL
165 #undef HAVE_MAILLOCK_H 172 #undef HAVE_MAILLOCK_H
166 #undef HAVE_TOUCHLOCK 173 #undef HAVE_TOUCHLOCK