Mercurial > hg > xemacs-beta
diff src/config.h.in @ 118:7d55a9ba150c r20-1b11
Import from CVS: tag r20-1b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:24:17 +0200 |
parents | cf808b4c4290 |
children | cca96a509cfe |
line wrap: on
line diff
--- a/src/config.h.in Mon Aug 13 09:23:08 2007 +0200 +++ b/src/config.h.in Mon Aug 13 09:24:17 2007 +0200 @@ -712,4 +712,12 @@ # define JMP_BUF jmp_buf #endif +/* movemail options */ +/* define to POP3 for mail access */ +#undef MAIL_USE_POP +/* define to use kerberos for POP authentication */ +#undef KERBEROS +/* define to use hesiod for getting POP server host */ +#undef HESIOD + #endif /* _CONFIG_H_ */