mirror of
https://github.com/raspberrypi/userland.git
synced 2025-12-06 04:49:12 +00:00
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
16 lines
317 B
C
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
|
|
|