CVS commit by woebbe: renamed config.h to xpdf_config.h to avoid clash with kdegraphics/config.h. I hope it's OK. CCMAIL: Albert Astals Cid A xpdf_config.h 1.1 [UNKNOWN] M +1 -1 Error.h 1.7 R config.h 1.4 --- kdegraphics/kpdf/xpdf/Error.h #1.6:1.7 @@ -17,5 +17,5 @@ #include -#include "config.h" +#include "xpdf_config.h" extern void CDECL error(int pos, const char *msg, ...);