1 /* zircon version of libbacktrace */ 2 /* config.h.in. Generated from configure.ac by autoheader. */ 3 4 /* ELF size: 32 or 64 */ 5 #define BACKTRACE_ELF_SIZE 64 6 7 /* Define to 1 if you have the __atomic functions */ 8 #define HAVE_ATOMIC_FUNCTIONS 1 9 10 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you 11 don't. */ 12 #define HAVE_DECL_STRNLEN 1 13 14 /* Define to 1 if you have the <dlfcn.h> header file. */ 15 #undef HAVE_DLFCN_H 16 17 /* Define if dl_iterate_phdr is available. */ 18 #undef HAVE_DL_ITERATE_PHDR 19 20 /* Define to 1 if you have the fcntl function */ 21 #undef HAVE_FCNTL 22 23 /* Define if getexecname is available. */ 24 #undef HAVE_GETEXECNAME 25 26 /* Define if _Unwind_GetIPInfo is available. */ 27 #undef HAVE_GETIPINFO 28 29 /* Define to 1 if you have the <inttypes.h> header file. */ 30 #define HAVE_INTTYPES_H 1 31 32 /* Define to 1 if you have the <link.h> header file. */ 33 #define HAVE_LINK_H 1 34 35 /* Define to 1 if you have the <memory.h> header file. */ 36 #undef HAVE_MEMORY_H 37 38 /* Define to 1 if you have the <stdint.h> header file. */ 39 #define HAVE_STDINT_H 1 40 41 /* Define to 1 if you have the <stdlib.h> header file. */ 42 #define HAVE_STDLIB_H 1 43 44 /* Define to 1 if you have the <strings.h> header file. */ 45 /* While Fuchsia has this header, we don't use it. */ 46 #undef HAVE_STRINGS_H 47 48 /* Define to 1 if you have the <string.h> header file. */ 49 #define HAVE_STRING_H 1 50 51 /* Define to 1 if you have the __sync functions */ 52 #define HAVE_SYNC_FUNCTIONS 1 53 54 /* Define to 1 if you have the <sys/mman.h> header file. */ 55 /* While Fuchsia has this header, we don't use mmap, yet. */ 56 #undef HAVE_SYS_MMAN_H 57 58 /* Define to 1 if you have the <sys/stat.h> header file. */ 59 #define HAVE_SYS_STAT_H 1 60 61 /* Define to 1 if you have the <sys/types.h> header file. */ 62 #define HAVE_SYS_TYPES_H 1 63 64 /* Define to 1 if you have the <unistd.h> header file. */ 65 #define HAVE_UNISTD_H 1 66 67 /* Define to the sub-directory in which libtool stores uninstalled libraries. 68 */ 69 #undef LT_OBJDIR 70 71 /* Define to the address where bug reports for this package should be sent. */ 72 #undef PACKAGE_BUGREPORT 73 74 /* Define to the full name of this package. */ 75 #undef PACKAGE_NAME 76 77 /* Define to the full name and version of this package. */ 78 #undef PACKAGE_STRING 79 80 /* Define to the one symbol short name of this package. */ 81 #undef PACKAGE_TARNAME 82 83 /* Define to the home page for this package. */ 84 #undef PACKAGE_URL 85 86 /* Define to the version of this package. */ 87 #undef PACKAGE_VERSION 88 89 /* Define to 1 if you have the ANSI C header files. */ 90 #define STDC_HEADERS 1 91 92 /* Enable extensions on AIX 3, Interix. */ 93 #ifndef _ALL_SOURCE 94 # undef _ALL_SOURCE 95 #endif 96 /* Enable GNU extensions on systems that have them. */ 97 #ifndef _GNU_SOURCE 98 # undef _GNU_SOURCE 99 #endif 100 /* Enable threading extensions on Solaris. */ 101 #ifndef _POSIX_PTHREAD_SEMANTICS 102 # undef _POSIX_PTHREAD_SEMANTICS 103 #endif 104 /* Enable extensions on HP NonStop. */ 105 #ifndef _TANDEM_SOURCE 106 # undef _TANDEM_SOURCE 107 #endif 108 /* Enable general extensions on Solaris. */ 109 #ifndef __EXTENSIONS__ 110 # undef __EXTENSIONS__ 111 #endif 112 113 114 /* Define to 1 if on MINIX. */ 115 #undef _MINIX 116 117 /* Define to 2 if the system does not provide POSIX.1 features except with 118 this defined. */ 119 #undef _POSIX_1_SOURCE 120 121 /* Define to 1 if you need to in order for `stat' and other things to work. */ 122 #undef _POSIX_SOURCE 123