--- parser3/src/include/pa_config_auto.h.in 2017/05/28 20:47:39 1.112 +++ parser3/src/include/pa_config_auto.h.in 2026/04/25 14:17:35 1.150 @@ -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. */ @@ -97,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 @@ -161,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 @@ -226,6 +238,9 @@ /* Define to 1 if `d_type' is a member of `struct dirent'. */ #undef HAVE_STRUCT_DIRENT_D_TYPE +/* Define to 1 if you have the `syslog' function. */ +#undef HAVE_SYSLOG + /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_SYS_DIR_H @@ -255,6 +270,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TIME_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H @@ -264,6 +282,12 @@ /* Define if you have timezone external variable in */ #undef HAVE_TIMEZONE +/* Define to 1 if you have the header file. */ +#undef HAVE_TIME_H + +/* 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 @@ -283,9 +307,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 @@ -369,8 +390,8 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS -/* Define to 1 if you can safely include both and . */ -#undef TIME_WITH_SYS_TIME +/* system-wide auto.p */ +#undef SYSTEM_CONFIG_FILE /* Version number of package */ #undef VERSION @@ -378,6 +399,9 @@ /* Windows32 target platform */ #undef WIN32 +/* has amqp */ +#undef WITH_AMQP + /* has \$mail:received */ #undef WITH_MAILRECEIVE @@ -428,6 +452,10 @@ /* Define to a type to use for `error_t' if it is not otherwise available. */ #undef error_t +/* Define to the type of a signed integer type of width exactly 64 bits if + such a type exists and the standard includes do not define it. */ +#undef int64_t + /* Define to `unsigned int' if does not define. */ #undef size_t