Hi, On 11 November 2013 23:38, Keith Packard <[email protected]> wrote: > Alan Coopersmith <[email protected]> writes: > >> +/* Enable general extensions on Solaris. */ >> +#ifndef __EXTENSIONS__ >> +# undef __EXTENSIONS__ >> +#endif > > This doesn't make sense to me -- if __EXTENSIONS__ isn't defined, then > undefine __EXTENSIONS__ ?
The way *config.h.in works is that you place #undef TOKEN inside the relevant file(s), and then an AC_DEFINE of TOKEN will turn that into '#define TOKEN value'. So it is actually exactly correct. Cheers, Daniel _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
