]> git.eshelyaron.com Git - emacs.git/commitdiff
add symbols for --with-pop, --with-kerberos, --with-hesiod
authorDavid J. MacKenzie <djm@gnu.org>
Tue, 22 Nov 1994 03:18:35 +0000 (03:18 +0000)
committerDavid J. MacKenzie <djm@gnu.org>
Tue, 22 Nov 1994 03:18:35 +0000 (03:18 +0000)
src/config.in

index fd4da2c673e849481d8af561a4e3e2b51d325312..a944e362ee3b0c6a7ed73b0ad3ef5232403b2ac2 100644 (file)
@@ -90,6 +90,17 @@ and this notice must be preserved on all copies.  */
    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 */