mirror of
https://github.com/curl/curl.git
synced 2026-05-30 08:17:30 +03:00
Added GETHOSTBYNAME_R_NARGS and GETHOSTBYADDR_R_NARGS
This commit is contained in:
parent
3b60784f27
commit
2dbadc6405
1 changed files with 6 additions and 0 deletions
|
|
@ -31,6 +31,12 @@
|
|||
/* 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
|
||||
|
||||
/* The number of bytes in a long double. */
|
||||
#undef SIZEOF_LONG_DOUBLE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue