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