]> git.eshelyaron.com Git - emacs.git/commitdiff
(GSSAPI, HAVE_LIBGSSAPI_KRB5, HAVE_LIBGSSAPI, HAVE_GSSAPI_H):
authorKarl Heuer <kwzh@gnu.org>
Tue, 7 Apr 1998 03:26:32 +0000 (03:26 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 7 Apr 1998 03:26:32 +0000 (03:26 +0000)
Add undefs for GSS-API support in movemail.

src/config.in

index a1bb4c7a007fc1f6b9fa6ca51d0c793fb786f5b3..5a308795567ae12ab3a6f5416759b7dc428d6828 100644 (file)
@@ -112,6 +112,8 @@ Boston, MA 02111-1307, USA.  */
 #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 @@ Boston, MA 02111-1307, USA.  */
 #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