From: Richard M. Stallman Date: Thu, 4 Aug 1994 23:15:35 +0000 (+0000) Subject: Include config.h first thing. X-Git-Tag: emacs-19.34~7404 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3b9ee81953948918c6324d1f2c9c348139594336;p=emacs.git Include config.h first thing. --- diff --git a/lib-src/movemail.c b/lib-src/movemail.c index 7db92557637..9613564f69b 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c @@ -48,12 +48,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ * */ +#define NO_SHORTNAMES /* Tell config not to load remap.h */ +#include <../src/config.h> #include #include #include #include -#define NO_SHORTNAMES /* Tell config not to load remap.h */ -#include <../src/config.h> #include <../src/syswait.h> #ifdef MSDOS