From cdee43aa59bf306f3c09737ee38e52b4c6c7c313 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 7 Feb 2002 14:33:36 +0000 Subject: use the config files in this directory now, not ../ --- lib/setup.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/setup.h b/lib/setup.h index dc2280da5..aa560366b 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 -- cgit v1.2.3