From: Yabin Cui Date: Thu, 13 Nov 2014 18:25:56 +0000 (-0800) Subject: kill HAVE_GETHOSTBYNAME_R X-Git-Tag: android-x86-6.0-r1~445^2~157^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=19230103eed99ec1fc27d6ccd509b7e1f040bac1;p=android-x86%2Fbuild.git kill HAVE_GETHOSTBYNAME_R Bug: 18363225 Change-Id: Ib34c094cd21b2221178755acdd9475a5bc2bf2c0 --- diff --git a/core/combo/include/arch/linux-mips/AndroidConfig.h b/core/combo/include/arch/linux-mips/AndroidConfig.h index f65b7ca4d..adeecfa71 100644 --- a/core/combo/include/arch/linux-mips/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips/AndroidConfig.h @@ -76,11 +76,6 @@ /* #define HAVE_LOCALTIME_R */ /* - * Define this if we have gethostbyname_r(). - */ -/* #define HAVE_GETHOSTBYNAME_R */ - -/* * Define this if we want to use WinSock. */ /* #define HAVE_WINSOCK */ diff --git a/core/combo/include/arch/linux-mips64/AndroidConfig.h b/core/combo/include/arch/linux-mips64/AndroidConfig.h index c36a2d31c..f2a81c18f 100644 --- a/core/combo/include/arch/linux-mips64/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips64/AndroidConfig.h @@ -76,11 +76,6 @@ /* #define HAVE_LOCALTIME_R */ /* - * Define this if we have gethostbyname_r(). - */ -/* #define HAVE_GETHOSTBYNAME_R */ - -/* * Define this if we want to use WinSock. */ /* #define HAVE_WINSOCK */ diff --git a/core/combo/include/arch/linux-x86/AndroidConfig.h b/core/combo/include/arch/linux-x86/AndroidConfig.h index 28b76a8d5..42bcf793a 100644 --- a/core/combo/include/arch/linux-x86/AndroidConfig.h +++ b/core/combo/include/arch/linux-x86/AndroidConfig.h @@ -71,11 +71,6 @@ #define HAVE_LOCALTIME_R 1 /* - * Define this if we have gethostbyname_r(). - */ -#define HAVE_GETHOSTBYNAME_R - -/* * Define this if have clock_gettime() and friends */ #define HAVE_POSIX_CLOCKS