Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

config_autogen.h
Go to the documentation of this file.
1 #define OGDF_MEMORY_POOL_TS
2 
3 #if 0 == 0 || !defined(NDEBUG)
4 /* #undef OGDF_DEBUG */
5 #endif
6 
7 #ifdef OGDF_DEBUG
8 /* #undef OGDF_HEAVY_DEBUG */
9 /* #undef OGDF_USE_ASSERT_EXCEPTIONS */
10  #ifdef OGDF_USE_ASSERT_EXCEPTIONS
11  #define OGDF_FUNCTION_NAME
12  #endif
13  #if 0
14  #define OGDF_USE_ASSERT_EXCEPTIONS_WITH_STACKTRACE
15  #define BACKWARD_HAS_DW 0
16  #define BACKWARD_HAS_BFD 0
17  #define BACKWARD_HAS_UNWIND 0
18  #endif
19 #endif
20 
21 /* #undef OGDF_DLL */
22 
25 #define OGDF_SIZEOF_POINTER 8
26 
27 #define COIN_OSI_CLP
28 
29 #if 0
30  #define OSI_CLP
31 #endif
32 
33 #define OGDF_SSE3_EXTENSIONS <pmmintrin.h>
34 #define OGDF_HAS_LINUX_CPU_MACROS
35 /* #undef OGDF_HAS_MALLINFO2 */
36 /* #undef OGDF_INCLUDE_CGAL */