Home | History | Annotate | Line # | Download | only in mips64eb
config.h revision 1.5
      1  1.1       mrg /* This file is automatically generated.  DO NOT EDIT! */
      2  1.5  christos /* Generated from: NetBSD: mknative-binutils,v 1.9 2013/10/01 15:41:17 skrll Exp  */
      3  1.5  christos /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 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.2     skrll /* Define to 1 if translation of program messages to the user's native
     16  1.2     skrll    language is requested. */
     17  1.1       mrg #define ENABLE_NLS 1
     18  1.1       mrg 
     19  1.2     skrll /* Define to 1 if you have the declaration of `basename', and to 0 if you
     20  1.2     skrll    don't. */
     21  1.2     skrll #define HAVE_DECL_BASENAME 0
     22  1.1       mrg 
     23  1.2     skrll /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
     24  1.1       mrg    */
     25  1.2     skrll #define HAVE_DECL_STPCPY 1
     26  1.1       mrg 
     27  1.2     skrll /* Define to 1 if you have the <dlfcn.h> header file. */
     28  1.2     skrll #define HAVE_DLFCN_H 1
     29  1.1       mrg 
     30  1.1       mrg /* Define to 1 if you have the <inttypes.h> header file. */
     31  1.1       mrg #define HAVE_INTTYPES_H 1
     32  1.1       mrg 
     33  1.1       mrg /* Define to 1 if you have the <limits.h> header file. */
     34  1.1       mrg #define HAVE_LIMITS_H 1
     35  1.1       mrg 
     36  1.1       mrg /* Define to 1 if you have the <memory.h> header file. */
     37  1.1       mrg #define HAVE_MEMORY_H 1
     38  1.1       mrg 
     39  1.5  christos /* Define if sigsetjmp is available. */
     40  1.5  christos #define HAVE_SIGSETJMP 1
     41  1.5  christos 
     42  1.1       mrg /* Define to 1 if you have the <stdint.h> header file. */
     43  1.1       mrg #define HAVE_STDINT_H 1
     44  1.1       mrg 
     45  1.1       mrg /* Define to 1 if you have the <stdlib.h> header file. */
     46  1.1       mrg #define HAVE_STDLIB_H 1
     47  1.1       mrg 
     48  1.1       mrg /* Define to 1 if you have the <strings.h> header file. */
     49  1.1       mrg #define HAVE_STRINGS_H 1
     50  1.1       mrg 
     51  1.1       mrg /* Define to 1 if you have the <string.h> header file. */
     52  1.1       mrg #define HAVE_STRING_H 1
     53  1.1       mrg 
     54  1.1       mrg /* Define to 1 if you have the <sys/stat.h> header file. */
     55  1.1       mrg #define HAVE_SYS_STAT_H 1
     56  1.1       mrg 
     57  1.1       mrg /* Define to 1 if you have the <sys/types.h> header file. */
     58  1.1       mrg #define HAVE_SYS_TYPES_H 1
     59  1.1       mrg 
     60  1.1       mrg /* Define to 1 if you have the <unistd.h> header file. */
     61  1.1       mrg #define HAVE_UNISTD_H 1
     62  1.1       mrg 
     63  1.2     skrll /* Define to the sub-directory in which libtool stores uninstalled libraries.
     64  1.2     skrll    */
     65  1.2     skrll #define LT_OBJDIR ".libs/"
     66  1.1       mrg 
     67  1.1       mrg /* Name of package */
     68  1.1       mrg #define PACKAGE "opcodes"
     69  1.1       mrg 
     70  1.1       mrg /* Define to the address where bug reports for this package should be sent. */
     71  1.1       mrg #define PACKAGE_BUGREPORT ""
     72  1.1       mrg 
     73  1.1       mrg /* Define to the full name of this package. */
     74  1.5  christos #define PACKAGE_NAME "opcodes"
     75  1.1       mrg 
     76  1.1       mrg /* Define to the full name and version of this package. */
     77  1.5  christos #define PACKAGE_STRING "opcodes 2.26"
     78  1.1       mrg 
     79  1.1       mrg /* Define to the one symbol short name of this package. */
     80  1.5  christos #define PACKAGE_TARNAME "opcodes"
     81  1.1       mrg 
     82  1.3       mrg /* Define to the home page for this package. */
     83  1.3       mrg #define PACKAGE_URL ""
     84  1.3       mrg 
     85  1.1       mrg /* Define to the version of this package. */
     86  1.5  christos #define PACKAGE_VERSION "2.26"
     87  1.1       mrg 
     88  1.1       mrg /* Define to 1 if you have the ANSI C header files. */
     89  1.1       mrg #define STDC_HEADERS 1
     90  1.1       mrg 
     91  1.4       mrg /* Define if you can safely include both <string.h> and <strings.h>. */
     92  1.4       mrg #define STRING_WITH_STRINGS 1
     93  1.4       mrg 
     94  1.2     skrll /* Enable extensions on AIX 3, Interix.  */
     95  1.2     skrll #ifndef _ALL_SOURCE
     96  1.2     skrll # define _ALL_SOURCE 1
     97  1.2     skrll #endif
     98  1.2     skrll /* Enable GNU extensions on systems that have them.  */
     99  1.2     skrll #ifndef _GNU_SOURCE
    100  1.2     skrll # define _GNU_SOURCE 1
    101  1.2     skrll #endif
    102  1.2     skrll /* Enable threading extensions on Solaris.  */
    103  1.2     skrll #ifndef _POSIX_PTHREAD_SEMANTICS
    104  1.2     skrll # define _POSIX_PTHREAD_SEMANTICS 1
    105  1.2     skrll #endif
    106  1.2     skrll /* Enable extensions on HP NonStop.  */
    107  1.2     skrll #ifndef _TANDEM_SOURCE
    108  1.2     skrll # define _TANDEM_SOURCE 1
    109  1.2     skrll #endif
    110  1.2     skrll /* Enable general extensions on Solaris.  */
    111  1.2     skrll #ifndef __EXTENSIONS__
    112  1.2     skrll # define __EXTENSIONS__ 1
    113  1.1       mrg #endif
    114  1.1       mrg 
    115  1.3       mrg 
    116  1.3       mrg /* Version number of package */
    117  1.5  christos #define VERSION "2.26"
    118  1.3       mrg 
    119  1.3       mrg /* Define to 1 if on MINIX. */
    120  1.3       mrg /* #undef _MINIX */
    121  1.3       mrg 
    122  1.3       mrg /* Define to 2 if the system does not provide POSIX.1 features except with
    123  1.3       mrg    this defined. */
    124  1.3       mrg /* #undef _POSIX_1_SOURCE */
    125  1.3       mrg 
    126  1.3       mrg /* Define to 1 if you need to in order for `stat' and other things to work. */
    127  1.3       mrg /* #undef _POSIX_SOURCE */
    128