Paul Eggert asked: > Are the generated .h files intended to be useful by all compilers on a > platform, or just by the compiler and compiler options tested via > 'configure'?
They are only for the particular compiler and compiler options that were used to generate them. It is not impossible to imagine #ifdef techniques that make them work also with more compilers or configurations, but it's more effort, and noone has been asking for it. Bruno
