From cf38a720e81b545f90dc7be81891d94df6ed059a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 25 Jun 2012 18:05:39 -0700 Subject: Clean out last vestiges of the old HAVE_CONFIG_H stuff. --- lib-src/pop.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib-src/pop.c') diff --git a/lib-src/pop.c b/lib-src/pop.c index c4c7f2b4e2f..b8ed65c3eac 100644 --- a/lib-src/pop.c +++ b/lib-src/pop.c @@ -21,11 +21,7 @@ You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see . */ -#ifdef HAVE_CONFIG_H #include -#else -#define MAIL_USE_POP -#endif #ifdef MAIL_USE_POP @@ -101,7 +97,7 @@ extern char *krb_realmofhost (/* char * */); #endif /* KERBEROS */ #ifndef WINDOWSNT -#if !defined (HAVE_H_ERRNO) || !defined (HAVE_CONFIG_H) +#ifndef HAVE_H_ERRNO extern int h_errno; #endif #endif -- cgit v1.2.3