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.
This commit is contained in:
parent
4063f26b65
commit
8d311a813c
@ -30,7 +30,7 @@
|
|||||||
#error "We can't compile without select() or poll() support."
|
#error "We can't compile without select() or poll() support."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__BEOS__) && !defined(__HAIKU__)
|
#if defined(__BEOS__)
|
||||||
/* BeOS has FD_SET defined in socket.h */
|
/* BeOS has FD_SET defined in socket.h */
|
||||||
#include <socket.h>
|
#include <socket.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user