Guido Draheim <[EMAIL PROTECTED]> writes:
>
> #ifdef __undef_need_size_t
> #undef __need_size_t
> #endif
No, that still gets transformed to
#ifdef __undef_need_size_t
/* #undef __need_size_t */
#endif
> BTW, if you want to install a config.h file, you may want to use this:
> http://pfe.sourceforge.net/autoconf/ac_prefix_config_h.html
> and invent a proj-conf.h that includes the derived proj-config.h.
I'll bear that in mind, but in this case I've got only 2 defines, and
will probably never have more than a half dozen. I'd like to have
them just at the top of a single file.