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:
parent
abc12070d0
commit
e66293900b
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…
Add table
Reference in a new issue