kill HAVE_GETHOSTBYNAME_R

Bug: 18363225
Change-Id: Ib34c094cd21b2221178755acdd9475a5bc2bf2c0
This commit is contained in:
Yabin Cui 2014-11-13 10:25:56 -08:00
parent 6c7062221b
commit 19230103ee
3 changed files with 0 additions and 15 deletions

View file

@ -75,11 +75,6 @@
*/ */
/* #define HAVE_LOCALTIME_R */ /* #define HAVE_LOCALTIME_R */
/*
* Define this if we have gethostbyname_r().
*/
/* #define HAVE_GETHOSTBYNAME_R */
/* /*
* Define this if we want to use WinSock. * Define this if we want to use WinSock.
*/ */

View file

@ -75,11 +75,6 @@
*/ */
/* #define HAVE_LOCALTIME_R */ /* #define HAVE_LOCALTIME_R */
/*
* Define this if we have gethostbyname_r().
*/
/* #define HAVE_GETHOSTBYNAME_R */
/* /*
* Define this if we want to use WinSock. * Define this if we want to use WinSock.
*/ */

View file

@ -70,11 +70,6 @@
*/ */
#define HAVE_LOCALTIME_R 1 #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 this if have clock_gettime() and friends
*/ */