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