commit | 044568be18bb67a254398d65c15fe5e9caeb9d02 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Thu Nov 13 19:10:25 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 13 19:10:26 2014 +0000 |
tree | 033ab960bb96b8ae96c5a89fdea2421897c16cc1 | |
parent | 6c7062221b7582c5d41acdb7a1d865ca629707ed [diff] | |
parent | 19230103eed99ec1fc27d6ccd509b7e1f040bac1 [diff] |
Merge "kill HAVE_GETHOSTBYNAME_R"
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