mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
Fix: Fixed build on systems with no getaddrinfo()
This commit is contained in:
parent
5736581dfa
commit
12c80c090a
@ -1817,6 +1817,9 @@ static void command_version (client_t *client, source_t *source, adm
|
||||
#ifdef HAVE_GETHOSTNAME
|
||||
"gethostname",
|
||||
#endif
|
||||
#ifdef HAVE_GETADDRINFO
|
||||
"getaddrinfo",
|
||||
#endif
|
||||
#ifdef WIN32
|
||||
"win32",
|
||||
#endif
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit bb12858abe04bd78f674858bba206ae21d9b6c17
|
||||
Subproject commit 2b39d7f178923652de73686eef3da7789e96d1cb
|
Loading…
Reference in New Issue
Block a user