summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-24 02:21:44 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-24 02:21:44 +0000
commit73d41c20a5bbec28c3d6ed4353f9d11113769853 (patch)
tree4ec580a1803fca40a4387dec32f855aee5a375da
parentfbd87eaa205873116a702f059c6afe55d820bd26 (diff)
downloademacs-73d41c20a5bbec28c3d6ed4353f9d11113769853.tar.gz
(KERBEROS5, HAVE_LIBKRB4, HAVE_LIBDES425, HAVE_LIBKRB5)
(HAVE_LIBCRYPTO, HAVE_LIBCOM_ERR, HAVE_KRB5_H, HAVE_DES_H, HAVE_KRB_H) (HAVE_KERBEROSIV_DES_H, HAVE_KERBEROSIV_KRB_H, HAVE_KERBEROS_DES_H) (HAVE_KERBEROS_KRB_H, HAVE_COM_ERR_H): Add undefs.
-rw-r--r--src/config.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index c96734cb966..0a9506d8416 100644
--- a/src/config.in
+++ b/src/config.in
@@ -111,6 +111,8 @@ Boston, MA 02111-1307, USA. */
/* Define to support Kerberos-authenticated POP mail retrieval. */
#undef KERBEROS
+/* Define to use Kerberos 5 instead of Kerberos 4 */
+#undef KERBEROS5
/* Define to support using a Hesiod database to find the POP server. */
#undef HESIOD
@@ -137,8 +139,25 @@ Boston, MA 02111-1307, USA. */
#undef HAVE_LIBRESOLV
#undef HAVE_LIBXMU
#undef HAVE_LIBNCURSES
+
+/* movemail Kerberos support */
+/* libraries */
#undef HAVE_LIBKRB
+#undef HAVE_LIBKRB4
#undef HAVE_LIBDES
+#undef HAVE_LIBDES425
+#undef HAVE_LIBKRB5
+#undef HAVE_LIBCRYPTO
+#undef HAVE_LIBCOM_ERR
+/* header files */
+#undef HAVE_KRB5_H
+#undef HAVE_DES_H
+#undef HAVE_KRB_H
+#undef HAVE_KERBEROSIV_DES_H
+#undef HAVE_KERBEROSIV_KRB_H
+#undef HAVE_KERBEROS_DES_H
+#undef HAVE_KERBEROS_KRB_H
+#undef HAVE_COM_ERR_H
/* Mail-file locking */
#undef HAVE_LIBMAIL