change CGAL_HAVE_.. CGAL_HAS..

This commit is contained in:
Michael Hemmer
2010-02-11 17:56:29 +00:00
parent 286b4734a3
commit c9074430d3
15 changed files with 30 additions and 30 deletions
@@ -2,7 +2,7 @@
#include <CGAL/basic.h>
#include <CGAL/Arithmetic_kernel.h>
#if defined(CGAL_HAVE_DEFAULT_ARITHMETIC_KERNEL)
#if defined(CGAL_HAS_DEFAULT_ARITHMETIC_KERNEL)
#include <CGAL/Test/_test_arithmetic_kernel.h>