Files
cgal/Core/include/CGAL/CORE/Config.h
T
Joachim Reichel 4f47903a25 moved src/Core to src/CGALCore
moved include/CORE to include/CGAL/CORE
moved include/OpenNL to include/CGAL/OpenNL
renamed libcore++ to libCGALcore++
2007-03-13 18:10:39 +00:00

21 lines
390 B
C

#ifndef _CORE_CONFIG_H_
#define _CORE_CONFIG_H_
// disable debug
//#define CORE_DISABLE_DEBUG
// disable inline functions
//#define CORE_DISABLE_INLINE
// disable memory pool
//#define CORE_DISABLE_MEMPOOL
// debug reference counting
//#define CORE_RC_DEBUG 1
#include <CGAL/auto_link/CORE.h>
#include <CGAL/auto_link/GMP.h>
#include <CGAL/auto_link/MPFR.h>
#endif // _CORE_CONFIG_H_