--- parser3/src/include/pa_config_auto.h.in 2025/01/25 15:48:44 1.144 +++ parser3/src/include/pa_config_auto.h.in 2026/04/25 14:17:35 1.150 @@ -399,6 +399,9 @@ /* Windows32 target platform */ #undef WIN32 +/* has amqp */ +#undef WITH_AMQP + /* has \$mail:received */ #undef WITH_MAILRECEIVE @@ -449,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