1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-02 06:01:10 +00:00

Fix: Fixed build on systems with no getaddrinfo()

This commit is contained in:
Philipp Schafft 2022-03-12 18:17:13 +00:00
parent 5736581dfa
commit 12c80c090a
2 changed files with 4 additions and 1 deletions

View File

@ -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