Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6629390 authored by Jeff Brown's avatar Jeff Brown
Browse files

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
parent abc12070
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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().
+1 −1
Original line number Diff line number Diff line
@@ -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().
+1 −1
Original line number Diff line number Diff line
@@ -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().
+1 −1
Original line number Diff line number Diff line
@@ -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().
+1 −1
Original line number Diff line number Diff line
@@ -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().
Loading