The only "problem" will come when a new xpdf version comes and we put it in that drawer. That changes will have to be made again. You could send a mail to xpdf author kindly asking him to change the file naming to something more "neutral" than config.h If he answers you please contact me as he does not answer my mails. Albert A Dimecres 25 Agost 2004 22:53, André Wöbbeking va escriure: > 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 > > > M +1 -1 PDFDoc.cc 1.6 > M +1 -1 SplashOutputDev.h 1.2 > M +1 -1 Stream.cc 1.6 > M +1 -1 TextOutputDev.cc 1.8 > > > --- kdegraphics/kpdf/xpdf/PDFDoc.cc #1.5:1.6 > @@ -18,5 +18,5 @@ > #include > #include "GString.h" > -#include "config.h" > +#include "xpdf_config.h" > #include "GlobalParams.h" > #include "Page.h" > > --- kdegraphics/kpdf/xpdf/SplashOutputDev.h #1.1:1.2 > @@ -18,5 +18,5 @@ > #include "gtypes.h" > #include "SplashTypes.h" > -#include "config.h" > +#include "xpdf_config.h" > #include "OutputDev.h" > > > --- kdegraphics/kpdf/xpdf/Stream.cc #1.5:1.6 > @@ -23,5 +23,5 @@ > #include "gmem.h" > #include "gfile.h" > -#include "config.h" > +#include "xpdf_config.h" > #include "Error.h" > #include "Object.h" > > --- kdegraphics/kpdf/xpdf/TextOutputDev.cc #1.7:1.8 > @@ -25,5 +25,5 @@ > #include "GString.h" > #include "GList.h" > -#include "config.h" > +#include "xpdf_config.h" > #include "Error.h" > #include "GlobalParams.h"