Home | History | Annotate | Line # | Download | only in riscv32
      1 /* This file is automatically generated.  DO NOT EDIT! */
      2 /* Generated from: NetBSD: mknative-binutils,v 1.17 2026/02/11 21:04:24 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.in by configure.  */
      6 /* config.in.  Generated from configure.ac 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 /* Define if you want run-time sanity checks. */
     16 #define ENABLE_CHECKING 1
     17 
     18 /* Define to 1 if translation of program messages to the user's native
     19    language is requested. */
     20 /* #undef ENABLE_NLS */
     21 
     22 /* Define to 1 if you have the Mac OS X function
     23    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
     24 /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
     25 
     26 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
     27    the CoreFoundation framework. */
     28 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
     29 
     30 /* Define if the GNU dcgettext() function is already present or preinstalled.
     31    */
     32 /* #undef HAVE_DCGETTEXT */
     33 
     34 /* Define to 1 if you have the declaration of `basename', and to 0 if you
     35    don't. */
     36 #define HAVE_DECL_BASENAME 0
     37 
     38 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
     39    */
     40 #define HAVE_DECL_STPCPY 1
     41 
     42 /* Define to 1 if you have the <dlfcn.h> header file. */
     43 #define HAVE_DLFCN_H 1
     44 
     45 /* Define if the GNU gettext() function is already present or preinstalled. */
     46 /* #undef HAVE_GETTEXT */
     47 
     48 /* Define if you have the iconv() function and it works. */
     49 #define HAVE_ICONV 1
     50 
     51 /* Define to 1 if you have the <inttypes.h> header file. */
     52 #define HAVE_INTTYPES_H 1
     53 
     54 /* Define to 1 if you have the <memory.h> header file. */
     55 #define HAVE_MEMORY_H 1
     56 
     57 /* Define if sigsetjmp is available. */
     58 #define HAVE_SIGSETJMP 1
     59 
     60 /* Define to 1 if you have the <stdint.h> header file. */
     61 #define HAVE_STDINT_H 1
     62 
     63 /* Define to 1 if you have the <stdlib.h> header file. */
     64 #define HAVE_STDLIB_H 1
     65 
     66 /* Define to 1 if you have the <strings.h> header file. */
     67 #define HAVE_STRINGS_H 1
     68 
     69 /* Define to 1 if you have the <string.h> header file. */
     70 #define HAVE_STRING_H 1
     71 
     72 /* Define to 1 if you have the <sys/stat.h> header file. */
     73 #define HAVE_SYS_STAT_H 1
     74 
     75 /* Define to 1 if you have the <sys/types.h> header file. */
     76 #define HAVE_SYS_TYPES_H 1
     77 
     78 /* Define to 1 if you have the <unistd.h> header file. */
     79 #define HAVE_UNISTD_H 1
     80 
     81 /* Define to the sub-directory in which libtool stores uninstalled libraries.
     82    */
     83 #define LT_OBJDIR ".libs/"
     84 
     85 /* Name of package */
     86 #define PACKAGE "opcodes"
     87 
     88 /* Define to the address where bug reports for this package should be sent. */
     89 #define PACKAGE_BUGREPORT ""
     90 
     91 /* Define to the full name of this package. */
     92 #define PACKAGE_NAME "opcodes"
     93 
     94 /* Define to the full name and version of this package. */
     95 #define PACKAGE_STRING "opcodes 2.46.0"
     96 
     97 /* Define to the one symbol short name of this package. */
     98 #define PACKAGE_TARNAME "opcodes"
     99 
    100 /* Define to the home page for this package. */
    101 #define PACKAGE_URL ""
    102 
    103 /* Define to the version of this package. */
    104 #define PACKAGE_VERSION "2.46.0"
    105 
    106 /* Define to 1 if you have the ANSI C header files. */
    107 #define STDC_HEADERS 1
    108 
    109 /* Enable extensions on AIX 3, Interix.  */
    110 #ifndef _ALL_SOURCE
    111 # define _ALL_SOURCE 1
    112 #endif
    113 /* Enable GNU extensions on systems that have them.  */
    114 #ifndef _GNU_SOURCE
    115 # define _GNU_SOURCE 1
    116 #endif
    117 /* Enable threading extensions on Solaris.  */
    118 #ifndef _POSIX_PTHREAD_SEMANTICS
    119 # define _POSIX_PTHREAD_SEMANTICS 1
    120 #endif
    121 /* Enable extensions on HP NonStop.  */
    122 #ifndef _TANDEM_SOURCE
    123 # define _TANDEM_SOURCE 1
    124 #endif
    125 /* Enable general extensions on Solaris.  */
    126 #ifndef __EXTENSIONS__
    127 # define __EXTENSIONS__ 1
    128 #endif
    129 
    130 
    131 /* Version number of package */
    132 #define VERSION "2.46.0"
    133 
    134 /* Define to 1 if on MINIX. */
    135 /* #undef _MINIX */
    136 
    137 /* Define to 2 if the system does not provide POSIX.1 features except with
    138    this defined. */
    139 /* #undef _POSIX_1_SOURCE */
    140 
    141 /* Define to 1 if you need to in order for `stat' and other things to work. */
    142 /* #undef _POSIX_SOURCE */
    143