Hi all, As far as I know autoheader processes config.h.in and similar files.
Now config.h.in contains #undef FOO and process config.h might contains #define FOO but it should be defined like this, #ifndef FOO #define FOO #endif else it will not compile with gcc 4.3 [0] . Any ideas? [0] http://www.cyrius.com/journal/gcc/gcc-4.3-pedwarn.html -- Never learn by your mistakes, if you do you may never dare to try again.
