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