commit | 19230103eed99ec1fc27d6ccd509b7e1f040bac1 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Thu Nov 13 10:25:56 2014 -0800 |
committer | Yabin Cui <yabinc@google.com> | Thu Nov 13 10:25:56 2014 -0800 |
tree | 033ab960bb96b8ae96c5a89fdea2421897c16cc1 | |
parent | 6c7062221b7582c5d41acdb7a1d865ca629707ed [diff] |
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 f65b7ca..adeecfa 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 c36a2d3..f2a81c1 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 28b76a8..42bcf79 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