65927a8440d9da8b179867227b4e01d51d217725
[deliverable/binutils-gdb.git] / readline / config.h.in
1 /* config.h.in. Generated automatically from configure.in by autoheader. */
2
3 /* Define if on MINIX. */
4 #undef _MINIX
5
6 /* Define as the return type of signal handlers (int or void). */
7 #undef RETSIGTYPE
8
9 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
10 #undef STAT_MACROS_BROKEN
11
12 #undef VOID_SIGHANDLER
13
14 /* Define if you have the lstat function. */
15 #undef HAVE_LSTAT
16
17 /* Define if you have the putenv function. */
18 #undef HAVE_PUTENV
19
20 /* Define if you have the select function. */
21 #undef HAVE_SELECT
22
23 /* Define if you have the setenv function. */
24 #undef HAVE_SETENV
25
26 /* Define if you have the strcasecmp function. */
27 #undef HAVE_STRCASECMP
28
29 /* Define if you have the setlocale function. */
30 #undef HAVE_SETLOCALE
31
32 /* Define if you have the tcgetattr function. */
33 #undef HAVE_TCGETATTR
34
35 /* Define if you have the strcoll function. */
36 #undef HAVE_STRCOLL
37
38 #undef STRCOLL_BROKEN
39
40 /* Define if you have the <dirent.h> header file. */
41 #undef HAVE_DIRENT_H
42
43 /* Define if you have the <ndir.h> header file. */
44 #undef HAVE_NDIR_H
45
46 /* Define if you have the <stdlib.h> header file. */
47 #undef HAVE_STDLIB_H
48
49 /* Define if you have the <string.h> header file. */
50 #undef HAVE_STRING_H
51
52 /* Define if you have the <sys/dir.h> header file. */
53 #undef HAVE_SYS_DIR_H
54
55 /* Define if you have the <sys/file.h> header file. */
56 #undef HAVE_SYS_FILE_H
57
58 /* Define if you have the <sys/ndir.h> header file. */
59 #undef HAVE_SYS_NDIR_H
60
61 /* Define if you have the <sys/pte.h> header file. */
62 #undef HAVE_SYS_PTE_H
63
64 /* Define if you have the <sys/ptem.h> header file. */
65 #undef HAVE_SYS_PTEM_H
66
67 /* Define if you have the <sys/select.h> header file. */
68 #undef HAVE_SYS_SELECT_H
69
70 /* Define if you have the <sys/stream.h> header file. */
71 #undef HAVE_SYS_STREAM_H
72
73 /* Define if you have the <termcap.h> header file. */
74 #undef HAVE_TERMCAP_H
75
76 /* Define if you have the <termio.h> header file. */
77 #undef HAVE_TERMIO_H
78
79 /* Define if you have the <termios.h> header file. */
80 #undef HAVE_TERMIOS_H
81
82 /* Define if you have the <unistd.h> header file. */
83 #undef HAVE_UNISTD_H
84
85 /* Define if you have the <varargs.h> header file. */
86 #undef HAVE_VARARGS_H
87
88 /* Define if you have the <stdarg.h> header file. */
89 #undef HAVE_STDARG_H
90
91 #undef HAVE_LOCALE_H
92
93 /* Definitions pulled in from aclocal.m4. */
94 #undef VOID_SIGHANDLER
95
96 #undef GWINSZ_IN_SYS_IOCTL
97
98 #undef STRUCT_WINSIZE_IN_SYS_IOCTL
99
100 #undef STRUCT_WINSIZE_IN_TERMIOS
101
102 #undef TIOCSTAT_IN_SYS_IOCTL
103
104 #undef FIONREAD_IN_SYS_IOCTL
105
106 #undef SPEED_T_IN_SYS_TYPES
107
108 #undef HAVE_GETPW_DECLS
109
110 #undef STRUCT_DIRENT_HAS_D_INO
111
112 #undef STRUCT_DIRENT_HAS_D_FILENO
113
114 #undef HAVE_BSD_SIGNALS
115
116 #undef HAVE_POSIX_SIGNALS
117
118 #undef HAVE_USG_SIGHOLD
119
120 #undef MUST_REINSTALL_SIGHANDLERS
121
122 #undef HAVE_POSIX_SIGSETJMP
123
124 /* config.h.bot */
125 /* modify settings or make new ones based on what autoconf tells us. */
126
127 /* Ultrix botches type-ahead when switching from canonical to
128 non-canonical mode, at least through version 4.3 */
129 #if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix)
130 # define TERMIOS_MISSING
131 #endif
132
133 #if defined (STRCOLL_BROKEN)
134 # undef HAVE_STRCOLL
135 #endif
136
137 #if defined (__STDC__) && defined (HAVE_STDARG_H)
138 # define PREFER_STDARG
139 # define USE_VARARGS
140 #else
141 # if defined (HAVE_VARARGS_H)
142 # define PREFER_VARARGS
143 # define USE_VARARGS
144 # endif
145 #endif
This page took 0.038494 seconds and 3 git commands to generate.