On Mon, Dec 29, 2025, at 8:35 AM, Kirill Makurin wrote:
> Can AC_TYPE_PID_T be changed to use `typedef` instead of `#define` to 
> provide definition of `pid_t`? If this is not feasible, we will resort 
> to either undefining `pid_t` or guarding the winpthreads's typedefs.

This would be a big project, as config.status currently can *only* generate 
#defines into config.h.

It would also be a major compatibility break.

We can adjust what the macro definition is, though. For instance, if our 
definition and yours don't agree on the underlying type to be used, we can fix 
that.

zw

Reply via email to