summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/lib
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-10-08 20:45:39 (GMT)
committerBrad King <brad.king@kitware.com>2014-10-29 20:43:49 (GMT)
commit8d311a813c8807a518631ae63cff55c537d3eb7e (patch)
tree29f438b98382017d5e2548ca8fa4a3557e2ef0e9 /Utilities/cmcurl/lib
parent4063f26b6502685fe7dfbd65ea517f3ee15d8bea (diff)
downloadCMake-8d311a813c8807a518631ae63cff55c537d3eb7e.zip
CMake-8d311a813c8807a518631ae63cff55c537d3eb7e.tar.gz
CMake-8d311a813c8807a518631ae63cff55c537d3eb7e.tar.bz2
curl: Remove outdated Haiku preprocessor checks
Re-apply change from commit v3.0.0-rc1~541^2~1 (Haiku: Remove outdated preprocessor checks, 2013-10-05) on updated upstream curl.
Diffstat (limited to 'Utilities/cmcurl/lib')
-rw-r--r--Utilities/cmcurl/lib/select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmcurl/lib/select.c b/Utilities/cmcurl/lib/select.c
index bb9b8b0..03c93f3 100644
--- a/Utilities/cmcurl/lib/select.c
+++ b/Utilities/cmcurl/lib/select.c
@@ -30,7 +30,7 @@
#error "We can't compile without select() or poll() support."
#endif
-#if defined(__BEOS__) && !defined(__HAIKU__)
+#if defined(__BEOS__)
/* BeOS has FD_SET defined in socket.h */
#include <socket.h>
#endif