Files
userland/makefiles/cmake/cmake_config.h.in
Floris Bos 93ae1bcd80 Test for the existence of execinfo.h
Previous code assumed that on Linux the execinfo.h functions are always available, which is a glibc extension.
This change fixes building the library under buildroot, which uses uClibc by default
2012-11-25 19:05:07 +01:00

16 lines
317 B
C

#ifndef CMAKE_CONFIG_H
#define CMAKE_CONFIG_H
/*
* Autogenerated by cmake from makefiles/cmake/cmake_config.h.in
*/
/** Do we have support for GLIBC mtrace() ? */
#cmakedefine HAVE_MTRACE
/** Do we have the execinfo.h include file ? */
#cmakedefine HAVE_EXECINFO_H
#endif