Merge "kill HAVE_GETHOSTBYNAME_R"

This commit is contained in:
Yabin Cui 2014-11-13 19:10:25 +00:00 committed by Gerrit Code Review
commit 044568be18
3 changed files with 0 additions and 15 deletions

View file

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

View file

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

View file

@ -70,11 +70,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
*/