--- parser3/src/include/pa_config_auto.h.in 2013/07/22 15:18:15 1.87 +++ parser3/src/include/pa_config_auto.h.in 2024/12/08 00:50:20 1.139 @@ -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 @@ -6,7 +6,10 @@ /* using cygwin building environment */ #undef CYGWIN -/* FreeBSD4X target platform */ +/* FreeBSD1X.X target platform */ +#undef FREEBSD1X + +/* FreeBSD4.X target platform */ #undef FREEBSD4 /* Define to 1 if you have the `argz_add' function. */ @@ -48,9 +51,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 @@ -100,6 +100,9 @@ /* Define to 1 if you have the `getrusage' function. */ #undef HAVE_GETRUSAGE +/* Define if you have gettid() */ +#undef HAVE_GETTID + /* Define to 1 if you have the `gettimeofday' function. */ #undef HAVE_GETTIMEOFDAY @@ -109,6 +112,10 @@ /* Define to 1 if you have the header file. */ #undef HAVE_IO_H +/* Define to 1 if you have the `isfinite' (maybe built-in) math function + function. */ +#undef HAVE_ISFINITE + /* Define to 1 if you have the `crypt' library (-lcrypt). */ #undef HAVE_LIBCRYPT @@ -160,12 +167,18 @@ /* Define to 1 if you have the `opendir' function. */ #undef HAVE_OPENDIR +/* PCRE2 is available */ +#undef HAVE_PCRE2 + /* Define if libtool can extract symbol lists from object files. */ #undef HAVE_PRELOADED_SYMBOLS /* Define to 1 if you have the header file. */ #undef HAVE_PROCESS_H +/* Define to 1 if you have the header file. */ +#undef HAVE_PTHREAD_H + /* Define to 1 if you have the `qsort' function. */ #undef HAVE_QSORT @@ -263,6 +276,9 @@ /* Define if you have timezone external variable in */ #undef HAVE_TIMEZONE +/* Define if you have Thread-Local Storage */ +#undef HAVE_TLS + /* Define if you have tm_gmtoff member of tm structure in */ #undef HAVE_TM_GMTOFF @@ -282,9 +298,6 @@ /* This value is set to 1 to indicate that the system argz facility works */ #undef HAVE_WORKING_ARGZ -/* Define to 1 if you have the `_locking' function. */ -#undef HAVE__LOCKING - /* Define if the OS needs help to load dependent libraries for dlopen(). */ #undef LTDL_DLOPEN_DEPLIBS @@ -350,6 +363,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 @@ -365,6 +381,9 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* system-wide auto.p */ +#undef SYSTEM_CONFIG_FILE + /* Define to 1 if you can safely include both and . */ #undef TIME_WITH_SYS_TIME @@ -392,6 +411,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. */ @@ -419,6 +449,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