--- parser3/src/include/pa_config_auto.h.in 2014/08/28 17:33:27 1.93 +++ parser3/src/include/pa_config_auto.h.in 2017/02/26 21:39:45 1.107 @@ -1,4 +1,4 @@ -/* src/include/pa_config_auto.h.in. Generated from configure.in by autoheader. */ +/* src/include/pa_config_auto.h.in. Generated from configure.ac by autoheader. */ /* Define if building universal (internal helper macro) */ #undef AC_APPLE_UNIVERSAL_BUILD @@ -48,9 +48,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_CTYPE_H -/* Define if you have daylight external variable in */ -#undef HAVE_DAYLIGHT - /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if you don't. */ #undef HAVE_DECL_CYGWIN_CONV_PATH @@ -350,6 +347,9 @@ /* compile for sparc processor */ #undef PA_BIG_ENDIAN +/* Define if you have 0..9999 year date range support */ +#undef PA_DATE64 + /* parser uses this command instead of user-defined sendmail commands */ #undef PA_FORCED_SENDMAIL @@ -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. */