Merge "Set HAVE_LOCALTIME_R to 1 when defined."
This commit is contained in:
commit
cb256e7f08
8 changed files with 8 additions and 8 deletions
|
@ -109,7 +109,7 @@
|
|||
/*
|
||||
* Define this if we have localtime_r().
|
||||
*/
|
||||
#define HAVE_LOCALTIME_R
|
||||
#define HAVE_LOCALTIME_R 1
|
||||
|
||||
/*
|
||||
* Define this if we have gethostbyname_r().
|
||||
|
|
|
@ -114,7 +114,7 @@
|
|||
/*
|
||||
* Define this if we have localtime_r().
|
||||
*/
|
||||
#define HAVE_LOCALTIME_R
|
||||
#define HAVE_LOCALTIME_R 1
|
||||
|
||||
/*
|
||||
* Define this if we have gethostbyname_r().
|
||||
|
|
|
@ -122,7 +122,7 @@
|
|||
/*
|
||||
* Define this if we have localtime_r().
|
||||
*/
|
||||
/* #define HAVE_LOCALTIME_R */
|
||||
/* #define HAVE_LOCALTIME_R 1 */
|
||||
|
||||
/*
|
||||
* Define this if we have gethostbyname_r().
|
||||
|
|
|
@ -109,7 +109,7 @@
|
|||
/*
|
||||
* Define this if we have localtime_r().
|
||||
*/
|
||||
#define HAVE_LOCALTIME_R
|
||||
#define HAVE_LOCALTIME_R 1
|
||||
|
||||
/*
|
||||
* Define this if we have gethostbyname_r().
|
||||
|
|
|
@ -122,7 +122,7 @@
|
|||
/*
|
||||
* Define this if we have localtime_r().
|
||||
*/
|
||||
/* #define HAVE_LOCALTIME_R */
|
||||
/* #define HAVE_LOCALTIME_R 1 */
|
||||
|
||||
/*
|
||||
* Define this if we have gethostbyname_r().
|
||||
|
|
|
@ -109,7 +109,7 @@
|
|||
/*
|
||||
* Define this if we have localtime_r().
|
||||
*/
|
||||
#define HAVE_LOCALTIME_R
|
||||
#define HAVE_LOCALTIME_R 1
|
||||
|
||||
/*
|
||||
* Define this if we have gethostbyname_r().
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
/*
|
||||
* Define this if we have localtime_r().
|
||||
*/
|
||||
/* #define HAVE_LOCALTIME_R */
|
||||
/* #define HAVE_LOCALTIME_R 1 */
|
||||
|
||||
/*
|
||||
* Define this if we have gethostbyname_r().
|
||||
|
|
|
@ -125,7 +125,7 @@
|
|||
/*
|
||||
* Define this if we have localtime_r().
|
||||
*/
|
||||
/* #define HAVE_LOCALTIME_R */
|
||||
/* #define HAVE_LOCALTIME_R 1 */
|
||||
|
||||
/*
|
||||
* Define this if we have gethostbyname_r().
|
||||
|
|
Loading…
Reference in a new issue