Commit 784c29c6 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added GETHOSTBYADDR_R_NARGS and GETHOSTBYNAME_R_NARGS

parent 95ddb167
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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