aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-08-06 12:27:28 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-08-06 12:27:28 +0000
commit7950a954011e5bf5acc3a5ca1627a28d41ff0ec7 (patch)
tree879728dabd04b5d9f7b753e996a32f44c1f4da69 /lib/setup.h
parent24805e17d7a460a49ade069b7d9e5865e5120226 (diff)
adjusted for VMS
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/setup.h b/lib/setup.h
index c343fb093..8e294b051 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -32,7 +32,13 @@
#endif
#ifdef HAVE_CONFIG_H
+
+#ifdef VMS
+#include "config-vms.h"
+#else
#include "config.h" /* the configure script results */
+#endif
+
#else
#ifdef WIN32
/* include the hand-modified win32 adjusted config.h! */
@@ -79,7 +85,11 @@ defined(HAVE_LIBSSL) && defined(HAVE_LIBCRYPTO)
#endif
#ifndef STDC_HEADERS /* no standard C headers! */
+#ifdef VMS
+#include "../include/curl/stdcheaders.h"
+#else
#include "curl/stdcheaders.h"
+#endif
#else
#ifdef _AIX
#include "curl/stdcheaders.h"