Home | History | Annotate | Line # | Download | only in i386
      1 /* This file is automatically generated.  DO NOT EDIT! */
      2 /* Generated from: NetBSD: mknative-gdb,v 1.19 2024/08/27 21:50:20 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 if building universal (internal helper macro) */
      9 /* #undef AC_APPLE_UNIVERSAL_BUILD */
     10 
     11 /* Enable expensive debugging of CTF deduplication type hashing */
     12 /* #undef ENABLE_LIBCTF_HASH_DEBUGGING */
     13 
     14 /* Define to 1 if translation of program messages to the user's native
     15    language is requested. */
     16 /* #undef ENABLE_NLS */
     17 
     18 /* Whether libbfd was configured for an ELF target. */
     19 #define HAVE_BFD_ELF 1
     20 
     21 /* Define to 1 if you have the <byteswap.h> header file. */
     22 /* #undef HAVE_BYTESWAP_H */
     23 
     24 /* Define to 1 if you have the Mac OS X function
     25    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
     26 /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
     27 
     28 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
     29    the CoreFoundation framework. */
     30 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
     31 
     32 /* Define if the GNU dcgettext() function is already present or preinstalled.
     33    */
     34 /* #undef HAVE_DCGETTEXT */
     35 
     36 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
     37    don't. */
     38 #define HAVE_DECL_ASPRINTF 1
     39 
     40 /* Define to 1 if you have the declaration of `bswap_16', and to 0 if you
     41    don't. */
     42 #define HAVE_DECL_BSWAP_16 0
     43 
     44 /* Define to 1 if you have the declaration of `bswap_32', and to 0 if you
     45    don't. */
     46 #define HAVE_DECL_BSWAP_32 0
     47 
     48 /* Define to 1 if you have the declaration of `bswap_64', and to 0 if you
     49    don't. */
     50 #define HAVE_DECL_BSWAP_64 0
     51 
     52 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
     53    */
     54 #define HAVE_DECL_STPCPY 1
     55 
     56 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
     57    don't. */
     58 #define HAVE_DECL_VASPRINTF 1
     59 
     60 /* Define to 1 if you have the <dlfcn.h> header file. */
     61 #define HAVE_DLFCN_H 1
     62 
     63 /* Define to 1 if you have the <endian.h> header file. */
     64 #define HAVE_ENDIAN_H 1
     65 
     66 /* Define to 1 if you have the `getpagesize' function. */
     67 #define HAVE_GETPAGESIZE 1
     68 
     69 /* Define if the GNU gettext() function is already present or preinstalled. */
     70 /* #undef HAVE_GETTEXT */
     71 
     72 /* Define if you have the iconv() function and it works. */
     73 #define HAVE_ICONV 1
     74 
     75 /* Define to 1 if you have the <inttypes.h> header file. */
     76 #define HAVE_INTTYPES_H 1
     77 
     78 /* Define to 1 if you have the <memory.h> header file. */
     79 #define HAVE_MEMORY_H 1
     80 
     81 /* Define to 1 if you have a working `mmap' system call. */
     82 #define HAVE_MMAP 1
     83 
     84 /* Whether the platform has a definition of O_CLOEXEC. */
     85 #define HAVE_O_CLOEXEC 1
     86 
     87 /* Define to 1 if you have the `pread' function. */
     88 #define HAVE_PREAD 1
     89 
     90 /* Define to 1 if you have the `qsort_r' function. */
     91 #define HAVE_QSORT_R 1
     92 
     93 /* Whether a qsort_r exists with a void *arg as its last arg. */
     94 #define HAVE_QSORT_R_ARG_LAST 1
     95 
     96 /* Whether a qsort_r exists with the compar function as its last arg. */
     97 /* #undef HAVE_QSORT_R_COMPAR_LAST */
     98 
     99 /* Define to 1 if you have the <stdint.h> header file. */
    100 #define HAVE_STDINT_H 1
    101 
    102 /* Define to 1 if you have the <stdlib.h> header file. */
    103 #define HAVE_STDLIB_H 1
    104 
    105 /* Define to 1 if you have the <strings.h> header file. */
    106 #define HAVE_STRINGS_H 1
    107 
    108 /* Define to 1 if you have the <string.h> header file. */
    109 #define HAVE_STRING_H 1
    110 
    111 /* Define to 1 if you have the <sys/param.h> header file. */
    112 #define HAVE_SYS_PARAM_H 1
    113 
    114 /* Define to 1 if you have the <sys/stat.h> header file. */
    115 #define HAVE_SYS_STAT_H 1
    116 
    117 /* Define to 1 if you have the <sys/types.h> header file. */
    118 #define HAVE_SYS_TYPES_H 1
    119 
    120 /* Define to 1 if you have the <unistd.h> header file. */
    121 #define HAVE_UNISTD_H 1
    122 
    123 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
    124 /* #undef HAVE_VALGRIND_VALGRIND_H */
    125 
    126 /* Define to the sub-directory in which libtool stores uninstalled libraries.
    127    */
    128 #define LT_OBJDIR ".libs/"
    129 
    130 /* Name of package */
    131 #define PACKAGE "libctf"
    132 
    133 /* Define to the address where bug reports for this package should be sent. */
    134 #define PACKAGE_BUGREPORT ""
    135 
    136 /* Define to the full name of this package. */
    137 #define PACKAGE_NAME "libctf"
    138 
    139 /* Define to the full name and version of this package. */
    140 #define PACKAGE_STRING "libctf 1.2.0"
    141 
    142 /* Define to the one symbol short name of this package. */
    143 #define PACKAGE_TARNAME "libctf"
    144 
    145 /* Define to the home page for this package. */
    146 #define PACKAGE_URL ""
    147 
    148 /* Define to the version of this package. */
    149 #define PACKAGE_VERSION "1.2.0"
    150 
    151 /* Define to 1 if you have the ANSI C header files. */
    152 #define STDC_HEADERS 1
    153 
    154 /* Enable extensions on AIX 3, Interix.  */
    155 #ifndef _ALL_SOURCE
    156 # define _ALL_SOURCE 1
    157 #endif
    158 /* Enable GNU extensions on systems that have them.  */
    159 #ifndef _GNU_SOURCE
    160 # define _GNU_SOURCE 1
    161 #endif
    162 /* Enable threading extensions on Solaris.  */
    163 #ifndef _POSIX_PTHREAD_SEMANTICS
    164 # define _POSIX_PTHREAD_SEMANTICS 1
    165 #endif
    166 /* Enable extensions on HP NonStop.  */
    167 #ifndef _TANDEM_SOURCE
    168 # define _TANDEM_SOURCE 1
    169 #endif
    170 /* Enable general extensions on Solaris.  */
    171 #ifndef __EXTENSIONS__
    172 # define __EXTENSIONS__ 1
    173 #endif
    174 
    175 
    176 /* Version number of package */
    177 #define VERSION "1.2.0"
    178 
    179 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    180    significant byte first (like Motorola and SPARC, unlike Intel). */
    181 #if defined AC_APPLE_UNIVERSAL_BUILD
    182 # if defined __BIG_ENDIAN__
    183 #  define WORDS_BIGENDIAN 1
    184 # endif
    185 #else
    186 # ifndef WORDS_BIGENDIAN
    187 /* #  undef WORDS_BIGENDIAN */
    188 # endif
    189 #endif
    190 
    191 /* Enable large inode numbers on Mac OS X 10.5.  */
    192 #ifndef _DARWIN_USE_64_BIT_INODE
    193 # define _DARWIN_USE_64_BIT_INODE 1
    194 #endif
    195 
    196 /* Number of bits in a file offset, on hosts where this is settable. */
    197 /* #undef _FILE_OFFSET_BITS */
    198 
    199 /* Define for large files, on AIX-style hosts. */
    200 /* #undef _LARGE_FILES */
    201 
    202 /* Define to 1 if on MINIX. */
    203 /* #undef _MINIX */
    204 
    205 /* Define to 2 if the system does not provide POSIX.1 features except with
    206    this defined. */
    207 /* #undef _POSIX_1_SOURCE */
    208 
    209 /* Define to 1 if you need to in order for `stat' and other things to work. */
    210 /* #undef _POSIX_SOURCE */
    211