1 /* This file is automatically generated. DO NOT EDIT! */ 2 /* Generated from: NetBSD: mknative-binutils,v 1.16 2024/06/30 16:11:11 christos 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 /* Define to 1 if you have the <byteswap.h> header file. */ 9 /* #undef HAVE_BYTESWAP_H */ 10 11 /* Define to 1 if you have the declaration of `bswap_16', and to 0 if you 12 don't. */ 13 #define HAVE_DECL_BSWAP_16 0 14 15 /* Define to 1 if you have the declaration of `bswap_32', and to 0 if you 16 don't. */ 17 #define HAVE_DECL_BSWAP_32 0 18 19 /* Define to 1 if you have the declaration of `bswap_64', and to 0 if you 20 don't. */ 21 #define HAVE_DECL_BSWAP_64 0 22 23 /* Define to 1 if you have the <dlfcn.h> header file. */ 24 #define HAVE_DLFCN_H 1 25 26 /* Define to 1 if you have the <endian.h> header file. */ 27 #define HAVE_ENDIAN_H 1 28 29 /* Define to 1 if you have the `getpagesize' function. */ 30 #define HAVE_GETPAGESIZE 1 31 32 /* Define to 1 if you have the <inttypes.h> header file. */ 33 #define HAVE_INTTYPES_H 1 34 35 /* Define to 1 if you have the <memory.h> header file. */ 36 #define HAVE_MEMORY_H 1 37 38 /* Define to 1 if you have a working `mmap' system call. */ 39 #define HAVE_MMAP 1 40 41 /* Define to 1 if you have the <stdint.h> header file. */ 42 #define HAVE_STDINT_H 1 43 44 /* Define to 1 if you have the <stdlib.h> header file. */ 45 #define HAVE_STDLIB_H 1 46 47 /* Define to 1 if you have the <strings.h> header file. */ 48 #define HAVE_STRINGS_H 1 49 50 /* Define to 1 if you have the <string.h> header file. */ 51 #define HAVE_STRING_H 1 52 53 /* Define to 1 if you have the <sys/param.h> header file. */ 54 #define HAVE_SYS_PARAM_H 1 55 56 /* Define to 1 if you have the <sys/stat.h> header file. */ 57 #define HAVE_SYS_STAT_H 1 58 59 /* Define to 1 if you have the <sys/types.h> header file. */ 60 #define HAVE_SYS_TYPES_H 1 61 62 /* Define to 1 if you have the <unistd.h> header file. */ 63 #define HAVE_UNISTD_H 1 64 65 /* Define to the sub-directory in which libtool stores uninstalled libraries. 66 */ 67 #define LT_OBJDIR ".libs/" 68 69 /* Name of package */ 70 #define PACKAGE "libsframe" 71 72 /* Define to the address where bug reports for this package should be sent. */ 73 #define PACKAGE_BUGREPORT "" 74 75 /* Define to the full name of this package. */ 76 #define PACKAGE_NAME "libsframe" 77 78 /* Define to the full name and version of this package. */ 79 #define PACKAGE_STRING "libsframe BFD_VERSION" 80 81 /* Define to the one symbol short name of this package. */ 82 #define PACKAGE_TARNAME "libsframe" 83 84 /* Define to the home page for this package. */ 85 #define PACKAGE_URL "" 86 87 /* Define to the version of this package. */ 88 #define PACKAGE_VERSION "BFD_VERSION" 89 90 /* Define to 1 if you have the ANSI C header files. */ 91 #define STDC_HEADERS 1 92 93 /* Enable extensions on AIX 3, Interix. */ 94 #ifndef _ALL_SOURCE 95 # define _ALL_SOURCE 1 96 #endif 97 /* Enable GNU extensions on systems that have them. */ 98 #ifndef _GNU_SOURCE 99 # define _GNU_SOURCE 1 100 #endif 101 /* Enable threading extensions on Solaris. */ 102 #ifndef _POSIX_PTHREAD_SEMANTICS 103 # define _POSIX_PTHREAD_SEMANTICS 1 104 #endif 105 /* Enable extensions on HP NonStop. */ 106 #ifndef _TANDEM_SOURCE 107 # define _TANDEM_SOURCE 1 108 #endif 109 /* Enable general extensions on Solaris. */ 110 #ifndef __EXTENSIONS__ 111 # define __EXTENSIONS__ 1 112 #endif 113 114 115 /* Version number of package */ 116 #define VERSION "BFD_VERSION" 117 118 /* Enable large inode numbers on Mac OS X 10.5. */ 119 #ifndef _DARWIN_USE_64_BIT_INODE 120 # define _DARWIN_USE_64_BIT_INODE 1 121 #endif 122 123 /* Number of bits in a file offset, on hosts where this is settable. */ 124 /* #undef _FILE_OFFSET_BITS */ 125 126 /* Define for large files, on AIX-style hosts. */ 127 /* #undef _LARGE_FILES */ 128 129 /* Define to 1 if on MINIX. */ 130 /* #undef _MINIX */ 131 132 /* Define to 2 if the system does not provide POSIX.1 features except with 133 this defined. */ 134 /* #undef _POSIX_1_SOURCE */ 135 136 /* Define to 1 if you need to in order for `stat' and other things to work. */ 137 /* #undef _POSIX_SOURCE */ 138