> intl/config.h --- gettext specific
> boost/libs/config.h --- boost specific
> src/config.h -- lyx specific
Not sure that we're talking about the same thing, but
while we're at it, src/config.h should probably
#include boost/libs/config.h because most of boost is
header files... In fact, I wouldn't be surprised if
src/config.h didn't need to #include intl/config.h
also...
I do not really know Abdel's motivation to separate config.h (we had a
long thread about that). Currently, all three config.h are large in
that they overlap (and have unnecessary lines) and serve their own
purposes well. Also, intl/config.h is only generated when we use
intl=included, the same for boost.
What I want Abdel to do is looking at these files, and determine what
to do with them (remove unnecessary tests/lines, when to generate
them, whether or not we use #include intl/config.h etc).
What I meant in my original question was: do the three
config.h files have the same
I know what you meant. They all use _CONFIG_H so one can not use both config.h.
Bo