aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/setup.h b/lib/setup.h
index ebab1367d..dfe412b3b 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -39,16 +39,17 @@
#ifdef HAVE_CONFIG_H
#include "config.h" /* the configure script results */
+#else
+#ifdef WIN32
+/* hand-modified win32 config.h! */
+#include "config-win32.h"
+#endif
#endif
#ifdef VMS
/* hand-modified VMS config.h! */
#include "config-vms.h"
#endif
-#ifdef WIN32
-/* hand-modified win32 config.h! */
-#include "config-win32.h"
-#endif
#ifdef macintosh
/* hand-modified MacOS config.h! */
#include "config-mac.h"