aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_setup.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2013-02-06 04:53:34 +0100
committerYang Tse <yangsita@gmail.com>2013-02-06 04:53:34 +0100
commit85625c5e28ed5ea9c12141becfe6fb87d376ab29 (patch)
treecc5fa255e6c8695a99b3128838c071b2075def8a /lib/curl_setup.h
parent453e821ad74a042da0373ebb4716708529834071 (diff)
setup-vms.h: post VMS patch cleanup - III
- rename post-config-vms.h to setup-vms.h - move its inclusion into proper location in curl_setup.h
Diffstat (limited to 'lib/curl_setup.h')
-rw-r--r--lib/curl_setup.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/lib/curl_setup.h b/lib/curl_setup.h
index a6f9e0a83..ad83fec5f 100644
--- a/lib/curl_setup.h
+++ b/lib/curl_setup.h
@@ -40,11 +40,6 @@
#include "curl_config.h"
-/* VMS needs some helper routines/definitions */
-#ifdef __VMS
-# include "post-config-vms.h"
-#endif
-
#else /* HAVE_CONFIG_H */
#ifdef _WIN32_WCE
@@ -235,6 +230,14 @@
#endif
/*
+ * VMS setup file includes some system headers.
+ */
+
+#ifdef __VMS
+# include "setup-vms.h"
+#endif
+
+/*
* Include header files for windows builds before redefining anything.
* Use this preprocessor block only to include or exclude windows.h,
* winsock2.h, ws2tcpip.h or winsock.h. Any other windows thing belongs