mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
0ce3dfaba7
https://github.com/ianlancetaylor/libbacktrace 5a99ff7fed66b8ea8f09c9805c138524a7035ece
14 lines
253 B
C
14 lines
253 B
C
#include <limits.h>
|
|
#if __WORDSIZE == 64
|
|
# define BACKTRACE_ELF_SIZE 64
|
|
#else
|
|
# define BACKTRACE_ELF_SIZE 32
|
|
#endif
|
|
|
|
#define HAVE_DLFCN_H
|
|
#define HAVE_FCNTL
|
|
#define HAVE_INTTYPES_H
|
|
#define HAVE_LSTAT
|
|
#define HAVE_READLINK
|
|
#define HAVE_DL_ITERATE_PHDR
|