Mercurial > hg > xemacs-beta
comparison lib-src/pop.c @ 438:84b14dcb0985 r21-2-27
Import from CVS: tag r21-2-27
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:32:25 +0200 |
parents | 3ecd8885ac67 |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
437:e2a4e8b94b82 | 438:84b14dcb0985 |
---|---|
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
20 Boston, MA 02111-1307, USA. */ | 20 Boston, MA 02111-1307, USA. */ |
21 | 21 |
22 #ifdef HAVE_CONFIG_H | 22 #ifdef HAVE_CONFIG_H |
23 #define NO_SHORTNAMES /* Tell config not to load remap.h */ | 23 #define NO_SHORTNAMES /* Tell config not to load remap.h */ |
24 #include <../src/config.h> | 24 #include <config.h> |
25 #else | 25 #else |
26 #define MAIL_USE_POP | 26 #define MAIL_USE_POP |
27 #endif | 27 #endif |
28 | 28 |
29 #ifdef MAIL_USE_POP | 29 #ifdef MAIL_USE_POP |