Issue #26857: Workaround for missing symbol "gethostbyaddr_r" on Android.

This commit is contained in:
Stefan Krah 2016-04-26 16:20:17 +02:00
parent a653a27591
commit 432dfcf3bc
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ if_indextoname(index) -- return the corresponding interface name\n\
# include <sys/uio.h>
#endif
#ifndef WITH_THREAD
#if !defined(WITH_THREAD) || defined(__ANDROID__)
# undef HAVE_GETHOSTBYNAME_R
#endif