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