]> granicus.if.org Git - curl/commitdiff
use the config files in this directory now, not ../
authorDaniel Stenberg <daniel@haxx.se>
Thu, 7 Feb 2002 14:33:36 +0000 (14:33 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 7 Feb 2002 14:33:36 +0000 (14:33 +0000)
lib/setup.h

index dc2280da50ca1d328b858fb9e0a8fdf88dd0e7be..aa560366b4c30c328b30d0e3c3fb70c1dd931cb7 100644 (file)
 #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 "<curl/stdcheaders.h>
 #else
-#include "curl/stdcheaders.h"
+#include <curl/stdcheaders.h>
 #endif
 #else
 #ifdef _AIX
-#include "curl/stdcheaders.h"
+#include <curl/stdcheaders.h>
 #endif
 #endif