Commit 2dbadc64 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added GETHOSTBYNAME_R_NARGS and GETHOSTBYADDR_R_NARGS

parent 3b60784f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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