diff options
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index 43a65f9..b097917 100644 --- a/config.h.in +++ b/config.h.in @@ -45,6 +45,9 @@ /* Define to 1 if libdbi supports the new plugin-safe interface */ #undef HAVE_DBI_R +/* Define to 1 if libdbi supports transactions */ +#undef HAVE_DBI_TXSUPP + /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you don't. */ #undef HAVE_DECL_STRERROR_R @@ -79,7 +82,7 @@ /* Define to 1 if you have the `gethostname' function. */ #undef HAVE_GETHOSTNAME -/* Define to 1 if you have the `getifaddrs' function. */ +/* set define */ #undef HAVE_GETIFADDRS /* Define to 1 if you have the `getline' function. */ @@ -88,6 +91,9 @@ /* Define to 1 if you have the `gettimeofday' function. */ #undef HAVE_GETTIMEOFDAY +/* set define */ +#undef HAVE_GLOB_NOMAGIC + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H @@ -283,6 +289,9 @@ /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ #undef HAVE_SYS_WAIT_H +/* set define */ +#undef HAVE_SYS_gettid + /* Define to 1 if you have the `ttyname_r' function. */ #undef HAVE_TTYNAME_R @@ -449,6 +458,11 @@ `char[]'. */ #undef YYTEXT_POINTER +/* 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 |
