/usr/include/CGAL/compiler_config.h is in libcgal-dev 4.2-5ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | //
// compiler_config.h is included by CGAL headers to load the needed compiler settings.
//
// DO NOT EDIT compiler_config.h. It is generated by CMake.
//
//#define CGAL_CFG_DENORMALS_COMPILE_BUG 1
//#define CGAL_CFG_FPU_ROUNDING_MODE_UNWINDING_VC_BUG 1
//#define CGAL_CFG_IEEE_754_BUG 1
//#define CGAL_CFG_ISTREAM_INT_BUG 1
//#define CGAL_CFG_MATCHING_BUG_5 1
//#define CGAL_CFG_MATCHING_BUG_6 1
//#define CGAL_CFG_NESTED_CLASS_FRIEND_DECLARATION_BUG 1
//#define CGAL_CFG_NO_LIMITS 1
//#define CGAL_CFG_NO_NEXTAFTER 1
//#define CGAL_CFG_NO_STL 1
//#define CGAL_CFG_NO_WARNING_CPP_DIRECTIVE_BUG 1
//#define CGAL_CFG_NUMERIC_LIMITS_BUG 1
//#define CGAL_CFG_OUTOFLINE_MEMBER_DEFINITION_BUG 1
//#define CGAL_CFG_TEMPLATE_IN_DEFAULT_PARAMETER_BUG 1
//#define CGAL_CFG_TYPENAME_BEFORE_DEFAULT_ARGUMENT_BUG 1
//#define CGAL_CFG_USING_BASE_MEMBER_BUG_2 1
#define CGAL_USE_GMP 1
#define CGAL_USE_MPFR 1
//#define CGAL_USE_GMPXX 1
//#define CGAL_USE_LEDA 1
//#define CGAL_USE_MPFI 1
//#define CGAL_USE_RS 1
//#define CGAL_USE_NTL 1
#define CGAL_BUILD_SHARED_LIBS 1
#define CGAL_USE_CORE 1
#define CGAL_HAS_QT4 1
#define CGAL_HAS_IMAGEIO 1
|