diff options
author | Brad King <brad.king@kitware.com> | 2014-10-08 20:45:39 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-10-29 20:43:49 (GMT) |
commit | 8d311a813c8807a518631ae63cff55c537d3eb7e (patch) | |
tree | 29f438b98382017d5e2548ca8fa4a3557e2ef0e9 /Utilities/cmcurl/lib | |
parent | 4063f26b6502685fe7dfbd65ea517f3ee15d8bea (diff) | |
download | CMake-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.c | 2 |
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 |