1 /* This file is automatically generated. DO NOT EDIT! */ 2 /* Generated from: NetBSD: mknative-binutils,v 1.8 2011/09/25 04:00:58 christos Exp */ 3 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */ 4 5 /* config.h. Generated from config.in by configure. */ 6 /* config.in. Generated from configure.in by autoheader. */ 7 8 /* Check that config.h is #included before system headers 9 (this works only for glibc, but that should be enough). */ 10 #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 11 # error config.h must be #included before system headers 12 #endif 13 #define __CONFIG_H__ 1 14 15 /* Name of host specific core header file to include in elf.c. */ 16 /* #undef CORE_HEADER */ 17 18 /* Define to 1 if translation of program messages to the user's native 19 language is requested. */ 20 #define ENABLE_NLS 1 21 22 /* Define to 1 if you have the <alloca.h> header file. */ 23 /* #undef HAVE_ALLOCA_H */ 24 25 /* Define to 1 if you have the declaration of `basename', and to 0 if you 26 don't. */ 27 #define HAVE_DECL_BASENAME 0 28 29 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ 30 #define HAVE_DECL_FFS 1 31 32 /* Define to 1 if you have the declaration of `free', and to 0 if you don't. 33 */ 34 #define HAVE_DECL_FREE 1 35 36 /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't. 37 */ 38 #define HAVE_DECL_FSEEKO 1 39 40 /* Define to 1 if you have the declaration of `fseeko64', and to 0 if you 41 don't. */ 42 #define HAVE_DECL_FSEEKO64 0 43 44 /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't. 45 */ 46 #define HAVE_DECL_FTELLO 1 47 48 /* Define to 1 if you have the declaration of `ftello64', and to 0 if you 49 don't. */ 50 #define HAVE_DECL_FTELLO64 0 51 52 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. 53 */ 54 #define HAVE_DECL_GETENV 1 55 56 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. 57 */ 58 #define HAVE_DECL_MALLOC 1 59 60 /* Define to 1 if you have the declaration of `realloc', and to 0 if you 61 don't. */ 62 #define HAVE_DECL_REALLOC 1 63 64 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 65 don't. */ 66 #define HAVE_DECL_SNPRINTF 1 67 68 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 69 */ 70 #define HAVE_DECL_STPCPY 1 71 72 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. 73 */ 74 #define HAVE_DECL_STRSTR 1 75 76 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you 77 don't. */ 78 #define HAVE_DECL_VSNPRINTF 1 79 80 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 81 */ 82 #define HAVE_DIRENT_H 1 83 84 /* Define to 1 if you have the <dlfcn.h> header file. */ 85 #define HAVE_DLFCN_H 1 86 87 /* Define to 1 if you have the `fcntl' function. */ 88 #define HAVE_FCNTL 1 89 90 /* Define to 1 if you have the <fcntl.h> header file. */ 91 #define HAVE_FCNTL_H 1 92 93 /* Define to 1 if you have the `fdopen' function. */ 94 #define HAVE_FDOPEN 1 95 96 /* Define to 1 if you have the `fileno' function. */ 97 #define HAVE_FILENO 1 98 99 /* Define to 1 if you have the `fopen64' function. */ 100 /* #undef HAVE_FOPEN64 */ 101 102 /* Define to 1 if you have the `fseeko' function. */ 103 #define HAVE_FSEEKO 1 104 105 /* Define to 1 if you have the `fseeko64' function. */ 106 /* #undef HAVE_FSEEKO64 */ 107 108 /* Define to 1 if you have the `ftello' function. */ 109 #define HAVE_FTELLO 1 110 111 /* Define to 1 if you have the `ftello64' function. */ 112 /* #undef HAVE_FTELLO64 */ 113 114 /* Define to 1 if you have the `getgid' function. */ 115 #define HAVE_GETGID 1 116 117 /* Define to 1 if you have the `getpagesize' function. */ 118 #define HAVE_GETPAGESIZE 1 119 120 /* Define to 1 if you have the `getuid' function. */ 121 #define HAVE_GETUID 1 122 123 /* Define to 1 if you have the <inttypes.h> header file. */ 124 #define HAVE_INTTYPES_H 1 125 126 /* Define if <sys/procfs.h> has lwpstatus_t. */ 127 /* #undef HAVE_LWPSTATUS_T */ 128 129 /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */ 130 /* #undef HAVE_LWPSTATUS_T_PR_CONTEXT */ 131 132 /* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */ 133 /* #undef HAVE_LWPSTATUS_T_PR_FPREG */ 134 135 /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */ 136 /* #undef HAVE_LWPSTATUS_T_PR_REG */ 137 138 /* Define if <sys/procfs.h> has lwpxstatus_t. */ 139 /* #undef HAVE_LWPXSTATUS_T */ 140 141 /* Define to 1 if you have the `madvise' function. */ 142 #define HAVE_MADVISE 1 143 144 /* Define to 1 if you have the <memory.h> header file. */ 145 #define HAVE_MEMORY_H 1 146 147 /* Define to 1 if you have a working `mmap' system call. */ 148 #define HAVE_MMAP 1 149 150 /* Define to 1 if you have the `mprotect' function. */ 151 #define HAVE_MPROTECT 1 152 153 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 154 /* #undef HAVE_NDIR_H */ 155 156 /* Define if <sys/procfs.h> has prpsinfo32_t. */ 157 /* #undef HAVE_PRPSINFO32_T */ 158 159 /* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */ 160 /* #undef HAVE_PRPSINFO32_T_PR_PID */ 161 162 /* Define if <sys/procfs.h> has prpsinfo_t. */ 163 /* #undef HAVE_PRPSINFO_T */ 164 165 /* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */ 166 /* #undef HAVE_PRPSINFO_T_PR_PID */ 167 168 /* Define if <sys/procfs.h> has prstatus32_t. */ 169 /* #undef HAVE_PRSTATUS32_T */ 170 171 /* Define if <sys/procfs.h> has prstatus32_t.pr_who. */ 172 /* #undef HAVE_PRSTATUS32_T_PR_WHO */ 173 174 /* Define if <sys/procfs.h> has prstatus_t. */ 175 /* #undef HAVE_PRSTATUS_T */ 176 177 /* Define if <sys/procfs.h> has prstatus_t.pr_who. */ 178 /* #undef HAVE_PRSTATUS_T_PR_WHO */ 179 180 /* Define if <sys/procfs.h> has psinfo32_t. */ 181 /* #undef HAVE_PSINFO32_T */ 182 183 /* Define if <sys/procfs.h> has psinfo32_t.pr_pid. */ 184 /* #undef HAVE_PSINFO32_T_PR_PID */ 185 186 /* Define if <sys/procfs.h> has psinfo_t. */ 187 /* #undef HAVE_PSINFO_T */ 188 189 /* Define if <sys/procfs.h> has psinfo_t.pr_pid. */ 190 /* #undef HAVE_PSINFO_T_PR_PID */ 191 192 /* Define if <sys/procfs.h> has pstatus32_t. */ 193 /* #undef HAVE_PSTATUS32_T */ 194 195 /* Define if <sys/procfs.h> has pstatus_t. */ 196 /* #undef HAVE_PSTATUS_T */ 197 198 /* Define if <sys/procfs.h> has pxstatus_t. */ 199 /* #undef HAVE_PXSTATUS_T */ 200 201 /* Define to 1 if you have the `setitimer' function. */ 202 #define HAVE_SETITIMER 1 203 204 /* Define to 1 if you have the <stddef.h> header file. */ 205 #define HAVE_STDDEF_H 1 206 207 /* Define to 1 if you have the <stdint.h> header file. */ 208 #define HAVE_STDINT_H 1 209 210 /* Define to 1 if you have the <stdlib.h> header file. */ 211 #define HAVE_STDLIB_H 1 212 213 /* Define to 1 if you have the <strings.h> header file. */ 214 #define HAVE_STRINGS_H 1 215 216 /* Define to 1 if you have the <string.h> header file. */ 217 #define HAVE_STRING_H 1 218 219 /* Define to 1 if you have the `strtoull' function. */ 220 #define HAVE_STRTOULL 1 221 222 /* Define if struct core_dumpx has member c_impl */ 223 /* #undef HAVE_ST_C_IMPL */ 224 225 /* Define to 1 if you have the `sysconf' function. */ 226 #define HAVE_SYSCONF 1 227 228 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 229 */ 230 /* #undef HAVE_SYS_DIR_H */ 231 232 /* Define to 1 if you have the <sys/file.h> header file. */ 233 #define HAVE_SYS_FILE_H 1 234 235 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 236 */ 237 /* #undef HAVE_SYS_NDIR_H */ 238 239 /* Define to 1 if you have the <sys/procfs.h> header file. */ 240 /* #undef HAVE_SYS_PROCFS_H */ 241 242 /* Define to 1 if you have the <sys/stat.h> header file. */ 243 #define HAVE_SYS_STAT_H 1 244 245 /* Define to 1 if you have the <sys/time.h> header file. */ 246 #define HAVE_SYS_TIME_H 1 247 248 /* Define to 1 if you have the <sys/types.h> header file. */ 249 #define HAVE_SYS_TYPES_H 1 250 251 /* Define to 1 if you have the <time.h> header file. */ 252 #define HAVE_TIME_H 1 253 254 /* Define to 1 if you have the <unistd.h> header file. */ 255 #define HAVE_UNISTD_H 1 256 257 /* Define if <sys/procfs.h> has win32_pstatus_t. */ 258 /* #undef HAVE_WIN32_PSTATUS_T */ 259 260 /* Define to 1 if you have the <windows.h> header file. */ 261 /* #undef HAVE_WINDOWS_H */ 262 263 /* Define to 1 if you have the <zlib.h> header file. */ 264 #define HAVE_ZLIB_H 1 265 266 /* Define to the sub-directory in which libtool stores uninstalled libraries. 267 */ 268 #define LT_OBJDIR ".libs/" 269 270 /* Name of package */ 271 #define PACKAGE "bfd" 272 273 /* Define to the address where bug reports for this package should be sent. */ 274 #define PACKAGE_BUGREPORT "" 275 276 /* Define to the full name of this package. */ 277 #define PACKAGE_NAME "" 278 279 /* Define to the full name and version of this package. */ 280 #define PACKAGE_STRING "" 281 282 /* Define to the one symbol short name of this package. */ 283 #define PACKAGE_TARNAME "" 284 285 /* Define to the home page for this package. */ 286 #define PACKAGE_URL "" 287 288 /* Define to the version of this package. */ 289 #define PACKAGE_VERSION "" 290 291 /* The size of `char', as computed by sizeof. */ 292 /* #undef SIZEOF_CHAR */ 293 294 /* The size of `int', as computed by sizeof. */ 295 /* #undef SIZEOF_INT */ 296 297 /* The size of `long', as computed by sizeof. */ 298 #define SIZEOF_LONG 8 299 300 /* The size of `long long', as computed by sizeof. */ 301 #define SIZEOF_LONG_LONG 8 302 303 /* The size of `off_t', as computed by sizeof. */ 304 #define SIZEOF_OFF_T 8 305 306 /* The size of `short', as computed by sizeof. */ 307 /* #undef SIZEOF_SHORT */ 308 309 /* The size of `void *', as computed by sizeof. */ 310 #define SIZEOF_VOID_P 8 311 312 /* Define to 1 if you have the ANSI C header files. */ 313 #define STDC_HEADERS 1 314 315 /* Define if you can safely include both <string.h> and <strings.h>. */ 316 #define STRING_WITH_STRINGS 1 317 318 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 319 #define TIME_WITH_SYS_TIME 1 320 321 /* Name of host specific header file to include in trad-core.c. */ 322 /* #undef TRAD_HEADER */ 323 324 /* Use b modifier when opening binary files? */ 325 /* #undef USE_BINARY_FOPEN */ 326 327 /* Define if we should use leading underscore on 64 bit mingw targets */ 328 /* #undef USE_MINGW64_LEADING_UNDERSCORES */ 329 330 /* Use mmap if it's available? */ 331 /* #undef USE_MMAP */ 332 333 /* Define if we should default to creating read-only plt entries */ 334 /* #undef USE_SECUREPLT */ 335 336 /* Define if we may generate symbols with ELF's STT_COMMON type */ 337 /* #undef USE_STT_COMMON */ 338 339 /* Enable extensions on AIX 3, Interix. */ 340 #ifndef _ALL_SOURCE 341 # define _ALL_SOURCE 1 342 #endif 343 /* Enable GNU extensions on systems that have them. */ 344 #ifndef _GNU_SOURCE 345 # define _GNU_SOURCE 1 346 #endif 347 /* Enable threading extensions on Solaris. */ 348 #ifndef _POSIX_PTHREAD_SEMANTICS 349 # define _POSIX_PTHREAD_SEMANTICS 1 350 #endif 351 /* Enable extensions on HP NonStop. */ 352 #ifndef _TANDEM_SOURCE 353 # define _TANDEM_SOURCE 1 354 #endif 355 /* Enable general extensions on Solaris. */ 356 #ifndef __EXTENSIONS__ 357 # define __EXTENSIONS__ 1 358 #endif 359 360 361 /* Version number of package */ 362 #define VERSION "2.23.2" 363 364 /* Number of bits in a file offset, on hosts where this is settable. */ 365 /* #undef _FILE_OFFSET_BITS */ 366 367 /* Define for large files, on AIX-style hosts. */ 368 /* #undef _LARGE_FILES */ 369 370 /* Define to 1 if on MINIX. */ 371 /* #undef _MINIX */ 372 373 /* Define to 2 if the system does not provide POSIX.1 features except with 374 this defined. */ 375 /* #undef _POSIX_1_SOURCE */ 376 377 /* Define to 1 if you need to in order for `stat' and other things to work. */ 378 /* #undef _POSIX_SOURCE */ 379