changeset 6016:a8aa874afd11

Move config.h after system includes.
author Roland McGrath <roland@gnu.org>
date Sun, 20 Feb 1994 19:45:18 +0000
parents 1a2b17eab8d9
children cf744280a5a4
files src/unexsunos4.c
diffstat 1 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 <config.h>
-#endif
-
 #include <sys/param.h>
 #include <sys/mman.h>
 #include <sys/file.h>
@@ -35,6 +31,13 @@
 #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