54 lines
1.3 KiB
C
54 lines
1.3 KiB
C
|
#define BACKTRACE_ELF_SIZE 64
|
||
|
#define BACKTRACE_XCOFF_SIZE unused
|
||
|
#define HAVE_ATOMIC_FUNCTIONS 1
|
||
|
#define HAVE_CLOCK_GETTIME 1
|
||
|
#define HAVE_DECL_GETPAGESIZE 1
|
||
|
#define HAVE_DECL_STRNLEN 1
|
||
|
#define HAVE_DLFCN_H 1
|
||
|
#define HAVE_DL_ITERATE_PHDR 1
|
||
|
#if defined(__linux__)
|
||
|
#define HAVE_FCNTL 1
|
||
|
#endif
|
||
|
#define HAVE_GETIPINFO 1
|
||
|
#define HAVE_INTTYPES_H 1
|
||
|
#define HAVE_LINK_H 1
|
||
|
#define HAVE_LSTAT 1
|
||
|
#define HAVE_MEMORY_H 1
|
||
|
#define HAVE_READLINK 1
|
||
|
#define HAVE_STDINT_H 1
|
||
|
#define HAVE_STDLIB_H 1
|
||
|
#define HAVE_STRINGS_H 1
|
||
|
#define HAVE_STRING_H 1
|
||
|
#define HAVE_SYNC_FUNCTIONS 1
|
||
|
#define HAVE_SYS_MMAN_H 1
|
||
|
#define HAVE_SYS_STAT_H 1
|
||
|
#define HAVE_SYS_TYPES_H 1
|
||
|
#define HAVE_UNISTD_H 1
|
||
|
#define LT_OBJDIR ".libs/"
|
||
|
#define PACKAGE_BUGREPORT ""
|
||
|
#define PACKAGE_NAME "package-unused"
|
||
|
#define PACKAGE_STRING "package-unused version-unused"
|
||
|
#define PACKAGE_TARNAME "libbacktrace"
|
||
|
#define PACKAGE_URL ""
|
||
|
#define PACKAGE_VERSION "version-unused"
|
||
|
#define STDC_HEADERS 1
|
||
|
#ifndef _ALL_SOURCE
|
||
|
# define _ALL_SOURCE 1
|
||
|
#endif
|
||
|
#ifndef _GNU_SOURCE
|
||
|
# define _GNU_SOURCE 1
|
||
|
#endif
|
||
|
#ifndef _POSIX_PTHREAD_SEMANTICS
|
||
|
# define _POSIX_PTHREAD_SEMANTICS 1
|
||
|
#endif
|
||
|
#ifndef _TANDEM_SOURCE
|
||
|
# define _TANDEM_SOURCE 1
|
||
|
#endif
|
||
|
#ifndef __EXTENSIONS__
|
||
|
# define __EXTENSIONS__ 1
|
||
|
#endif
|
||
|
#ifndef _DARWIN_USE_64_BIT_INODE
|
||
|
# define _DARWIN_USE_64_BIT_INODE 1
|
||
|
#endif
|
||
|
#pragma once
|