aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-09 21:25:59 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-09 21:25:59 +0000
commitab35b2837f815cec6f655723491b24e941c75400 (patch)
tree7a3d7e786c24b76083a8b7f598498253a6a6c6a7 /lib/setup.h
parent863473a8566df02a7c8ac0cc57005e84a7189419 (diff)
Tor Arntsen's fix to a AIX build problem
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/setup.h b/lib/setup.h
index dfe412b3b..f95742460 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -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)