--- parser3/src/include/pa_config_auto.h.in 2013/10/15 22:32:17 1.89 +++ parser3/src/include/pa_config_auto.h.in 2015/04/20 23:32:40 1.94 @@ -392,6 +392,17 @@ /* xml-abled parser */ #undef XML +/* 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 for Solaris 2.5.1 so the uint32_t typedef from , , or is not used. If the typedef were allowed, the #define below would cause a syntax error. */