diff options
Diffstat (limited to 'extension/configh.in')
-rw-r--r-- | extension/configh.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extension/configh.in b/extension/configh.in index 571b7a7e..e621a139 100644 --- a/extension/configh.in +++ b/extension/configh.in @@ -128,6 +128,17 @@ /* Version number of package */ #undef VERSION +/* 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 + +/* Define for large files, on AIX-style hosts. */ +#undef _LARGE_FILES + /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus |