mirror of
https://github.com/wolfpld/tracy
synced 2025-04-28 20:23:51 +00:00
16 lines
325 B
C
16 lines
325 B
C
#include <limits.h>
|
|
#if __WORDSIZE == 64
|
|
# define BACKTRACE_ELF_SIZE 64
|
|
#else
|
|
# define BACKTRACE_ELF_SIZE 32
|
|
#endif
|
|
|
|
#define HAVE_DLFCN_H 1
|
|
#define HAVE_FCNTL 1
|
|
#define HAVE_INTTYPES_H 1
|
|
#define HAVE_LSTAT 1
|
|
#define HAVE_READLINK 1
|
|
#define HAVE_DL_ITERATE_PHDR 1
|
|
#define HAVE_ATOMIC_FUNCTIONS 1
|
|
#define HAVE_DECL_STRNLEN 1
|