1/* config.h.in. Generated from configure.ac by autoheader. */ 2 3/* ELF size: 32 or 64 */ 4#undef BACKTRACE_ELF_SIZE 5 6/* XCOFF size: 32 or 64 */ 7#undef BACKTRACE_XCOFF_SIZE 8 9/* Define to 1 if you have the __atomic functions */ 10#undef HAVE_ATOMIC_FUNCTIONS 11 12/* Define to 1 if you have the `clock_gettime' function. */ 13#undef HAVE_CLOCK_GETTIME 14 15/* Define to 1 if you have the declaration of `getpagesize', and to 0 if you 16 don't. */ 17#undef HAVE_DECL_GETPAGESIZE 18 19/* Define to 1 if you have the declaration of `strnlen', and to 0 if you 20 don't. */ 21#undef HAVE_DECL_STRNLEN 22 23/* Define to 1 if you have the <dlfcn.h> header file. */ 24#undef HAVE_DLFCN_H 25 26/* Define if dl_iterate_phdr is available. */ 27#undef HAVE_DL_ITERATE_PHDR 28 29/* Define to 1 if you have the fcntl function */ 30#undef HAVE_FCNTL 31 32/* Define if getexecname is available. */ 33#undef HAVE_GETEXECNAME 34 35/* Define if _Unwind_GetIPInfo is available. */ 36#undef HAVE_GETIPINFO 37 38/* Define to 1 if you have the <inttypes.h> header file. */ 39#undef HAVE_INTTYPES_H 40 41/* Define to 1 if you have KERN_PROC and KERN_PROC_PATHNAME in <sys/sysctl.h>. 42 */ 43#undef HAVE_KERN_PROC 44 45/* Define to 1 if you have KERN_PROCARGS and KERN_PROC_PATHNAME in 46 <sys/sysctl.h>. */ 47#undef HAVE_KERN_PROC_ARGS 48 49/* Define if -llzma is available. */ 50#undef HAVE_LIBLZMA 51 52/* Define to 1 if you have the <link.h> header file. */ 53#undef HAVE_LINK_H 54 55/* Define if AIX loadquery is available. */ 56#undef HAVE_LOADQUERY 57 58/* Define to 1 if you have the `lstat' function. */ 59#undef HAVE_LSTAT 60 61/* Define to 1 if you have the <mach-o/dyld.h> header file. */ 62#undef HAVE_MACH_O_DYLD_H 63 64/* Define to 1 if you have the <memory.h> header file. */ 65#undef HAVE_MEMORY_H 66 67/* Define to 1 if you have the `readlink' function. */ 68#undef HAVE_READLINK 69 70/* Define to 1 if you have the <stdint.h> header file. */ 71#undef HAVE_STDINT_H 72 73/* Define to 1 if you have the <stdlib.h> header file. */ 74#undef HAVE_STDLIB_H 75 76/* Define to 1 if you have the <strings.h> header file. */ 77#undef HAVE_STRINGS_H 78 79/* Define to 1 if you have the <string.h> header file. */ 80#undef HAVE_STRING_H 81 82/* Define to 1 if you have the __sync functions */ 83#undef HAVE_SYNC_FUNCTIONS 84 85/* Define to 1 if you have the <sys/ldr.h> header file. */ 86#undef HAVE_SYS_LDR_H 87 88/* Define to 1 if you have the <sys/mman.h> header file. */ 89#undef HAVE_SYS_MMAN_H 90 91/* Define to 1 if you have the <sys/stat.h> header file. */ 92#undef HAVE_SYS_STAT_H 93 94/* Define to 1 if you have the <sys/types.h> header file. */ 95#undef HAVE_SYS_TYPES_H 96 97/* Define to 1 if you have the <unistd.h> header file. */ 98#undef HAVE_UNISTD_H 99 100/* Define if -lz is available. */ 101#undef HAVE_ZLIB 102 103/* Define to the sub-directory in which libtool stores uninstalled libraries. 104 */ 105#undef LT_OBJDIR 106 107/* Define to the address where bug reports for this package should be sent. */ 108#undef PACKAGE_BUGREPORT 109 110/* Define to the full name of this package. */ 111#undef PACKAGE_NAME 112 113/* Define to the full name and version of this package. */ 114#undef PACKAGE_STRING 115 116/* Define to the one symbol short name of this package. */ 117#undef PACKAGE_TARNAME 118 119/* Define to the home page for this package. */ 120#undef PACKAGE_URL 121 122/* Define to the version of this package. */ 123#undef PACKAGE_VERSION 124 125/* The size of `char', as computed by sizeof. */ 126#undef SIZEOF_CHAR 127 128/* The size of `int', as computed by sizeof. */ 129#undef SIZEOF_INT 130 131/* The size of `long', as computed by sizeof. */ 132#undef SIZEOF_LONG 133 134/* The size of `short', as computed by sizeof. */ 135#undef SIZEOF_SHORT 136 137/* The size of `void *', as computed by sizeof. */ 138#undef SIZEOF_VOID_P 139 140/* Define to 1 if you have the ANSI C header files. */ 141#undef STDC_HEADERS 142 143/* Enable extensions on AIX 3, Interix. */ 144#ifndef _ALL_SOURCE 145# undef _ALL_SOURCE 146#endif 147/* Enable GNU extensions on systems that have them. */ 148#ifndef _GNU_SOURCE 149# undef _GNU_SOURCE 150#endif 151/* Enable threading extensions on Solaris. */ 152#ifndef _POSIX_PTHREAD_SEMANTICS 153# undef _POSIX_PTHREAD_SEMANTICS 154#endif 155/* Enable extensions on HP NonStop. */ 156#ifndef _TANDEM_SOURCE 157# undef _TANDEM_SOURCE 158#endif 159/* Enable general extensions on Solaris. */ 160#ifndef __EXTENSIONS__ 161# undef __EXTENSIONS__ 162#endif 163 164 165/* Enable large inode numbers on Mac OS X 10.5. */ 166#ifndef _DARWIN_USE_64_BIT_INODE 167# define _DARWIN_USE_64_BIT_INODE 1 168#endif 169 170/* Number of bits in a file offset, on hosts where this is settable. */ 171#undef _FILE_OFFSET_BITS 172 173/* Define for large files, on AIX-style hosts. */ 174#undef _LARGE_FILES 175 176/* Define to 1 if on MINIX. */ 177#undef _MINIX 178 179/* Define to 2 if the system does not provide POSIX.1 features except with 180 this defined. */ 181#undef _POSIX_1_SOURCE 182 183/* Define to 1 if you need to in order for `stat' and other things to work. */ 184#undef _POSIX_SOURCE 185