CVSROOT: /sources/gnash Module name: gnash Changes by: Rob Savoye <rsavoye> 08/01/22 21:06:47
Modified files: testsuite/libgeometry: Point2dTest.cpp Range2dTest.cpp snappingrangetest.cpp Log message: Use gnashconfig.h instead of config.h. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/libgeometry/Point2dTest.cpp?cvsroot=gnash&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/libgeometry/Range2dTest.cpp?cvsroot=gnash&r1=1.12&r2=1.13 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/libgeometry/snappingrangetest.cpp?cvsroot=gnash&r1=1.10&r2=1.11 Patches: Index: Point2dTest.cpp =================================================================== RCS file: /sources/gnash/gnash/testsuite/libgeometry/Point2dTest.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- Point2dTest.cpp 21 Jan 2008 23:26:50 -0000 1.2 +++ Point2dTest.cpp 22 Jan 2008 21:06:46 -0000 1.3 @@ -16,7 +16,7 @@ // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #ifdef HAVE_CONFIG_H -#include "config.h" +#include "gnashconfig.h" #endif #include "check.h" Index: Range2dTest.cpp =================================================================== RCS file: /sources/gnash/gnash/testsuite/libgeometry/Range2dTest.cpp,v retrieving revision 1.12 retrieving revision 1.13 diff -u -b -r1.12 -r1.13 --- Range2dTest.cpp 21 Jan 2008 23:26:50 -0000 1.12 +++ Range2dTest.cpp 22 Jan 2008 21:06:46 -0000 1.13 @@ -16,7 +16,7 @@ // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #ifdef HAVE_CONFIG_H -#include "config.h" +#include "gnashconfig.h" #endif #include "check.h" Index: snappingrangetest.cpp =================================================================== RCS file: /sources/gnash/gnash/testsuite/libgeometry/snappingrangetest.cpp,v retrieving revision 1.10 retrieving revision 1.11 diff -u -b -r1.10 -r1.11 --- snappingrangetest.cpp 21 Jan 2008 23:26:50 -0000 1.10 +++ snappingrangetest.cpp 22 Jan 2008 21:06:46 -0000 1.11 @@ -16,7 +16,7 @@ // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #ifdef HAVE_CONFIG_H -#include "config.h" +#include "gnashconfig.h" #endif #include "check.h" _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit