]> granicus.if.org Git - curl/commitdiff
Tor Arntsen's fix to a AIX build problem
authorDaniel Stenberg <daniel@haxx.se>
Tue, 9 Mar 2004 21:25:59 +0000 (21:25 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 9 Mar 2004 21:25:59 +0000 (21:25 +0000)
lib/setup.h

index dfe412b3ba030b7f0a76763714fcbd88d3652704..f95742460cab00eb126cf325759e890eb0f1ee61 100644 (file)
@@ -136,11 +136,6 @@ defined(HAVE_LIBSSL) && defined(HAVE_LIBCRYPTO)
 #else
 #include <curl/stdcheaders.h>
 #endif
-
-#else
-#ifdef _AIX
-#include <curl/stdcheaders.h>
-#endif
 #endif
 
 #if defined(CURLDEBUG) && defined(HAVE_ASSERT_H)