diff options
| author | Jeff Brown <jeffbrown@google.com> | 2012-01-19 16:31:57 -0800 |
|---|---|---|
| committer | Jeff Brown <jeffbrown@google.com> | 2012-01-19 16:31:57 -0800 |
| commit | e66293900bc8e69fc3359e0c75c6c5473861ab49 (patch) | |
| tree | 55f074489e6be4671930826bd071bf630c170bdc /include | |
| parent | abc12070d01cba3dbceb4250d180cebec8fc2afc (diff) | |
| download | system_core-e66293900bc8e69fc3359e0c75c6c5473861ab49.tar.gz system_core-e66293900bc8e69fc3359e0c75c6c5473861ab49.tar.bz2 system_core-e66293900bc8e69fc3359e0c75c6c5473861ab49.zip | |
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
Diffstat (limited to 'include')
| -rw-r--r-- | include/arch/darwin-x86/AndroidConfig.h | 2 | ||||
| -rw-r--r-- | include/arch/freebsd-x86/AndroidConfig.h | 2 | ||||
| -rw-r--r-- | include/arch/linux-arm/AndroidConfig.h | 2 | ||||
| -rw-r--r-- | include/arch/linux-ppc/AndroidConfig.h | 2 | ||||
| -rw-r--r-- | include/arch/linux-sh/AndroidConfig.h | 2 | ||||
| -rw-r--r-- | include/arch/linux-x86/AndroidConfig.h | 2 | ||||
| -rw-r--r-- | include/arch/target_linux-x86/AndroidConfig.h | 2 | ||||
| -rw-r--r-- | include/arch/windows/AndroidConfig.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/include/arch/darwin-x86/AndroidConfig.h b/include/arch/darwin-x86/AndroidConfig.h index c8ccc7e7..f79f3649 100644 --- a/include/arch/darwin-x86/AndroidConfig.h +++ b/include/arch/darwin-x86/AndroidConfig.h @@ -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(). diff --git a/include/arch/freebsd-x86/AndroidConfig.h b/include/arch/freebsd-x86/AndroidConfig.h index d828bd5f..a8176f4b 100644 --- a/include/arch/freebsd-x86/AndroidConfig.h +++ b/include/arch/freebsd-x86/AndroidConfig.h @@ -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(). diff --git a/include/arch/linux-arm/AndroidConfig.h b/include/arch/linux-arm/AndroidConfig.h index cae112bd..e1ce0e0a 100644 --- a/include/arch/linux-arm/AndroidConfig.h +++ b/include/arch/linux-arm/AndroidConfig.h @@ -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(). diff --git a/include/arch/linux-ppc/AndroidConfig.h b/include/arch/linux-ppc/AndroidConfig.h index 00706dca..b9719e67 100644 --- a/include/arch/linux-ppc/AndroidConfig.h +++ b/include/arch/linux-ppc/AndroidConfig.h @@ -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(). diff --git a/include/arch/linux-sh/AndroidConfig.h b/include/arch/linux-sh/AndroidConfig.h index 5562eae5..a040b981 100644 --- a/include/arch/linux-sh/AndroidConfig.h +++ b/include/arch/linux-sh/AndroidConfig.h @@ -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(). diff --git a/include/arch/linux-x86/AndroidConfig.h b/include/arch/linux-x86/AndroidConfig.h index 7dcaa98b..82e538ce 100644 --- a/include/arch/linux-x86/AndroidConfig.h +++ b/include/arch/linux-x86/AndroidConfig.h @@ -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(). diff --git a/include/arch/target_linux-x86/AndroidConfig.h b/include/arch/target_linux-x86/AndroidConfig.h index 05dd2207..9efb81a6 100644 --- a/include/arch/target_linux-x86/AndroidConfig.h +++ b/include/arch/target_linux-x86/AndroidConfig.h @@ -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(). diff --git a/include/arch/windows/AndroidConfig.h b/include/arch/windows/AndroidConfig.h index ad890b4d..445e7541 100644 --- a/include/arch/windows/AndroidConfig.h +++ b/include/arch/windows/AndroidConfig.h @@ -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(). |
