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