Home | History | Annotate | Line # | Download | only in mipsn64eb
      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.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 /* #undef ENABLE_CHECKING */
     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.43.50"
     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.43.50"
    105 
    106 /* The size of `void *', as computed by sizeof. */
    107 #define SIZEOF_VOID_P 8
    108 
    109 /* Define to 1 if you have the ANSI C header files. */
    110 #define STDC_HEADERS 1
    111 
    112 /* Enable extensions on AIX 3, Interix.  */
    113 #ifndef _ALL_SOURCE
    114 # define _ALL_SOURCE 1
    115 #endif
    116 /* Enable GNU extensions on systems that have them.  */
    117 #ifndef _GNU_SOURCE
    118 # define _GNU_SOURCE 1
    119 #endif
    120 /* Enable threading extensions on Solaris.  */
    121 #ifndef _POSIX_PTHREAD_SEMANTICS
    122 # define _POSIX_PTHREAD_SEMANTICS 1
    123 #endif
    124 /* Enable extensions on HP NonStop.  */
    125 #ifndef _TANDEM_SOURCE
    126 # define _TANDEM_SOURCE 1
    127 #endif
    128 /* Enable general extensions on Solaris.  */
    129 #ifndef __EXTENSIONS__
    130 # define __EXTENSIONS__ 1
    131 #endif
    132 
    133 
    134 /* Version number of package */
    135 #define VERSION "2.43.50"
    136 
    137 /* Define to 1 if on MINIX. */
    138 /* #undef _MINIX */
    139 
    140 /* Define to 2 if the system does not provide POSIX.1 features except with
    141    this defined. */
    142 /* #undef _POSIX_1_SOURCE */
    143 
    144 /* Define to 1 if you need to in order for `stat' and other things to work. */
    145 /* #undef _POSIX_SOURCE */
    146