mirror of
https://github.com/curl/curl.git
synced 2026-05-30 15:17:27 +03:00
Added GETHOSTBYADDR_R_NARGS and GETHOSTBYNAME_R_NARGS
This commit is contained in:
parent
95ddb16768
commit
784c29c6c5
1 changed files with 5 additions and 0 deletions
|
|
@ -10,3 +10,8 @@
|
|||
/* Define cpu-machine-OS */
|
||||
#undef OS
|
||||
|
||||
/* Number of arguments your gethostbyaddr_r() function accepts */
|
||||
#undef GETHOSTBYADDR_R_NARGS
|
||||
|
||||
/* Number of arguments your gethostbyname_r() function accepts */
|
||||
#undef GETHOSTBYNAME_R_NARGS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue