-
Notifications
You must be signed in to change notification settings - Fork 448
/
Copy pathconfig.h.cmake
38 lines (26 loc) · 1.06 KB
/
config.h.cmake
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
/* Define to 1 if you have the boost iostreams library */
#cmakedefine HAVE_LIBBOOST_IOSTREAMS 1
/* Define to 1 if you have the boost graph headers */
#cmakedefine HAVE_LIBBOOST_GRAPH 1
/* Define to 1 if you have the execinfo.h header */
#cmakedefine HAVE_EXECINFO_H 1
/* Define to 1 if you have libbacktrace */
#cmakedefine HAVE_LIBBACKTRACE 1
/* Define to 1 if you have the LIBGC library. */
#cmakedefine HAVE_LIBGC 1
/* Define to 1 if you have the GMP library. */
#cmakedefine HAVE_LIBGMP 1
/* Define to 1 if you have the memchr function. */
#cmakedefine HAVE_MEMCHR 1
/* Define to 1 if you have the pipe2 function. */
#cmakedefine HAVE_PIPE2 1
/* Define to 1 if you have the GC_print_stats function. */
#cmakedefine HAVE_GC_PRINT_STATS 1
/* Define if you have simple switch installed */
#cmakedefine HAVE_SIMPLE_SWITCH 1
/* Define to 1 if you have the ucontext.h header */
#cmakedefine HAVE_UCONTEXT_H 1
/* Define to 1 if you have the cxxabi.h header */
#cmakedefine HAVE_CXXABI_H 1
/* Define to 1 if you have the mm_malloc.h header */
#cmakedefine HAVE_MM_MALLOC_H 1