Set HAVE_LOCALTIME_R to 1 when defined.

SQLite 3.7.10 tests the value of the HAVE_LOCALTIME_R macro
if it is defined, so we set it to 1.

Change-Id: I8c34ec362813018f86aea57d1b36b7639d0dd96d
This commit is contained in:
Jeff Brown 2012-01-19 16:31:57 -08:00
parent abc12070d0
commit e66293900b
8 changed files with 8 additions and 8 deletions

View file

@ -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().

View file

@ -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().

View file

@ -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().

View file

@ -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().

View file

@ -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().

View file

@ -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().

View file

@ -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().

View file

@ -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().