Home | History | Annotate | Line # | Download | only in mips64eb
config.h revision 1.4
      1  1.1  christos /* This file is automatically generated.  DO NOT EDIT! */
      2  1.4  christos /* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp  */
      3  1.4  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.h.in by configure.  */
      6  1.1  christos /* config.h.in.  Maintained by hand. */
      7  1.1  christos 
      8  1.4  christos /* Template definitions for autoconf */
      9  1.4  christos #define __EXTENSIONS__ 1
     10  1.4  christos #define _ALL_SOURCE 1
     11  1.4  christos #define _GNU_SOURCE 1
     12  1.4  christos /* #undef _POSIX_SOURCE */
     13  1.4  christos /* #undef _POSIX_1_SOURCE */
     14  1.4  christos #define _POSIX_PTHREAD_SEMANTICS 1
     15  1.4  christos #define _TANDEM_SOURCE 1
     16  1.4  christos /* #undef _MINIX */
     17  1.4  christos 
     18  1.1  christos /* Define NO_MULTIBYTE_SUPPORT to not compile in support for multibyte
     19  1.1  christos    characters, even if the OS supports them. */
     20  1.1  christos /* #undef NO_MULTIBYTE_SUPPORT */
     21  1.1  christos 
     22  1.2       mrg /* #undef _FILE_OFFSET_BITS */
     23  1.2       mrg 
     24  1.1  christos /* Define if on MINIX.  */
     25  1.1  christos /* #undef _MINIX */
     26  1.1  christos 
     27  1.1  christos /* Define as the return type of signal handlers (int or void).  */
     28  1.1  christos #define RETSIGTYPE void
     29  1.1  christos 
     30  1.1  christos #define VOID_SIGHANDLER 1
     31  1.1  christos 
     32  1.1  christos /* Characteristics of the compiler. */
     33  1.2       mrg /* #undef sig_atomic_t */
     34  1.1  christos 
     35  1.1  christos /* #undef size_t */
     36  1.1  christos 
     37  1.1  christos /* #undef ssize_t */
     38  1.1  christos 
     39  1.2       mrg /* #undef const */
     40  1.2       mrg 
     41  1.2       mrg /* #undef volatile */
     42  1.2       mrg 
     43  1.1  christos #define PROTOTYPES 1
     44  1.1  christos 
     45  1.1  christos /* #undef __CHAR_UNSIGNED__ */
     46  1.1  christos 
     47  1.1  christos /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
     48  1.1  christos /* #undef STAT_MACROS_BROKEN */
     49  1.1  christos 
     50  1.1  christos /* Define if you have the fcntl function. */
     51  1.1  christos #define HAVE_FCNTL 1
     52  1.1  christos 
     53  1.1  christos /* Define if you have the getpwent function. */
     54  1.1  christos #define HAVE_GETPWENT 1
     55  1.1  christos 
     56  1.1  christos /* Define if you have the getpwnam function. */
     57  1.1  christos #define HAVE_GETPWNAM 1
     58  1.1  christos 
     59  1.1  christos /* Define if you have the getpwuid function. */
     60  1.1  christos #define HAVE_GETPWUID 1
     61  1.1  christos 
     62  1.1  christos /* Define if you have the isascii function. */
     63  1.1  christos #define HAVE_ISASCII 1
     64  1.1  christos 
     65  1.2       mrg /* Define if you have the iswctype function.  */
     66  1.2       mrg #define HAVE_ISWCTYPE 1
     67  1.2       mrg 
     68  1.2       mrg /* Define if you have the iswlower function.  */
     69  1.2       mrg #define HAVE_ISWLOWER 1
     70  1.2       mrg 
     71  1.2       mrg /* Define if you have the iswupper function.  */
     72  1.2       mrg #define HAVE_ISWUPPER 1
     73  1.2       mrg 
     74  1.1  christos /* Define if you have the isxdigit function. */
     75  1.1  christos #define HAVE_ISXDIGIT 1
     76  1.1  christos 
     77  1.1  christos /* Define if you have the kill function. */
     78  1.1  christos #define HAVE_KILL 1
     79  1.1  christos 
     80  1.1  christos /* Define if you have the lstat function. */
     81  1.1  christos #define HAVE_LSTAT 1
     82  1.1  christos 
     83  1.1  christos /* Define if you have the mbrlen function. */
     84  1.1  christos #define HAVE_MBRLEN 1
     85  1.1  christos 
     86  1.1  christos /* Define if you have the mbrtowc function. */
     87  1.1  christos #define HAVE_MBRTOWC 1
     88  1.1  christos 
     89  1.1  christos /* Define if you have the mbsrtowcs function. */
     90  1.1  christos #define HAVE_MBSRTOWCS 1
     91  1.1  christos 
     92  1.1  christos /* Define if you have the memmove function. */
     93  1.1  christos #define HAVE_MEMMOVE 1
     94  1.1  christos 
     95  1.1  christos /* Define if you have the putenv function.  */
     96  1.1  christos #define HAVE_PUTENV 1
     97  1.1  christos 
     98  1.1  christos /* Define if you have the select function.  */
     99  1.1  christos #define HAVE_SELECT 1
    100  1.1  christos 
    101  1.1  christos /* Define if you have the setenv function.  */
    102  1.1  christos #define HAVE_SETENV 1
    103  1.1  christos 
    104  1.1  christos /* Define if you have the setlocale function. */
    105  1.1  christos #define HAVE_SETLOCALE 1
    106  1.1  christos 
    107  1.1  christos /* Define if you have the strcasecmp function.  */
    108  1.1  christos #define HAVE_STRCASECMP 1
    109  1.1  christos 
    110  1.1  christos /* Define if you have the strcoll function.  */
    111  1.1  christos #define HAVE_STRCOLL 1
    112  1.1  christos 
    113  1.1  christos /* #undef STRCOLL_BROKEN */
    114  1.1  christos 
    115  1.1  christos /* Define if you have the strpbrk function.  */
    116  1.1  christos #define HAVE_STRPBRK 1
    117  1.1  christos 
    118  1.1  christos /* Define if you have the tcgetattr function.  */
    119  1.1  christos #define HAVE_TCGETATTR 1
    120  1.1  christos 
    121  1.2       mrg /* Define if you have the towlower function.  */
    122  1.2       mrg #define HAVE_TOWLOWER 1
    123  1.2       mrg 
    124  1.2       mrg /* Define if you have the towupper function.  */
    125  1.2       mrg #define HAVE_TOWUPPER 1
    126  1.2       mrg 
    127  1.1  christos /* Define if you have the vsnprintf function.  */
    128  1.1  christos #define HAVE_VSNPRINTF 1
    129  1.1  christos 
    130  1.2       mrg /* Define if you have the wcrtomb function.  */
    131  1.2       mrg #define HAVE_WCRTOMB 1
    132  1.2       mrg 
    133  1.2       mrg /* Define if you have the wcscoll function.  */
    134  1.2       mrg #define HAVE_WCSCOLL 1
    135  1.2       mrg 
    136  1.2       mrg /* Define if you have the wctype function.  */
    137  1.2       mrg #define HAVE_WCTYPE 1
    138  1.1  christos 
    139  1.1  christos /* Define if you have the wcwidth function.  */
    140  1.1  christos #define HAVE_WCWIDTH 1
    141  1.1  christos 
    142  1.1  christos #define STDC_HEADERS 1
    143  1.1  christos 
    144  1.1  christos /* Define if you have the <dirent.h> header file.  */
    145  1.1  christos #define HAVE_DIRENT_H 1
    146  1.1  christos 
    147  1.1  christos /* Define if you have the <fcntl.h> header file.  */
    148  1.1  christos #define HAVE_FCNTL_H 1
    149  1.1  christos 
    150  1.1  christos /* Define if you have the <langinfo.h> header file.  */
    151  1.1  christos #define HAVE_LANGINFO_H 1
    152  1.1  christos 
    153  1.1  christos /* Define if you have the <limits.h> header file.  */
    154  1.1  christos #define HAVE_LIMITS_H 1
    155  1.1  christos 
    156  1.1  christos /* Define if you have the <locale.h> header file.  */
    157  1.1  christos #define HAVE_LOCALE_H 1
    158  1.1  christos 
    159  1.1  christos /* Define if you have the <memory.h> header file.  */
    160  1.1  christos #define HAVE_MEMORY_H 1
    161  1.1  christos 
    162  1.1  christos /* Define if you have the <ndir.h> header file.  */
    163  1.1  christos /* #undef HAVE_NDIR_H */
    164  1.1  christos 
    165  1.1  christos /* Define if you have the <pwd.h> header file.  */
    166  1.1  christos #define HAVE_PWD_H 1
    167  1.1  christos 
    168  1.1  christos /* Define if you have the <stdarg.h> header file.  */
    169  1.1  christos #define HAVE_STDARG_H 1
    170  1.1  christos 
    171  1.1  christos /* Define if you have the <stdlib.h> header file.  */
    172  1.1  christos #define HAVE_STDLIB_H 1
    173  1.1  christos 
    174  1.1  christos /* Define if you have the <string.h> header file.  */
    175  1.1  christos #define HAVE_STRING_H 1
    176  1.1  christos 
    177  1.1  christos /* Define if you have the <strings.h> header file.  */
    178  1.1  christos #define HAVE_STRINGS_H 1
    179  1.1  christos 
    180  1.1  christos /* Define if you have the <sys/dir.h> header file.  */
    181  1.1  christos /* #undef HAVE_SYS_DIR_H */
    182  1.1  christos 
    183  1.1  christos /* Define if you have the <sys/file.h> header file.  */
    184  1.1  christos #define HAVE_SYS_FILE_H 1
    185  1.1  christos 
    186  1.1  christos /* Define if you have the <sys/ndir.h> header file.  */
    187  1.1  christos /* #undef HAVE_SYS_NDIR_H */
    188  1.1  christos 
    189  1.1  christos /* Define if you have the <sys/pte.h> header file.  */
    190  1.1  christos /* #undef HAVE_SYS_PTE_H */
    191  1.1  christos 
    192  1.1  christos /* Define if you have the <sys/ptem.h> header file.  */
    193  1.1  christos /* #undef HAVE_SYS_PTEM_H */
    194  1.1  christos 
    195  1.1  christos /* Define if you have the <sys/select.h> header file.  */
    196  1.1  christos #define HAVE_SYS_SELECT_H 1
    197  1.1  christos 
    198  1.1  christos /* Define if you have the <sys/stream.h> header file.  */
    199  1.1  christos /* #undef HAVE_SYS_STREAM_H */
    200  1.1  christos 
    201  1.1  christos /* Define if you have the <termcap.h> header file.  */
    202  1.1  christos #define HAVE_TERMCAP_H 1
    203  1.1  christos 
    204  1.3  christos /* Define if you have the <ncurses/termcap.h> header file.  */
    205  1.3  christos /* #undef HAVE_NCURSES_TERMCAP_H */
    206  1.3  christos 
    207  1.1  christos /* Define if you have the <termio.h> header file.  */
    208  1.1  christos /* #undef HAVE_TERMIO_H */
    209  1.1  christos 
    210  1.1  christos /* Define if you have the <termios.h> header file.  */
    211  1.1  christos #define HAVE_TERMIOS_H 1
    212  1.1  christos 
    213  1.1  christos /* Define if you have the <unistd.h> header file.  */
    214  1.1  christos #define HAVE_UNISTD_H 1
    215  1.1  christos 
    216  1.1  christos /* Define if you have the <varargs.h> header file.  */
    217  1.1  christos /* #undef HAVE_VARARGS_H */
    218  1.1  christos 
    219  1.1  christos /* Define if you have the <wchar.h> header file.  */
    220  1.1  christos #define HAVE_WCHAR_H 1
    221  1.1  christos 
    222  1.2       mrg /* Define if you have the <wctype.h> header file.  */
    223  1.1  christos #define HAVE_WCTYPE_H 1
    224  1.1  christos 
    225  1.1  christos #define HAVE_MBSTATE_T 1
    226  1.1  christos 
    227  1.2       mrg /* Define if you have wchar_t in <wctype.h>. */
    228  1.2       mrg #define HAVE_WCHAR_T 1
    229  1.2       mrg 
    230  1.2       mrg /* Define if you have wctype_t in <wctype.h>. */
    231  1.2       mrg #define HAVE_WCTYPE_T 1
    232  1.2       mrg 
    233  1.2       mrg /* Define if you have wint_t in <wctype.h>. */
    234  1.2       mrg #define HAVE_WINT_T 1
    235  1.2       mrg 
    236  1.1  christos /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
    237  1.1  christos #define HAVE_LANGINFO_CODESET 1
    238  1.1  christos 
    239  1.1  christos /* Definitions pulled in from aclocal.m4. */
    240  1.1  christos #define VOID_SIGHANDLER 1
    241  1.1  christos 
    242  1.1  christos /* #undef GWINSZ_IN_SYS_IOCTL */
    243  1.1  christos 
    244  1.1  christos #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
    245  1.1  christos 
    246  1.1  christos /* #undef STRUCT_WINSIZE_IN_TERMIOS */
    247  1.1  christos 
    248  1.1  christos #define TIOCSTAT_IN_SYS_IOCTL 1
    249  1.1  christos 
    250  1.1  christos #define FIONREAD_IN_SYS_IOCTL 1
    251  1.1  christos 
    252  1.1  christos /* #undef SPEED_T_IN_SYS_TYPES */
    253  1.1  christos 
    254  1.1  christos #define HAVE_GETPW_DECLS 1
    255  1.1  christos 
    256  1.1  christos /* #undef STRUCT_DIRENT_HAS_D_INO */
    257  1.1  christos 
    258  1.1  christos /* #undef STRUCT_DIRENT_HAS_D_FILENO */
    259  1.1  christos 
    260  1.1  christos /* #undef HAVE_BSD_SIGNALS */
    261  1.1  christos 
    262  1.1  christos #define HAVE_POSIX_SIGNALS 1
    263  1.1  christos 
    264  1.1  christos /* #undef HAVE_USG_SIGHOLD */
    265  1.1  christos 
    266  1.1  christos /* #undef MUST_REINSTALL_SIGHANDLERS */
    267  1.1  christos 
    268  1.1  christos #define HAVE_POSIX_SIGSETJMP 1
    269  1.1  christos 
    270  1.1  christos #define CTYPE_NON_ASCII 1
    271  1.1  christos 
    272  1.1  christos /* modify settings or make new ones based on what autoconf tells us. */
    273  1.1  christos 
    274  1.1  christos /* Ultrix botches type-ahead when switching from canonical to
    275  1.1  christos    non-canonical mode, at least through version 4.3 */
    276  1.1  christos #if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix)
    277  1.1  christos #  define TERMIOS_MISSING
    278  1.1  christos #endif
    279  1.1  christos 
    280  1.1  christos #if defined (__STDC__) && defined (HAVE_STDARG_H)
    281  1.1  christos #  define PREFER_STDARG
    282  1.1  christos #  define USE_VARARGS
    283  1.1  christos #else
    284  1.1  christos #  if defined (HAVE_VARARGS_H)
    285  1.1  christos #    define PREFER_VARARGS
    286  1.1  christos #    define USE_VARARGS
    287  1.1  christos #  endif
    288  1.1  christos #endif
    289