aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/curl_setup.h')
-rw-r--r--lib/curl_setup.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/curl_setup.h b/lib/curl_setup.h
index 37be5ae46..a6f9e0a83 100644
--- a/lib/curl_setup.h
+++ b/lib/curl_setup.h
@@ -40,6 +40,11 @@
#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
@@ -645,7 +650,9 @@ int netware_init(void);
* Include macros and defines that should only be processed once.
*/
+#ifndef HEADER_CURL_SETUP_ONCE_H
#include "curl_setup_once.h"
+#endif
/*
* Definition of our NOP statement Object-like macro