From: Daniel Stenberg Date: Thu, 7 Feb 2002 14:33:36 +0000 (+0000) Subject: use the config files in this directory now, not ../ X-Git-Tag: curl-7_9_5-pre2~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cdee43aa59bf306f3c09737ee38e52b4c6c7c313;p=thirdparty%2Fcurl.git use the config files in this directory now, not ../ --- diff --git a/lib/setup.h b/lib/setup.h index dc2280da50..aa560366b4 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -34,19 +34,19 @@ #ifdef HAVE_CONFIG_H #ifdef VMS -#include "../config-vms.h" +#include "config-vms.h" #else -#include "../config.h" /* the configure script results */ +#include "config.h" /* the configure script results */ #endif #else #ifdef WIN32 /* hand-modified win32 config.h! */ -#include "../config-win32.h" +#include "config-win32.h" #endif #ifdef macintosh /* hand-modified MacOS config.h! */ -#include "../config-mac.h" +#include "config-mac.h" #endif #endif @@ -92,13 +92,13 @@ defined(HAVE_LIBSSL) && defined(HAVE_LIBCRYPTO) #ifndef STDC_HEADERS /* no standard C headers! */ #ifdef VMS -#include "../include/curl/stdcheaders.h" +#include " #else -#include "curl/stdcheaders.h" +#include #endif #else #ifdef _AIX -#include "curl/stdcheaders.h" +#include #endif #endif