summaryrefslogtreecommitdiff
path: root/dist/android/android_config.in
diff options
context:
space:
mode:
Diffstat (limited to 'dist/android/android_config.in')
-rw-r--r--dist/android/android_config.in34
1 files changed, 34 insertions, 0 deletions
diff --git a/dist/android/android_config.in b/dist/android/android_config.in
index 689d81a1..fa6546cb 100644
--- a/dist/android/android_config.in
+++ b/dist/android/android_config.in
@@ -80,6 +80,10 @@
/* Define to 1 if building the DBM API. */
/* #undef HAVE_DBM */
+/* Define to 1 if you want a version that records extra information about
+ errors. */
+/* #undef HAVE_ERROR_HISTORY */
+
/* Define to 1 if you have the `directio' function. */
/* #undef HAVE_DIRECTIO */
@@ -99,6 +103,9 @@
/* Define to 1 if platform has EXIT_SUCCESS/EXIT_FAILURE #defines. */
#define HAVE_EXIT_SUCCESS 1
+/* Define to 1 for failchk to inform all waiting threads about crashes. */
+/* #undef HAVE_FAILCHK_BROADCAST */
+
/* Define to 1 if you have the `fchmod' function. */
#define HAVE_FCHMOD 1
@@ -168,6 +175,9 @@
/* Define to 1 if you have the `hstrerror' function. */
#define HAVE_HSTRERROR 1
+/* Define to 1 if you have the `initstate_r' function. */
+/* #undef HAVE_INITSTATE_R */
+
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
@@ -189,6 +199,9 @@
/* Define to 1 if you have the `localtime' function. */
#define HAVE_LOCALTIME 1
+/* Define to 1 if you have the `localtime_r' function. */
+#define HAVE_LOCALTIME_R 1
+
/* Define to 1 if you want to enable log checksums. */
/* #undef HAVE_LOG_CHECKSUM */
@@ -362,6 +375,15 @@
pthread_cond_t. */
/* #undef HAVE_PTHREAD_COND_REINIT_OKAY */
+/* Define to 1 if you have the `pthread_getspecific' function. */
+/* #undef HAVE_PTHREAD_GETSPECIFIC */
+
+/* Define to 1 if you have the `pthread_key_create' function. */
+/* #undef HAVE_PTHREAD_KEY_CREATE */
+
+/* Define to 1 if you have the `pthread_once' function. */
+/* #undef HAVE_PTHREAD_ONCE */
+
/* Define to 1 if it is OK to initialize an already initialized
pthread_rwlock_t. */
/* #undef HAVE_PTHREAD_RWLOCK_REINIT_OKAY */
@@ -369,6 +391,9 @@
/* Define to 1 if you have the `pthread_self' function. */
#define HAVE_PTHREAD_SELF 1
+/* Define to 1 if you have the `pthread_setspecific' function. */
+/* #undef HAVE_PTHREAD_SETSPECIFIC */
+
/* Define to 1 if you have the `pthread_yield' function. */
/* #undef HAVE_PTHREAD_YIELD */
@@ -393,6 +418,9 @@
/* Define to 1 if you have the `random' function. */
/* #undef HAVE_RANDOM */
+/* Define to 1 if you have the `random_r' function. */
+/* #undef HAVE_RANDOM_R /
+
/* Define to 1 if building replication support. */
/* #undef HAVE_REPLICATION */
@@ -429,6 +457,9 @@
/* Define to 1 if you have the `snprintf' function. */
#define HAVE_SNPRINTF 1
+/* Define to 1 if you have the `srandom_r' function. */
+/* #undef HAVE_SRANDOM_R */
+
/* Define to 1 if you have the `stat' function. */
#define HAVE_STAT 1
@@ -585,6 +616,9 @@
/* The size of `long long', as computed by sizeof. */
#define SIZEOF_LONG_LONG 8
+/* The size of `off_t', as computed by sizeof. */
+#define SIZEOF_OFF_T
+
/* The size of `short', as computed by sizeof. */
#define SIZEOF_SHORT 2