diff options
Diffstat (limited to 'dist/config.hin')
| -rw-r--r-- | dist/config.hin | 41 |
1 files changed, 40 insertions, 1 deletions
diff --git a/dist/config.hin b/dist/config.hin index 50e00a05..18af622f 100644 --- a/dist/config.hin +++ b/dist/config.hin @@ -95,12 +95,19 @@ /* Define to 1 to use dtrace for performance monitoring. */ #undef HAVE_DTRACE +/* 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 <execinfo.h> header file. */ #undef HAVE_EXECINFO_H /* Define to 1 if platform has EXIT_SUCCESS/EXIT_FAILURE #defines. */ #undef HAVE_EXIT_SUCCESS +/* 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. */ #undef HAVE_FCHMOD @@ -170,6 +177,9 @@ /* Define to 1 if you have the `hstrerror' function. */ #undef HAVE_HSTRERROR +/* 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. */ #undef HAVE_INTTYPES_H @@ -191,6 +201,9 @@ /* Define to 1 if you have the `localtime' function. */ #undef HAVE_LOCALTIME +/* Define to 1 if you have the `localtime_r' function. */ +#undef HAVE_LOCALTIME_R + /* Define to 1 if enabling checksums in log records. */ #undef HAVE_LOG_CHECKSUM @@ -364,6 +377,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 @@ -371,6 +393,9 @@ /* Define to 1 if you have the `pthread_self' function. */ #undef HAVE_PTHREAD_SELF +/* 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 @@ -395,6 +420,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 @@ -431,6 +459,9 @@ /* Define to 1 if you have the `snprintf' function. */ #undef HAVE_SNPRINTF +/* Define to 1 if you have the `srandom_r' function. */ +#undef HAVE_SRANDOM_R + /* Define to 1 if you have the `stat' function. */ #undef HAVE_STAT @@ -443,7 +474,7 @@ /* Define to 1 if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H -/* Define to 1 if you have the `strcasecmp' function. */ +/* Define to 1 if you have the strcasecmp symbol. */ #undef HAVE_STRCASECMP /* Define to 1 if you have the `strcat' function. */ @@ -587,6 +618,9 @@ /* The size of `long long', as computed by sizeof. */ #undef SIZEOF_LONG_LONG +/* The size of `off_t', as computed by sizeof. */ +#undef SIZEOF_OFF_T + /* The size of `short', as computed by sizeof. */ #undef SIZEOF_SHORT @@ -620,6 +654,11 @@ /* Define to 1 to mask harmless uninitialized memory read/writes. */ #undef UMRW +/* Enable large inode numbers on Mac OS X 10.5. */ +#ifndef _DARWIN_USE_64_BIT_INODE +# define _DARWIN_USE_64_BIT_INODE 1 +#endif + /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS |
