aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid J. MacKenzie1994-11-22 03:18:35 +0000
committerDavid J. MacKenzie1994-11-22 03:18:35 +0000
commitcc642929cc98a9c150b823c8712ea51abe3da1e2 (patch)
treeab17892dee3b5de02c237ef765edbbc1e0b3b572 /src
parent713dca1ca455566a6fc5a640f99c18a2789d6c43 (diff)
downloademacs-cc642929cc98a9c150b823c8712ea51abe3da1e2.tar.gz
emacs-cc642929cc98a9c150b823c8712ea51abe3da1e2.zip
add symbols for --with-pop, --with-kerberos, --with-hesiod
Diffstat (limited to 'src')
-rw-r--r--src/config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index fd4da2c673e..a944e362ee3 100644
--- a/src/config.in
+++ b/src/config.in
@@ -90,6 +90,17 @@ and this notice must be preserved on all copies. */
90 that & in the full name stands for the login id. */ 90 that & in the full name stands for the login id. */
91#undef AMPERSAND_FULL_NAME 91#undef AMPERSAND_FULL_NAME
92 92
93/* Things set by --with options in the configure script. */
94
95/* Define to support POP mail retrieval. */
96#undef MAIL_USE_POP
97
98/* Define to support Kerberos-authenticated POP mail retrieval. */
99#undef KERBEROS
100
101/* Define to support using a Hesiod database to find the POP server. */
102#undef HESIOD
103
93/* Some things figured out by the configure script, grouped as they are in 104/* Some things figured out by the configure script, grouped as they are in
94 configure.in. */ 105 configure.in. */
95#ifndef _ALL_SOURCE /* suppress warning if this is pre-defined */ 106#ifndef _ALL_SOURCE /* suppress warning if this is pre-defined */