mirror of
https://github.com/curl/curl.git
synced 2026-08-25 05:43:32 +03:00
functypes: provide the recv and send arg and return types
This header is for providing the argument types for recv() and send() when built to not use a dedicated config-[platfor].h file. Remove the slow brute-force checks from configure and cmake. This change also removes the use of the types for select, as they were not used in code. Closes #9592
This commit is contained in:
parent
eb0167ff7d
commit
eb33ccd533
12 changed files with 130 additions and 630 deletions
|
|
@ -36,7 +36,8 @@
|
|||
|
||||
#include <gsasl.h>
|
||||
|
||||
/* The last #include files should be: */
|
||||
/* The last 3 #include files should be in this order */
|
||||
#include "curl_printf.h"
|
||||
#include "curl_memory.h"
|
||||
#include "memdebug.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue