# HG changeset patch # User Roland McGrath # Date 761773518 0 # Node ID a8aa874afd11c5a473481665fcc84df2377cbbc8 # Parent 1a2b17eab8d9cbe699cf940d816a62d2446ad403 Move config.h after system includes. diff -r 1a2b17eab8d9 -r a8aa874afd11 src/unexsunos4.c --- a/src/unexsunos4.c Sun Feb 20 19:34:12 1994 +0000 +++ b/src/unexsunos4.c Sun Feb 20 19:45:18 1994 +0000 @@ -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