summaryrefslogtreecommitdiffstats
path: root/include/arch/windows
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2012-01-19 16:31:57 -0800
committerJeff Brown <jeffbrown@google.com>2012-01-19 16:31:57 -0800
commite66293900bc8e69fc3359e0c75c6c5473861ab49 (patch)
tree55f074489e6be4671930826bd071bf630c170bdc /include/arch/windows
parentabc12070d01cba3dbceb4250d180cebec8fc2afc (diff)
downloadsystem_core-e66293900bc8e69fc3359e0c75c6c5473861ab49.zip
system_core-e66293900bc8e69fc3359e0c75c6c5473861ab49.tar.gz
system_core-e66293900bc8e69fc3359e0c75c6c5473861ab49.tar.bz2
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/arch/windows')
-rw-r--r--include/arch/windows/AndroidConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arch/windows/AndroidConfig.h b/include/arch/windows/AndroidConfig.h
index ad890b4..445e754 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().