/* config.h. Generated from config.h.in by configure. */1/* config.h.in. Generated from configure.ac by autoheader. */23/* ELF size: 32 or 64 */4#define BACKTRACE_ELF_SIZE unused56/* XCOFF size: 32 or 64 */7#define BACKTRACE_XCOFF_SIZE unused89/* Define to 1 if you have the __atomic functions */10#define HAVE_ATOMIC_FUNCTIONS 11112/* Define to 1 if you have the `clock_gettime' function. */13#define HAVE_CLOCK_GETTIME 11415/* Define to 1 if you have the declaration of `getpagesize', and to 0 if you16don't. */17#define HAVE_DECL_GETPAGESIZE 01819/* Define to 1 if you have the declaration of `strnlen', and to 0 if you20don't. */21#define HAVE_DECL_STRNLEN 12223/* Define to 1 if you have the <dlfcn.h> header file. */24/* #undef HAVE_DLFCN_H */2526/* Define if dl_iterate_phdr is available. */27/* #undef HAVE_DL_ITERATE_PHDR */2829/* Define to 1 if you have the fcntl function */30/* #undef HAVE_FCNTL */3132/* Define if getexecname is available. */33/* #undef HAVE_GETEXECNAME */3435/* Define if _Unwind_GetIPInfo is available. */36#define HAVE_GETIPINFO 13738/* Define to 1 if you have the <inttypes.h> header file. */39#define HAVE_INTTYPES_H 14041/* Define to 1 if you have KERN_PROC and KERN_PROC_PATHNAME in <sys/sysctl.h>.42*/43/* #undef HAVE_KERN_PROC */4445/* Define to 1 if you have KERN_PROCARGS and KERN_PROC_PATHNAME in46<sys/sysctl.h>. */47/* #undef HAVE_KERN_PROC_ARGS */4849/* Define if -llzma is available. */50#define HAVE_LIBLZMA 15152/* Define to 1 if you have the <link.h> header file. */53/* #undef HAVE_LINK_H */5455/* Define if AIX loadquery is available. */56/* #undef HAVE_LOADQUERY */5758/* Define to 1 if you have the `lstat' function. */59/* #undef HAVE_LSTAT */6061/* Define to 1 if you have the <mach-o/dyld.h> header file. */62/* #undef HAVE_MACH_O_DYLD_H */6364/* Define to 1 if you have the <memory.h> header file. */65#define HAVE_MEMORY_H 16667/* Define to 1 if you have the `readlink' function. */68/* #undef HAVE_READLINK */6970/* Define to 1 if you have the <stdint.h> header file. */71#define HAVE_STDINT_H 17273/* Define to 1 if you have the <stdlib.h> header file. */74#define HAVE_STDLIB_H 17576/* Define to 1 if you have the <strings.h> header file. */77#define HAVE_STRINGS_H 17879/* Define to 1 if you have the <string.h> header file. */80#define HAVE_STRING_H 18182/* Define to 1 if you have the __sync functions */83#define HAVE_SYNC_FUNCTIONS 18485/* Define to 1 if you have the <sys/ldr.h> header file. */86/* #undef HAVE_SYS_LDR_H */8788/* Define to 1 if you have the <sys/mman.h> header file. */89/* #undef HAVE_SYS_MMAN_H */9091/* Define to 1 if you have the <sys/stat.h> header file. */92#define HAVE_SYS_STAT_H 19394/* Define to 1 if you have the <sys/types.h> header file. */95#define HAVE_SYS_TYPES_H 19697/* Define to 1 if you have the <unistd.h> header file. */98#define HAVE_UNISTD_H 199100/* Define if -lz is available. */101#define HAVE_ZLIB 1102103/* Define to the sub-directory in which libtool stores uninstalled libraries.104*/105#define LT_OBJDIR ".libs/"106107/* Define to the address where bug reports for this package should be sent. */108#define PACKAGE_BUGREPORT ""109110/* Define to the full name of this package. */111#define PACKAGE_NAME "package-unused"112113/* Define to the full name and version of this package. */114#define PACKAGE_STRING "package-unused version-unused"115116/* Define to the one symbol short name of this package. */117#define PACKAGE_TARNAME "libbacktrace"118119/* Define to the home page for this package. */120#define PACKAGE_URL ""121122/* Define to the version of this package. */123#define PACKAGE_VERSION "version-unused"124125/* Define to 1 if you have the ANSI C header files. */126#define STDC_HEADERS 1127128/* Enable extensions on AIX 3, Interix. */129#ifndef _ALL_SOURCE130# define _ALL_SOURCE 1131#endif132/* Enable GNU extensions on systems that have them. */133#ifndef _GNU_SOURCE134# define _GNU_SOURCE 1135#endif136/* Enable threading extensions on Solaris. */137#ifndef _POSIX_PTHREAD_SEMANTICS138# define _POSIX_PTHREAD_SEMANTICS 1139#endif140/* Enable extensions on HP NonStop. */141#ifndef _TANDEM_SOURCE142# define _TANDEM_SOURCE 1143#endif144/* Enable general extensions on Solaris. */145#ifndef __EXTENSIONS__146# define __EXTENSIONS__ 1147#endif148149150/* Enable large inode numbers on Mac OS X 10.5. */151#ifndef _DARWIN_USE_64_BIT_INODE152# define _DARWIN_USE_64_BIT_INODE 1153#endif154155/* Number of bits in a file offset, on hosts where this is settable. */156#define _FILE_OFFSET_BITS 64157158/* Define for large files, on AIX-style hosts. */159/* #undef _LARGE_FILES */160161/* Define to 1 if on MINIX. */162/* #undef _MINIX */163164/* Define to 2 if the system does not provide POSIX.1 features except with165this defined. */166/* #undef _POSIX_1_SOURCE */167168/* Define to 1 if you need to in order for `stat' and other things to work. */169/* #undef _POSIX_SOURCE */170171172