1 | #ifndef CMAKE_CONFIG_H |
---|---|
2 | #define CMAKE_CONFIG_H |
3 | |
4 | /* |
5 | * Autogenerated by cmake from makefiles/cmake/cmake_config.h.in |
6 | */ |
7 | |
8 | /** Do we have support for GLIBC mtrace() ? */ |
9 | #define HAVE_MTRACE |
10 | |
11 | /** Do we have the execinfo.h include file ? */ |
12 | #define HAVE_EXECINFO_H |
13 | |
14 | #endif |
15 | |
16 |