Home | History | Annotate | Line # | Download | only in mipsn64el
config.h revision 1.3
      1  1.1  christos /* This file is automatically generated.  DO NOT EDIT! */
      2  1.3  christos /* Generated from: NetBSD: mknative-binutils,v 1.14 2022/12/24 20:17:46 christos Exp  */
      3  1.1  christos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
      4  1.1  christos 
      5  1.1  christos /* config.h.  Generated from config.in by configure.  */
      6  1.1  christos /* config.in.  Generated from configure.ac by autoheader.  */
      7  1.1  christos 
      8  1.1  christos /* Check that config.h is #included before system headers
      9  1.1  christos    (this works only for glibc, but that should be enough).  */
     10  1.1  christos #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
     11  1.1  christos #  error config.h must be #included before system headers
     12  1.1  christos #endif
     13  1.1  christos #define __CONFIG_H__ 1
     14  1.1  christos 
     15  1.3  christos /* Should ar and ranlib use -D behavior by default? */
     16  1.3  christos #define DEFAULT_AR_DETERMINISTIC 0
     17  1.1  christos 
     18  1.3  christos /* Have readelf and objdump follow debug links by default */
     19  1.3  christos #define DEFAULT_FOR_FOLLOW_LINKS 1
     20  1.1  christos 
     21  1.3  christos /* Have nm use F and f for global and local ifunc symbols */
     22  1.3  christos #define DEFAULT_F_FOR_IFUNC_SYMBOLS 0
     23  1.1  christos 
     24  1.1  christos /* Should strings use -a behavior by default? */
     25  1.1  christos #define DEFAULT_STRINGS_ALL 1
     26  1.1  christos 
     27  1.3  christos /* Define if you want run-time sanity checks. */
     28  1.3  christos /* #undef ENABLE_CHECKING */
     29  1.3  christos 
     30  1.3  christos /* Handle .ctf type-info sections */
     31  1.3  christos #define ENABLE_LIBCTF 1
     32  1.3  christos 
     33  1.1  christos /* Define to 1 if translation of program messages to the user's native
     34  1.1  christos    language is requested. */
     35  1.1  christos #define ENABLE_NLS 1
     36  1.1  christos 
     37  1.1  christos /* Suffix used for executables, if any. */
     38  1.1  christos #define EXECUTABLE_SUFFIX ""
     39  1.1  christos 
     40  1.1  christos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
     41  1.1  christos    don't. */
     42  1.1  christos #define HAVE_DECL_ASPRINTF 1
     43  1.1  christos 
     44  1.1  christos /* Define to 1 if you have the declaration of `environ', and to 0 if you
     45  1.1  christos    don't. */
     46  1.1  christos #define HAVE_DECL_ENVIRON 0
     47  1.1  christos 
     48  1.1  christos /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
     49  1.1  christos    don't. */
     50  1.1  christos #define HAVE_DECL_GETC_UNLOCKED 1
     51  1.1  christos 
     52  1.1  christos /* Is the prototype for getopt in <unistd.h> in the expected format? */
     53  1.1  christos #define HAVE_DECL_GETOPT 1
     54  1.1  christos 
     55  1.1  christos /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
     56  1.1  christos    */
     57  1.1  christos #define HAVE_DECL_SBRK 1
     58  1.1  christos 
     59  1.1  christos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
     60  1.1  christos    */
     61  1.1  christos #define HAVE_DECL_STPCPY 1
     62  1.1  christos 
     63  1.1  christos /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
     64  1.1  christos    don't. */
     65  1.1  christos #define HAVE_DECL_STRNLEN 1
     66  1.1  christos 
     67  1.1  christos /* Define to 1 if you have the <dlfcn.h> header file. */
     68  1.1  christos #define HAVE_DLFCN_H 1
     69  1.1  christos 
     70  1.1  christos /* Does the platform use an executable suffix? */
     71  1.1  christos /* #undef HAVE_EXECUTABLE_SUFFIX */
     72  1.1  christos 
     73  1.1  christos /* Define to 1 if you have the <fcntl.h> header file. */
     74  1.1  christos #define HAVE_FCNTL_H 1
     75  1.1  christos 
     76  1.1  christos /* Define to 1 if you have the `getc_unlocked' function. */
     77  1.1  christos #define HAVE_GETC_UNLOCKED 1
     78  1.1  christos 
     79  1.1  christos /* Define to 1 if you have the `getpagesize' function. */
     80  1.1  christos #define HAVE_GETPAGESIZE 1
     81  1.1  christos 
     82  1.1  christos /* Does <utime.h> define struct utimbuf? */
     83  1.1  christos #define HAVE_GOOD_UTIME_H 1
     84  1.1  christos 
     85  1.1  christos /* Define if you have the iconv() function. */
     86  1.1  christos #define HAVE_ICONV 1
     87  1.1  christos 
     88  1.1  christos /* Define to 1 if you have the <inttypes.h> header file. */
     89  1.1  christos #define HAVE_INTTYPES_H 1
     90  1.1  christos 
     91  1.1  christos /* Define if your <locale.h> file defines LC_MESSAGES. */
     92  1.1  christos #define HAVE_LC_MESSAGES 1
     93  1.1  christos 
     94  1.1  christos /* Define to 1 if debuginfod is enabled. */
     95  1.1  christos /* #undef HAVE_LIBDEBUGINFOD */
     96  1.1  christos 
     97  1.1  christos /* Define if mbstate_t exists in wchar.h. */
     98  1.1  christos #define HAVE_MBSTATE_T 1
     99  1.1  christos 
    100  1.1  christos /* Define to 1 if you have the <memory.h> header file. */
    101  1.1  christos #define HAVE_MEMORY_H 1
    102  1.1  christos 
    103  1.1  christos /* Define to 1 if you have the `mkdtemp' function. */
    104  1.1  christos #define HAVE_MKDTEMP 1
    105  1.1  christos 
    106  1.1  christos /* Define to 1 if you have the `mkstemp' function. */
    107  1.1  christos #define HAVE_MKSTEMP 1
    108  1.1  christos 
    109  1.1  christos /* Define to 1 if you have a working `mmap' system call. */
    110  1.1  christos #define HAVE_MMAP 1
    111  1.1  christos 
    112  1.3  christos /* Define to 1 if msgpack is available. */
    113  1.3  christos /* #undef HAVE_MSGPACK */
    114  1.3  christos 
    115  1.1  christos /* Define to 1 if you have the `sbrk' function. */
    116  1.1  christos #define HAVE_SBRK 1
    117  1.1  christos 
    118  1.1  christos /* Define to 1 if you have the <stdint.h> header file. */
    119  1.1  christos #define HAVE_STDINT_H 1
    120  1.1  christos 
    121  1.1  christos /* Define to 1 if you have the <stdlib.h> header file. */
    122  1.1  christos #define HAVE_STDLIB_H 1
    123  1.1  christos 
    124  1.1  christos /* Define to 1 if you have the <strings.h> header file. */
    125  1.1  christos #define HAVE_STRINGS_H 1
    126  1.1  christos 
    127  1.1  christos /* Define to 1 if you have the <string.h> header file. */
    128  1.1  christos #define HAVE_STRING_H 1
    129  1.1  christos 
    130  1.3  christos /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
    131  1.3  christos /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
    132  1.3  christos 
    133  1.3  christos /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
    134  1.3  christos /* #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC */
    135  1.3  christos 
    136  1.3  christos /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
    137  1.3  christos /* #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC */
    138  1.3  christos 
    139  1.3  christos /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
    140  1.3  christos #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
    141  1.3  christos 
    142  1.1  christos /* Define to 1 if you have the <sys/file.h> header file. */
    143  1.1  christos #define HAVE_SYS_FILE_H 1
    144  1.1  christos 
    145  1.1  christos /* Define to 1 if you have the <sys/param.h> header file. */
    146  1.1  christos #define HAVE_SYS_PARAM_H 1
    147  1.1  christos 
    148  1.1  christos /* Define to 1 if you have the <sys/stat.h> header file. */
    149  1.1  christos #define HAVE_SYS_STAT_H 1
    150  1.1  christos 
    151  1.3  christos /* Define to 1 if you have the <sys/time.h> header file. */
    152  1.3  christos #define HAVE_SYS_TIME_H 1
    153  1.3  christos 
    154  1.1  christos /* Define to 1 if you have the <sys/types.h> header file. */
    155  1.1  christos #define HAVE_SYS_TYPES_H 1
    156  1.1  christos 
    157  1.1  christos /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
    158  1.1  christos #define HAVE_SYS_WAIT_H 1
    159  1.1  christos 
    160  1.1  christos /* Define to 1 if you have the <unistd.h> header file. */
    161  1.1  christos #define HAVE_UNISTD_H 1
    162  1.1  christos 
    163  1.3  christos /* Define to 1 if you have the `utimensat' function. */
    164  1.3  christos #define HAVE_UTIMENSAT 1
    165  1.3  christos 
    166  1.1  christos /* Define to 1 if you have the `utimes' function. */
    167  1.1  christos #define HAVE_UTIMES 1
    168  1.1  christos 
    169  1.1  christos /* Define to 1 if you have the <windows.h> header file. */
    170  1.1  christos /* #undef HAVE_WINDOWS_H */
    171  1.1  christos 
    172  1.1  christos /* Define as const if the declaration of iconv() needs const. */
    173  1.1  christos #define ICONV_CONST
    174  1.1  christos 
    175  1.1  christos /* Define to the sub-directory in which libtool stores uninstalled libraries.
    176  1.1  christos    */
    177  1.1  christos #define LT_OBJDIR ".libs/"
    178  1.1  christos 
    179  1.1  christos /* Name of package */
    180  1.1  christos #define PACKAGE "binutils"
    181  1.1  christos 
    182  1.1  christos /* Define to the address where bug reports for this package should be sent. */
    183  1.1  christos #define PACKAGE_BUGREPORT ""
    184  1.1  christos 
    185  1.1  christos /* Define to the full name of this package. */
    186  1.1  christos #define PACKAGE_NAME "binutils"
    187  1.1  christos 
    188  1.1  christos /* Define to the full name and version of this package. */
    189  1.3  christos #define PACKAGE_STRING "binutils 2.39"
    190  1.1  christos 
    191  1.1  christos /* Define to the one symbol short name of this package. */
    192  1.1  christos #define PACKAGE_TARNAME "binutils"
    193  1.1  christos 
    194  1.1  christos /* Define to the home page for this package. */
    195  1.1  christos #define PACKAGE_URL ""
    196  1.1  christos 
    197  1.1  christos /* Define to the version of this package. */
    198  1.3  christos #define PACKAGE_VERSION "2.39"
    199  1.1  christos 
    200  1.1  christos /* The size of `long', as computed by sizeof. */
    201  1.1  christos #define SIZEOF_LONG 8
    202  1.1  christos 
    203  1.1  christos /* The size of `long long', as computed by sizeof. */
    204  1.1  christos #define SIZEOF_LONG_LONG 8
    205  1.1  christos 
    206  1.1  christos /* Define to 1 if you have the ANSI C header files. */
    207  1.1  christos #define STDC_HEADERS 1
    208  1.1  christos 
    209  1.1  christos /* Configured target name. */
    210  1.1  christos #define TARGET "mipsn64el--netbsd"
    211  1.1  christos 
    212  1.1  christos /* Define to 1 if user symbol names have a leading underscore, 0 if not. */
    213  1.1  christos #define TARGET_PREPENDS_UNDERSCORE 0
    214  1.1  christos 
    215  1.3  christos /* Define to 1 if the type of the st_atim member of a struct stat is struct
    216  1.3  christos    timespec. */
    217  1.3  christos #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
    218  1.3  christos 
    219  1.1  christos /* Use b modifier when opening binary files? */
    220  1.1  christos /* #undef USE_BINARY_FOPEN */
    221  1.1  christos 
    222  1.1  christos /* Enable extensions on AIX 3, Interix.  */
    223  1.1  christos #ifndef _ALL_SOURCE
    224  1.1  christos # define _ALL_SOURCE 1
    225  1.1  christos #endif
    226  1.1  christos /* Enable GNU extensions on systems that have them.  */
    227  1.1  christos #ifndef _GNU_SOURCE
    228  1.1  christos # define _GNU_SOURCE 1
    229  1.1  christos #endif
    230  1.1  christos /* Enable threading extensions on Solaris.  */
    231  1.1  christos #ifndef _POSIX_PTHREAD_SEMANTICS
    232  1.1  christos # define _POSIX_PTHREAD_SEMANTICS 1
    233  1.1  christos #endif
    234  1.1  christos /* Enable extensions on HP NonStop.  */
    235  1.1  christos #ifndef _TANDEM_SOURCE
    236  1.1  christos # define _TANDEM_SOURCE 1
    237  1.1  christos #endif
    238  1.1  christos /* Enable general extensions on Solaris.  */
    239  1.1  christos #ifndef __EXTENSIONS__
    240  1.1  christos # define __EXTENSIONS__ 1
    241  1.1  christos #endif
    242  1.1  christos 
    243  1.1  christos 
    244  1.1  christos /* Version number of package */
    245  1.3  christos #define VERSION "2.39"
    246  1.1  christos 
    247  1.1  christos /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
    248  1.1  christos    `char[]'. */
    249  1.2       mrg #define YYTEXT_POINTER 1
    250  1.1  christos 
    251  1.1  christos /* Enable large inode numbers on Mac OS X 10.5.  */
    252  1.1  christos #ifndef _DARWIN_USE_64_BIT_INODE
    253  1.1  christos # define _DARWIN_USE_64_BIT_INODE 1
    254  1.1  christos #endif
    255  1.1  christos 
    256  1.1  christos /* Number of bits in a file offset, on hosts where this is settable. */
    257  1.1  christos /* #undef _FILE_OFFSET_BITS */
    258  1.1  christos 
    259  1.1  christos /* Define for large files, on AIX-style hosts. */
    260  1.1  christos /* #undef _LARGE_FILES */
    261  1.1  christos 
    262  1.1  christos /* Define to 1 if on MINIX. */
    263  1.1  christos /* #undef _MINIX */
    264  1.1  christos 
    265  1.1  christos /* Define to 2 if the system does not provide POSIX.1 features except with
    266  1.1  christos    this defined. */
    267  1.1  christos /* #undef _POSIX_1_SOURCE */
    268  1.1  christos 
    269  1.1  christos /* Define to 1 if you need to in order for `stat' and other things to work. */
    270  1.1  christos /* #undef _POSIX_SOURCE */
    271