aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-24 02:21:44 +0000
committerRichard M. Stallman1997-08-24 02:21:44 +0000
commit9847d4f87766bb84fb0bfcbf7932859d094ad061 (patch)
tree07e35dbf952f9b9b068457fd8ceb780986062238 /src
parentaf9ec10ee913da92d1eda975c733ad039c4e4002 (diff)
downloademacs-9847d4f87766bb84fb0bfcbf7932859d094ad061.tar.gz
emacs-9847d4f87766bb84fb0bfcbf7932859d094ad061.zip
(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.
Diffstat (limited to 'src')
-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. */
111 111
112/* Define to support Kerberos-authenticated POP mail retrieval. */ 112/* Define to support Kerberos-authenticated POP mail retrieval. */
113#undef KERBEROS 113#undef KERBEROS
114/* Define to use Kerberos 5 instead of Kerberos 4 */
115#undef KERBEROS5
114 116
115/* Define to support using a Hesiod database to find the POP server. */ 117/* Define to support using a Hesiod database to find the POP server. */
116#undef HESIOD 118#undef HESIOD
@@ -137,8 +139,25 @@ Boston, MA 02111-1307, USA. */
137#undef HAVE_LIBRESOLV 139#undef HAVE_LIBRESOLV
138#undef HAVE_LIBXMU 140#undef HAVE_LIBXMU
139#undef HAVE_LIBNCURSES 141#undef HAVE_LIBNCURSES
142
143/* movemail Kerberos support */
144/* libraries */
140#undef HAVE_LIBKRB 145#undef HAVE_LIBKRB
146#undef HAVE_LIBKRB4
141#undef HAVE_LIBDES 147#undef HAVE_LIBDES
148#undef HAVE_LIBDES425
149#undef HAVE_LIBKRB5
150#undef HAVE_LIBCRYPTO
151#undef HAVE_LIBCOM_ERR
152/* header files */
153#undef HAVE_KRB5_H
154#undef HAVE_DES_H
155#undef HAVE_KRB_H
156#undef HAVE_KERBEROSIV_DES_H
157#undef HAVE_KERBEROSIV_KRB_H
158#undef HAVE_KERBEROS_DES_H
159#undef HAVE_KERBEROS_KRB_H
160#undef HAVE_COM_ERR_H
142 161
143/* Mail-file locking */ 162/* Mail-file locking */
144#undef HAVE_LIBMAIL 163#undef HAVE_LIBMAIL