--- parser3/src/include/pa_config_auto.h.in 2013/07/21 20:36:36 1.85 +++ parser3/src/include/pa_config_auto.h.in 2015/10/29 15:26:29 1.102 @@ -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 @@ -127,9 +124,6 @@ /* Define to 1 if you have the `socket' library (-lsocket). */ #undef HAVE_LIBSOCKET -/* Define to 1 if you have the `wsock32' library (-lwsock32). */ -#undef HAVE_LIBWSOCK32 - /* Define to 1 if you have the `xnet' library (-lxnet). */ #undef HAVE_LIBXNET @@ -260,6 +254,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_WAIT_H + /* Define if you have timezone external variable in */ #undef HAVE_TIMEZONE @@ -279,9 +276,6 @@ /* Define to 1 if you have the `unsetenv' function. */ #undef HAVE_UNSETENV -/* Define to 1 if you have the header file. */ -#undef HAVE_WINSOCK_H - /* This value is set to 1 to indicate that the system argz facility works */ #undef HAVE_WORKING_ARGZ @@ -353,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 @@ -395,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. */ @@ -422,6 +430,10 @@ /* Define to `int' if does not define. */ #undef ssize_t +/* Define to the type of an unsigned integer type of width exactly 16 bits if + such a type exists and the standard includes do not define it. */ +#undef uint16_t + /* Define to the type of an unsigned integer type of width exactly 32 bits if such a type exists and the standard includes do not define it. */ #undef uint32_t