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