mirror of
https://github.com/curl/curl.git
synced 2026-08-26 19:53:31 +03:00
Don't abort configuration if recvfrom() is not available.
This commit is contained in:
parent
74d3b80d70
commit
f9894f4ebc
4 changed files with 40 additions and 25 deletions
|
|
@ -198,6 +198,7 @@ struct timeval {
|
|||
#endif /* HAVE_SEND */
|
||||
|
||||
|
||||
#if 0
|
||||
#if defined(HAVE_RECVFROM)
|
||||
/*
|
||||
* Currently recvfrom is only used on udp sockets.
|
||||
|
|
@ -234,6 +235,7 @@ struct timeval {
|
|||
#else
|
||||
# define RECVFROM_ARG6_T RECVFROM_TYPE_ARG6
|
||||
#endif
|
||||
#endif /* if 0 */
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue