xref: /netbsd-src/external/gpl3/gdb.old/lib/libreadline/arch/sparc/config.h (revision 82650ea59673ac1511a0f5b008a97de18ced4707)
10c04591cSchristos /* This file is automatically generated.  DO NOT EDIT! */
2*82650ea5Schristos /* Generated from: NetBSD: mknative-gdb,v 1.12 2020/09/17 16:54:31 christos Exp  */
347c37bc2Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
40c04591cSchristos 
50c04591cSchristos /* config.h.  Generated from config.h.in by configure.  */
60c04591cSchristos /* config.h.in.  Maintained by hand. */
70c04591cSchristos 
847c37bc2Schristos /* Template definitions for autoconf */
947c37bc2Schristos #define __EXTENSIONS__ 1
1047c37bc2Schristos #define _ALL_SOURCE 1
1147c37bc2Schristos #define _GNU_SOURCE 1
1247c37bc2Schristos /* #undef _POSIX_SOURCE */
1347c37bc2Schristos /* #undef _POSIX_1_SOURCE */
1447c37bc2Schristos #define _POSIX_PTHREAD_SEMANTICS 1
1547c37bc2Schristos #define _TANDEM_SOURCE 1
1647c37bc2Schristos /* #undef _MINIX */
1747c37bc2Schristos 
180c04591cSchristos /* Define NO_MULTIBYTE_SUPPORT to not compile in support for multibyte
190c04591cSchristos    characters, even if the OS supports them. */
200c04591cSchristos /* #undef NO_MULTIBYTE_SUPPORT */
210c04591cSchristos 
220c04591cSchristos /* #undef _FILE_OFFSET_BITS */
230c04591cSchristos 
240c04591cSchristos /* Define as the return type of signal handlers (int or void).  */
250c04591cSchristos #define RETSIGTYPE void
260c04591cSchristos 
270c04591cSchristos #define VOID_SIGHANDLER 1
280c04591cSchristos 
290c04591cSchristos /* Characteristics of the compiler. */
300c04591cSchristos /* #undef sig_atomic_t */
310c04591cSchristos 
320c04591cSchristos /* #undef size_t */
330c04591cSchristos 
340c04591cSchristos /* #undef ssize_t */
350c04591cSchristos 
360c04591cSchristos /* #undef const */
370c04591cSchristos 
380c04591cSchristos /* #undef volatile */
390c04591cSchristos 
400c04591cSchristos #define PROTOTYPES 1
41*82650ea5Schristos #define __PROTOTYPES 1
420c04591cSchristos 
430c04591cSchristos /* #undef __CHAR_UNSIGNED__ */
440c04591cSchristos 
450c04591cSchristos /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
460c04591cSchristos /* #undef STAT_MACROS_BROKEN */
470c04591cSchristos 
48*82650ea5Schristos /* Define if you have the chown function. */
49*82650ea5Schristos /* #undef HAVE_CHOWN */
50*82650ea5Schristos 
510c04591cSchristos /* Define if you have the fcntl function. */
520c04591cSchristos #define HAVE_FCNTL 1
530c04591cSchristos 
54*82650ea5Schristos /* Define if you have the fnmatch function. */
55*82650ea5Schristos #define HAVE_FNMATCH 1
56*82650ea5Schristos 
570c04591cSchristos /* Define if you have the getpwent function. */
580c04591cSchristos #define HAVE_GETPWENT 1
590c04591cSchristos 
600c04591cSchristos /* Define if you have the getpwnam function. */
610c04591cSchristos #define HAVE_GETPWNAM 1
620c04591cSchristos 
630c04591cSchristos /* Define if you have the getpwuid function. */
640c04591cSchristos #define HAVE_GETPWUID 1
650c04591cSchristos 
660c04591cSchristos /* Define if you have the isascii function. */
670c04591cSchristos #define HAVE_ISASCII 1
680c04591cSchristos 
690c04591cSchristos /* Define if you have the iswctype function.  */
700c04591cSchristos #define HAVE_ISWCTYPE 1
710c04591cSchristos 
720c04591cSchristos /* Define if you have the iswlower function.  */
730c04591cSchristos #define HAVE_ISWLOWER 1
740c04591cSchristos 
750c04591cSchristos /* Define if you have the iswupper function.  */
760c04591cSchristos #define HAVE_ISWUPPER 1
770c04591cSchristos 
780c04591cSchristos /* Define if you have the isxdigit function. */
790c04591cSchristos #define HAVE_ISXDIGIT 1
800c04591cSchristos 
810c04591cSchristos /* Define if you have the kill function. */
820c04591cSchristos #define HAVE_KILL 1
830c04591cSchristos 
840c04591cSchristos /* Define if you have the lstat function. */
850c04591cSchristos #define HAVE_LSTAT 1
860c04591cSchristos 
870c04591cSchristos /* Define if you have the mbrlen function. */
880c04591cSchristos #define HAVE_MBRLEN 1
890c04591cSchristos 
900c04591cSchristos /* Define if you have the mbrtowc function. */
910c04591cSchristos #define HAVE_MBRTOWC 1
920c04591cSchristos 
930c04591cSchristos /* Define if you have the mbsrtowcs function. */
940c04591cSchristos #define HAVE_MBSRTOWCS 1
950c04591cSchristos 
960c04591cSchristos /* Define if you have the memmove function. */
970c04591cSchristos #define HAVE_MEMMOVE 1
980c04591cSchristos 
99*82650ea5Schristos /* Define if you have the pselect function.  */
100*82650ea5Schristos #define HAVE_PSELECT 1
101*82650ea5Schristos 
1020c04591cSchristos /* Define if you have the putenv function.  */
1030c04591cSchristos #define HAVE_PUTENV 1
1040c04591cSchristos 
105*82650ea5Schristos /* Define if you have the readlink function.  */
106*82650ea5Schristos #define HAVE_READLINK 1
107*82650ea5Schristos 
1080c04591cSchristos /* Define if you have the select function.  */
1090c04591cSchristos #define HAVE_SELECT 1
1100c04591cSchristos 
1110c04591cSchristos /* Define if you have the setenv function.  */
1120c04591cSchristos #define HAVE_SETENV 1
1130c04591cSchristos 
1140c04591cSchristos /* Define if you have the setlocale function. */
1150c04591cSchristos #define HAVE_SETLOCALE 1
1160c04591cSchristos 
1170c04591cSchristos /* Define if you have the strcasecmp function.  */
1180c04591cSchristos #define HAVE_STRCASECMP 1
1190c04591cSchristos 
1200c04591cSchristos /* Define if you have the strcoll function.  */
1210c04591cSchristos #define HAVE_STRCOLL 1
1220c04591cSchristos 
1230c04591cSchristos /* #undef STRCOLL_BROKEN */
1240c04591cSchristos 
1250c04591cSchristos /* Define if you have the strpbrk function.  */
1260c04591cSchristos #define HAVE_STRPBRK 1
1270c04591cSchristos 
1280c04591cSchristos /* Define if you have the tcgetattr function.  */
1290c04591cSchristos #define HAVE_TCGETATTR 1
1300c04591cSchristos 
1310c04591cSchristos /* Define if you have the towlower function.  */
1320c04591cSchristos #define HAVE_TOWLOWER 1
1330c04591cSchristos 
1340c04591cSchristos /* Define if you have the towupper function.  */
1350c04591cSchristos #define HAVE_TOWUPPER 1
1360c04591cSchristos 
1370c04591cSchristos /* Define if you have the vsnprintf function.  */
1380c04591cSchristos #define HAVE_VSNPRINTF 1
1390c04591cSchristos 
1400c04591cSchristos /* Define if you have the wcrtomb function.  */
1410c04591cSchristos #define HAVE_WCRTOMB 1
1420c04591cSchristos 
1430c04591cSchristos /* Define if you have the wcscoll function.  */
1440c04591cSchristos #define HAVE_WCSCOLL 1
1450c04591cSchristos 
1460c04591cSchristos /* Define if you have the wctype function.  */
1470c04591cSchristos #define HAVE_WCTYPE 1
1480c04591cSchristos 
1490c04591cSchristos /* Define if you have the wcwidth function.  */
1500c04591cSchristos #define HAVE_WCWIDTH 1
1510c04591cSchristos 
152*82650ea5Schristos /* and whether it works */
153*82650ea5Schristos /* #undef WCWIDTH_BROKEN */
154*82650ea5Schristos 
1550c04591cSchristos #define STDC_HEADERS 1
1560c04591cSchristos 
1570c04591cSchristos /* Define if you have the <dirent.h> header file.  */
1580c04591cSchristos #define HAVE_DIRENT_H 1
1590c04591cSchristos 
1600c04591cSchristos /* Define if you have the <fcntl.h> header file.  */
1610c04591cSchristos #define HAVE_FCNTL_H 1
1620c04591cSchristos 
1630c04591cSchristos /* Define if you have the <langinfo.h> header file.  */
1640c04591cSchristos #define HAVE_LANGINFO_H 1
1650c04591cSchristos 
166*82650ea5Schristos /* Define if you have the <libaudit.h> header file.  */
167*82650ea5Schristos /* #undef HAVE_LIBAUDIT_H */
168*82650ea5Schristos 
1690c04591cSchristos /* Define if you have the <limits.h> header file.  */
1700c04591cSchristos #define HAVE_LIMITS_H 1
1710c04591cSchristos 
1720c04591cSchristos /* Define if you have the <locale.h> header file.  */
1730c04591cSchristos #define HAVE_LOCALE_H 1
1740c04591cSchristos 
1750c04591cSchristos /* Define if you have the <memory.h> header file.  */
1760c04591cSchristos #define HAVE_MEMORY_H 1
1770c04591cSchristos 
1780c04591cSchristos /* Define if you have the <ndir.h> header file.  */
1790c04591cSchristos /* #undef HAVE_NDIR_H */
1800c04591cSchristos 
181*82650ea5Schristos /* Define if you have the <ncurses/termcap.h> header file.  */
182*82650ea5Schristos /* #undef HAVE_NCURSES_TERMCAP_H */
183*82650ea5Schristos 
1840c04591cSchristos /* Define if you have the <pwd.h> header file.  */
1850c04591cSchristos #define HAVE_PWD_H 1
1860c04591cSchristos 
1870c04591cSchristos /* Define if you have the <stdarg.h> header file.  */
1880c04591cSchristos #define HAVE_STDARG_H 1
1890c04591cSchristos 
190*82650ea5Schristos /* Define if you have the <stdbool.h> header file.  */
191*82650ea5Schristos #define HAVE_STDBOOL_H 1
192*82650ea5Schristos 
1930c04591cSchristos /* Define if you have the <stdlib.h> header file.  */
1940c04591cSchristos #define HAVE_STDLIB_H 1
1950c04591cSchristos 
1960c04591cSchristos /* Define if you have the <string.h> header file.  */
1970c04591cSchristos #define HAVE_STRING_H 1
1980c04591cSchristos 
1990c04591cSchristos /* Define if you have the <strings.h> header file.  */
2000c04591cSchristos #define HAVE_STRINGS_H 1
2010c04591cSchristos 
2020c04591cSchristos /* Define if you have the <sys/dir.h> header file.  */
2030c04591cSchristos /* #undef HAVE_SYS_DIR_H */
2040c04591cSchristos 
2050c04591cSchristos /* Define if you have the <sys/file.h> header file.  */
2060c04591cSchristos #define HAVE_SYS_FILE_H 1
2070c04591cSchristos 
208*82650ea5Schristos /* Define if you have the <sys/ioctl.h> header file.  */
209*82650ea5Schristos #define HAVE_SYS_IOCTL_H 1
210*82650ea5Schristos 
2110c04591cSchristos /* Define if you have the <sys/ndir.h> header file.  */
2120c04591cSchristos /* #undef HAVE_SYS_NDIR_H */
2130c04591cSchristos 
2140c04591cSchristos /* Define if you have the <sys/pte.h> header file.  */
2150c04591cSchristos /* #undef HAVE_SYS_PTE_H */
2160c04591cSchristos 
2170c04591cSchristos /* Define if you have the <sys/ptem.h> header file.  */
2180c04591cSchristos /* #undef HAVE_SYS_PTEM_H */
2190c04591cSchristos 
2200c04591cSchristos /* Define if you have the <sys/select.h> header file.  */
2210c04591cSchristos #define HAVE_SYS_SELECT_H 1
2220c04591cSchristos 
2230c04591cSchristos /* Define if you have the <sys/stream.h> header file.  */
2240c04591cSchristos /* #undef HAVE_SYS_STREAM_H */
2250c04591cSchristos 
2260c04591cSchristos /* Define if you have the <termcap.h> header file.  */
2270c04591cSchristos #define HAVE_TERMCAP_H 1
2280c04591cSchristos 
2290c04591cSchristos /* Define if you have the <termio.h> header file.  */
2300c04591cSchristos /* #undef HAVE_TERMIO_H */
2310c04591cSchristos 
2320c04591cSchristos /* Define if you have the <termios.h> header file.  */
2330c04591cSchristos #define HAVE_TERMIOS_H 1
2340c04591cSchristos 
2350c04591cSchristos /* Define if you have the <unistd.h> header file.  */
2360c04591cSchristos #define HAVE_UNISTD_H 1
2370c04591cSchristos 
2380c04591cSchristos /* Define if you have the <varargs.h> header file.  */
2390c04591cSchristos /* #undef HAVE_VARARGS_H */
2400c04591cSchristos 
2410c04591cSchristos /* Define if you have the <wchar.h> header file.  */
2420c04591cSchristos #define HAVE_WCHAR_H 1
2430c04591cSchristos 
2440c04591cSchristos /* Define if you have the <wctype.h> header file.  */
2450c04591cSchristos #define HAVE_WCTYPE_H 1
2460c04591cSchristos 
2470c04591cSchristos #define HAVE_MBSTATE_T 1
2480c04591cSchristos 
2490c04591cSchristos /* Define if you have wchar_t in <wctype.h>. */
2500c04591cSchristos #define HAVE_WCHAR_T 1
2510c04591cSchristos 
2520c04591cSchristos /* Define if you have wctype_t in <wctype.h>. */
2530c04591cSchristos #define HAVE_WCTYPE_T 1
2540c04591cSchristos 
2550c04591cSchristos /* Define if you have wint_t in <wctype.h>. */
2560c04591cSchristos #define HAVE_WINT_T 1
2570c04591cSchristos 
2580c04591cSchristos /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
2590c04591cSchristos #define HAVE_LANGINFO_CODESET 1
2600c04591cSchristos 
261*82650ea5Schristos /* Define if you have <linux/audit.h> and it defines AUDIT_USER_TTY */
262*82650ea5Schristos #define HAVE_DECL_AUDIT_USER_TTY 0
263*82650ea5Schristos 
2640c04591cSchristos /* Definitions pulled in from aclocal.m4. */
2650c04591cSchristos #define VOID_SIGHANDLER 1
2660c04591cSchristos 
2670c04591cSchristos /* #undef GWINSZ_IN_SYS_IOCTL */
2680c04591cSchristos 
2690c04591cSchristos #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
2700c04591cSchristos 
2710c04591cSchristos /* #undef STRUCT_WINSIZE_IN_TERMIOS */
2720c04591cSchristos 
2730c04591cSchristos #define TIOCSTAT_IN_SYS_IOCTL 1
2740c04591cSchristos 
2750c04591cSchristos #define FIONREAD_IN_SYS_IOCTL 1
2760c04591cSchristos 
2770c04591cSchristos /* #undef SPEED_T_IN_SYS_TYPES */
2780c04591cSchristos 
2790c04591cSchristos #define HAVE_GETPW_DECLS 1
2800c04591cSchristos 
281*82650ea5Schristos #define HAVE_STRUCT_DIRENT_D_INO 1
2820c04591cSchristos 
283*82650ea5Schristos #define HAVE_STRUCT_DIRENT_D_FILENO 1
284*82650ea5Schristos 
285*82650ea5Schristos /* #undef HAVE_STRUCT_DIRENT_D_NAMLEN */
2860c04591cSchristos 
2870c04591cSchristos /* #undef HAVE_BSD_SIGNALS */
2880c04591cSchristos 
2890c04591cSchristos #define HAVE_POSIX_SIGNALS 1
2900c04591cSchristos 
2910c04591cSchristos /* #undef HAVE_USG_SIGHOLD */
2920c04591cSchristos 
2930c04591cSchristos /* #undef MUST_REINSTALL_SIGHANDLERS */
2940c04591cSchristos 
2950c04591cSchristos #define HAVE_POSIX_SIGSETJMP 1
2960c04591cSchristos 
2970c04591cSchristos #define CTYPE_NON_ASCII 1
2980c04591cSchristos 
2990c04591cSchristos /* modify settings or make new ones based on what autoconf tells us. */
3000c04591cSchristos 
3010c04591cSchristos /* Ultrix botches type-ahead when switching from canonical to
3020c04591cSchristos    non-canonical mode, at least through version 4.3 */
3030c04591cSchristos #if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix)
3040c04591cSchristos #  define TERMIOS_MISSING
3050c04591cSchristos #endif
3060c04591cSchristos 
307*82650ea5Schristos /* VARARGS defines moved to rlstdc.h */
308