]> git.eshelyaron.com Git - emacs.git/commitdiff
Move config.h after system includes.
authorRoland McGrath <roland@gnu.org>
Sun, 20 Feb 1994 19:45:18 +0000 (19:45 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 20 Feb 1994 19:45:18 +0000 (19:45 +0000)
src/unexsunos4.c

index 48934f214471cdf4effcfa13123608f844878ffd..fd0f7ec419c1026df18e3700f6c2a3749ca6352f 100644 (file)
  *  is somewhat abused here) is loaded first!
  *
  */
-#ifdef emacs
-#include <config.h>
-#endif
-
 #include <sys/param.h>
 #include <sys/mman.h>
 #include <sys/file.h>
 #include <stdio.h>
 #include <a.out.h>
 
+/* Do this after the above #include's in case a configuration file wants
+   to define things for this file based on what <a.out.h> defines.  */
+#ifdef emacs
+#include <config.h>
+#endif
+
+
 /* NetBSD needs this bit, but SunOS does not have it.  */
 #ifndef MAP_FILE
 #define MAP_FILE 0