Skip to content
Snippets Groups Projects
Commit 26cd8eda authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added socklen_t

parent 8cd3f440
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,9 @@
/* Define this to 'int' if ssize_t is not an available typedefed type */
#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 */
#undef RANDOM_FILE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment