# HG changeset patch # User David J. MacKenzie # Date 785474315 0 # Node ID be51e61f9fb737cb263dbd51ae21326ac799db18 # Parent 1c6132b72da91328dc83d217ece20fd1c5639b7a add symbols for --with-pop, --with-kerberos, --with-hesiod diff -r 1c6132b72da9 -r be51e61f9fb7 src/config.in --- 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 */