mirror of
https://github.com/curl/curl.git
synced 2026-08-26 17:53:33 +03:00
Marcin Konicki provided two configure fixes and a source fix to make curl
build out-of-the-box on BeOS.
This commit is contained in:
parent
99befd3a15
commit
58f4af7973
4 changed files with 20 additions and 3 deletions
|
|
@ -39,6 +39,11 @@
|
|||
|
||||
#include "select.h"
|
||||
|
||||
#ifdef __BEOS__
|
||||
/* BeOS has FD_SET defined in socket.h */
|
||||
#include <socket.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#define VALID_SOCK(s) (1) /* Win-sockets are not in range [0..FD_SETSIZE> */
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue