mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:43:31 +03:00
build: assume POSIX select() is available
This change effectively replaces an explicit compile-time #error with a missing prototype error in environments not offering `select()`, and saves curl-compatible systems from performing an explicit feature check. Refs: https://pubs.opengroup.org/onlinepubs/009695399/functions/pselect.html https://linux.die.net/man/2/select Closes #22448
This commit is contained in:
parent
decc609085
commit
cb21a37a68
12 changed files with 1 additions and 80 deletions
|
|
@ -226,7 +226,6 @@ set(HAVE_REALPATH 1)
|
|||
set(HAVE_RECV 1)
|
||||
set(HAVE_SA_FAMILY_T 1)
|
||||
set(HAVE_SCHED_YIELD 1)
|
||||
set(HAVE_SELECT 1)
|
||||
set(HAVE_SEND 1)
|
||||
if(APPLE OR
|
||||
CYGWIN OR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue