mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Added socklen_t
This commit is contained in:
parent
8cd3f44040
commit
26cd8eda4a
@ -43,6 +43,9 @@
|
|||||||
/* Define this to 'int' if ssize_t is not an available typedefed type */
|
/* Define this to 'int' if ssize_t is not an available typedefed type */
|
||||||
#undef ssize_t
|
#undef ssize_t
|
||||||
|
|
||||||
|
/* Define this to 'int' if socklen_t is not an available typedefed type */
|
||||||
|
#undef socklen_t
|
||||||
|
|
||||||
/* Define this as a suitable file to read random data from */
|
/* Define this as a suitable file to read random data from */
|
||||||
#undef RANDOM_FILE
|
#undef RANDOM_FILE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user