mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
Jrn added "#define socklen_t int"
This commit is contained in:
parent
0a1e002ca4
commit
3201d2dafa
@ -26,6 +26,9 @@
|
||||
/* Define this to 'int' if ssize_t is not an available typedefed type */
|
||||
#define ssize_t int
|
||||
|
||||
/* Define this to 'int' if socklen_t is not an available typedefed type */
|
||||
#define socklen_t int
|
||||
|
||||
/* Define if you have the ANSI C header files. */
|
||||
#define STDC_HEADERS 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user