From cc642929cc98a9c150b823c8712ea51abe3da1e2 Mon Sep 17 00:00:00 2001 From: "David J. MacKenzie" Date: Tue, 22 Nov 1994 03:18:35 +0000 Subject: [PATCH] add symbols for --with-pop, --with-kerberos, --with-hesiod --- src/config.in | 11 +++++++++++ 1 file changed, 11 insertions(+) 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. */ 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 */ -- 2.39.5