changeset 10035:be51e61f9fb7

add symbols for --with-pop, --with-kerberos, --with-hesiod
author David J. MacKenzie <djm@gnu.org>
date Tue, 22 Nov 1994 03:18:35 +0000
parents 1c6132b72da9
children b609515c1c6e
files src/config.in
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/config.in	Tue Nov 22 02:52:14 1994 +0000
+++ b/src/config.in	Tue Nov 22 03:18:35 1994 +0000
@@ -90,6 +90,17 @@
    that & in the full name stands for the login id.  */
 #undef AMPERSAND_FULL_NAME
 
+/* Things set by --with options in the configure script.  */
+
+/* Define to support POP mail retrieval.  */
+#undef MAIL_USE_POP
+
+/* Define to support Kerberos-authenticated POP mail retrieval.  */
+#undef KERBEROS
+
+/* Define to support using a Hesiod database to find the POP server.  */
+#undef HESIOD
+
 /* Some things figured out by the configure script, grouped as they are in
    configure.in.  */
 #ifndef _ALL_SOURCE  /* suppress warning if this is pre-defined */