Home | History | Annotate | Line # | Download | only in mipsel
      1  1.1  rin /* This file is automatically generated.  DO NOT EDIT! */
      2  1.1  rin /* Generated from: NetBSD: mknative-binutils,v 1.16 2024/06/30 16:11:11 christos Exp  */
      3  1.1  rin /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
      4  1.1  rin 
      5  1.1  rin /* config.h.  Generated from config.h.in by configure.  */
      6  1.1  rin /* config.h.in.  Generated from configure.ac by autoheader.  */
      7  1.1  rin 
      8  1.1  rin /* Define to 1 if you have the <byteswap.h> header file. */
      9  1.1  rin /* #undef HAVE_BYTESWAP_H */
     10  1.1  rin 
     11  1.1  rin /* Define to 1 if you have the declaration of `bswap_16', and to 0 if you
     12  1.1  rin    don't. */
     13  1.1  rin #define HAVE_DECL_BSWAP_16 0
     14  1.1  rin 
     15  1.1  rin /* Define to 1 if you have the declaration of `bswap_32', and to 0 if you
     16  1.1  rin    don't. */
     17  1.1  rin #define HAVE_DECL_BSWAP_32 0
     18  1.1  rin 
     19  1.1  rin /* Define to 1 if you have the declaration of `bswap_64', and to 0 if you
     20  1.1  rin    don't. */
     21  1.1  rin #define HAVE_DECL_BSWAP_64 0
     22  1.1  rin 
     23  1.1  rin /* Define to 1 if you have the <dlfcn.h> header file. */
     24  1.1  rin #define HAVE_DLFCN_H 1
     25  1.1  rin 
     26  1.1  rin /* Define to 1 if you have the <endian.h> header file. */
     27  1.1  rin #define HAVE_ENDIAN_H 1
     28  1.1  rin 
     29  1.1  rin /* Define to 1 if you have the `getpagesize' function. */
     30  1.1  rin #define HAVE_GETPAGESIZE 1
     31  1.1  rin 
     32  1.1  rin /* Define to 1 if you have the <inttypes.h> header file. */
     33  1.1  rin #define HAVE_INTTYPES_H 1
     34  1.1  rin 
     35  1.1  rin /* Define to 1 if you have the <memory.h> header file. */
     36  1.1  rin #define HAVE_MEMORY_H 1
     37  1.1  rin 
     38  1.1  rin /* Define to 1 if you have a working `mmap' system call. */
     39  1.1  rin #define HAVE_MMAP 1
     40  1.1  rin 
     41  1.1  rin /* Define to 1 if you have the <stdint.h> header file. */
     42  1.1  rin #define HAVE_STDINT_H 1
     43  1.1  rin 
     44  1.1  rin /* Define to 1 if you have the <stdlib.h> header file. */
     45  1.1  rin #define HAVE_STDLIB_H 1
     46  1.1  rin 
     47  1.1  rin /* Define to 1 if you have the <strings.h> header file. */
     48  1.1  rin #define HAVE_STRINGS_H 1
     49  1.1  rin 
     50  1.1  rin /* Define to 1 if you have the <string.h> header file. */
     51  1.1  rin #define HAVE_STRING_H 1
     52  1.1  rin 
     53  1.1  rin /* Define to 1 if you have the <sys/param.h> header file. */
     54  1.1  rin #define HAVE_SYS_PARAM_H 1
     55  1.1  rin 
     56  1.1  rin /* Define to 1 if you have the <sys/stat.h> header file. */
     57  1.1  rin #define HAVE_SYS_STAT_H 1
     58  1.1  rin 
     59  1.1  rin /* Define to 1 if you have the <sys/types.h> header file. */
     60  1.1  rin #define HAVE_SYS_TYPES_H 1
     61  1.1  rin 
     62  1.1  rin /* Define to 1 if you have the <unistd.h> header file. */
     63  1.1  rin #define HAVE_UNISTD_H 1
     64  1.1  rin 
     65  1.1  rin /* Define to the sub-directory in which libtool stores uninstalled libraries.
     66  1.1  rin    */
     67  1.1  rin #define LT_OBJDIR ".libs/"
     68  1.1  rin 
     69  1.1  rin /* Name of package */
     70  1.1  rin #define PACKAGE "libsframe"
     71  1.1  rin 
     72  1.1  rin /* Define to the address where bug reports for this package should be sent. */
     73  1.1  rin #define PACKAGE_BUGREPORT ""
     74  1.1  rin 
     75  1.1  rin /* Define to the full name of this package. */
     76  1.1  rin #define PACKAGE_NAME "libsframe"
     77  1.1  rin 
     78  1.1  rin /* Define to the full name and version of this package. */
     79  1.1  rin #define PACKAGE_STRING "libsframe BFD_VERSION"
     80  1.1  rin 
     81  1.1  rin /* Define to the one symbol short name of this package. */
     82  1.1  rin #define PACKAGE_TARNAME "libsframe"
     83  1.1  rin 
     84  1.1  rin /* Define to the home page for this package. */
     85  1.1  rin #define PACKAGE_URL ""
     86  1.1  rin 
     87  1.1  rin /* Define to the version of this package. */
     88  1.1  rin #define PACKAGE_VERSION "BFD_VERSION"
     89  1.1  rin 
     90  1.1  rin /* Define to 1 if you have the ANSI C header files. */
     91  1.1  rin #define STDC_HEADERS 1
     92  1.1  rin 
     93  1.1  rin /* Enable extensions on AIX 3, Interix.  */
     94  1.1  rin #ifndef _ALL_SOURCE
     95  1.1  rin # define _ALL_SOURCE 1
     96  1.1  rin #endif
     97  1.1  rin /* Enable GNU extensions on systems that have them.  */
     98  1.1  rin #ifndef _GNU_SOURCE
     99  1.1  rin # define _GNU_SOURCE 1
    100  1.1  rin #endif
    101  1.1  rin /* Enable threading extensions on Solaris.  */
    102  1.1  rin #ifndef _POSIX_PTHREAD_SEMANTICS
    103  1.1  rin # define _POSIX_PTHREAD_SEMANTICS 1
    104  1.1  rin #endif
    105  1.1  rin /* Enable extensions on HP NonStop.  */
    106  1.1  rin #ifndef _TANDEM_SOURCE
    107  1.1  rin # define _TANDEM_SOURCE 1
    108  1.1  rin #endif
    109  1.1  rin /* Enable general extensions on Solaris.  */
    110  1.1  rin #ifndef __EXTENSIONS__
    111  1.1  rin # define __EXTENSIONS__ 1
    112  1.1  rin #endif
    113  1.1  rin 
    114  1.1  rin 
    115  1.1  rin /* Version number of package */
    116  1.1  rin #define VERSION "BFD_VERSION"
    117  1.1  rin 
    118  1.1  rin /* Enable large inode numbers on Mac OS X 10.5.  */
    119  1.1  rin #ifndef _DARWIN_USE_64_BIT_INODE
    120  1.1  rin # define _DARWIN_USE_64_BIT_INODE 1
    121  1.1  rin #endif
    122  1.1  rin 
    123  1.1  rin /* Number of bits in a file offset, on hosts where this is settable. */
    124  1.1  rin /* #undef _FILE_OFFSET_BITS */
    125  1.1  rin 
    126  1.1  rin /* Define for large files, on AIX-style hosts. */
    127  1.1  rin /* #undef _LARGE_FILES */
    128  1.1  rin 
    129  1.1  rin /* Define to 1 if on MINIX. */
    130  1.1  rin /* #undef _MINIX */
    131  1.1  rin 
    132  1.1  rin /* Define to 2 if the system does not provide POSIX.1 features except with
    133  1.1  rin    this defined. */
    134  1.1  rin /* #undef _POSIX_1_SOURCE */
    135  1.1  rin 
    136  1.1  rin /* Define to 1 if you need to in order for `stat' and other things to work. */
    137  1.1  rin /* #undef _POSIX_SOURCE */
    138