OSDN Git Service

kill HAVE_GETHOSTBYNAME_R
authorYabin Cui <yabinc@google.com>
Thu, 13 Nov 2014 18:25:56 +0000 (10:25 -0800)
committerYabin Cui <yabinc@google.com>
Thu, 13 Nov 2014 18:25:56 +0000 (10:25 -0800)
Bug: 18363225
Change-Id: Ib34c094cd21b2221178755acdd9475a5bc2bf2c0

core/combo/include/arch/linux-mips/AndroidConfig.h
core/combo/include/arch/linux-mips64/AndroidConfig.h
core/combo/include/arch/linux-x86/AndroidConfig.h

index f65b7ca..adeecfa 100644 (file)
 /* #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 */
index c36a2d3..f2a81c1 100644 (file)
 /* #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 */
index 28b76a8..42bcf79 100644 (file)
 #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