From 7950a954011e5bf5acc3a5ca1627a28d41ff0ec7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 6 Aug 2001 12:27:28 +0000 Subject: [PATCH] adjusted for VMS --- lib/setup.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/setup.h b/lib/setup.h index c343fb0..8e294b0 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" -- 2.7.4