]> granicus.if.org Git - curl/commitdiff
adjusted for VMS
authorDaniel Stenberg <daniel@haxx.se>
Mon, 6 Aug 2001 12:27:28 +0000 (12:27 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 6 Aug 2001 12:27:28 +0000 (12:27 +0000)
lib/setup.h

index c343fb09374f94c2506db52f6253b94fc79f98c8..8e294b051e87fa3b98b6def21f71595e6478a27e 100644 (file)
 #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"