From: Roland McGrath Date: Sun, 20 Feb 1994 19:45:18 +0000 (+0000) Subject: Move config.h after system includes. X-Git-Tag: emacs-19.34~9836 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=26e0a910b0f1945aec5f76433a6c9b7c82371046;p=emacs.git Move config.h after system includes. --- diff --git a/src/unexsunos4.c b/src/unexsunos4.c index 48934f21447..fd0f7ec419c 100644 --- a/src/unexsunos4.c +++ b/src/unexsunos4.c @@ -23,10 +23,6 @@ * is somewhat abused here) is loaded first! * */ -#ifdef emacs -#include -#endif - #include #include #include @@ -35,6 +31,13 @@ #include #include +/* Do this after the above #include's in case a configuration file wants + to define things for this file based on what defines. */ +#ifdef emacs +#include +#endif + + /* NetBSD needs this bit, but SunOS does not have it. */ #ifndef MAP_FILE #define MAP_FILE 0