1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-18 00:53:25 +00:00

Removed dependency on gethostbyname()

This commit is contained in:
Gerhard Rieger 2019-02-24 23:17:17 +01:00
parent 2bd582713d
commit a3c688210f
6 changed files with 35 additions and 33 deletions

View file

@ -99,6 +99,9 @@
/* Define if you have the nanosleep function. */
#undef HAVE_NANOSLEEP
/* Define if you have the gethostbyname function. */
#undef HAVE_GETHOSTBYNAME
/* Define if you have the getaddrinfo function. */
#undef HAVE_GETADDRINFO