1 /* config.h.in. Maintained by hand. */
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
7 #undef _FILE_OFFSET_BITS
9 /* Define if on MINIX. */
12 /* Define as the return type of signal handlers (int or void). */
15 #undef VOID_SIGHANDLER
17 /* Characteristics of the compiler. */
30 #undef __CHAR_UNSIGNED__
32 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
33 #undef STAT_MACROS_BROKEN
35 /* Define if you have the fcntl function. */
38 /* Define if you have the getpwent function. */
41 /* Define if you have the getpwnam function. */
44 /* Define if you have the getpwuid function. */
47 /* Define if you have the isascii function. */
50 /* Define if you have the iswctype function. */
53 /* Define if you have the iswlower function. */
56 /* Define if you have the iswupper function. */
59 /* Define if you have the isxdigit function. */
62 /* Define if you have the kill function. */
65 /* Define if you have the lstat function. */
68 /* Define if you have the mbrlen function. */
71 /* Define if you have the mbrtowc function. */
74 /* Define if you have the mbsrtowcs function. */
77 /* Define if you have the memmove function. */
80 /* Define if you have the putenv function. */
83 /* Define if you have the select function. */
86 /* Define if you have the setenv function. */
89 /* Define if you have the setlocale function. */
92 /* Define if you have the strcasecmp function. */
93 #undef HAVE_STRCASECMP
95 /* Define if you have the strcoll function. */
100 /* Define if you have the strpbrk function. */
103 /* Define if you have the tcgetattr function. */
104 #undef HAVE_TCGETATTR
106 /* Define if you have the towlower function. */
109 /* Define if you have the towupper function. */
112 /* Define if you have the vsnprintf function. */
113 #undef HAVE_VSNPRINTF
115 /* Define if you have the wcrtomb function. */
118 /* Define if you have the wcscoll function. */
121 /* Define if you have the wctype function. */
124 /* Define if you have the wcwidth function. */
129 /* Define if you have the <dirent.h> header file. */
132 /* Define if you have the <fcntl.h> header file. */
135 /* Define if you have the <langinfo.h> header file. */
136 #undef HAVE_LANGINFO_H
138 /* Define if you have the <limits.h> header file. */
141 /* Define if you have the <locale.h> header file. */
144 /* Define if you have the <memory.h> header file. */
147 /* Define if you have the <ndir.h> header file. */
150 /* Define if you have the <pwd.h> header file. */
153 /* Define if you have the <stdarg.h> header file. */
156 /* Define if you have the <stdlib.h> header file. */
159 /* Define if you have the <string.h> header file. */
162 /* Define if you have the <strings.h> header file. */
163 #undef HAVE_STRINGS_H
165 /* Define if you have the <sys/dir.h> header file. */
166 #undef HAVE_SYS_DIR_H
168 /* Define if you have the <sys/file.h> header file. */
169 #undef HAVE_SYS_FILE_H
171 /* Define if you have the <sys/ndir.h> header file. */
172 #undef HAVE_SYS_NDIR_H
174 /* Define if you have the <sys/pte.h> header file. */
175 #undef HAVE_SYS_PTE_H
177 /* Define if you have the <sys/ptem.h> header file. */
178 #undef HAVE_SYS_PTEM_H
180 /* Define if you have the <sys/select.h> header file. */
181 #undef HAVE_SYS_SELECT_H
183 /* Define if you have the <sys/stream.h> header file. */
184 #undef HAVE_SYS_STREAM_H
186 /* Define if you have the <termcap.h> header file. */
187 #undef HAVE_TERMCAP_H
189 /* Define if you have the <ncurses/termcap.h> header file. */
190 #undef HAVE_NCURSES_TERMCAP_H
192 /* Define if you have the <termio.h> header file. */
195 /* Define if you have the <termios.h> header file. */
196 #undef HAVE_TERMIOS_H
198 /* Define if you have the <unistd.h> header file. */
201 /* Define if you have the <varargs.h> header file. */
202 #undef HAVE_VARARGS_H
204 /* Define if you have the <wchar.h> header file. */
207 /* Define if you have the <wctype.h> header file. */
210 #undef HAVE_MBSTATE_T
212 /* Define if you have wchar_t in <wctype.h>. */
215 /* Define if you have wctype_t in <wctype.h>. */
218 /* Define if you have wint_t in <wctype.h>. */
221 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
222 #undef HAVE_LANGINFO_CODESET
224 /* Definitions pulled in from aclocal.m4. */
225 #undef VOID_SIGHANDLER
227 #undef GWINSZ_IN_SYS_IOCTL
229 #undef STRUCT_WINSIZE_IN_SYS_IOCTL
231 #undef STRUCT_WINSIZE_IN_TERMIOS
233 #undef TIOCSTAT_IN_SYS_IOCTL
235 #undef FIONREAD_IN_SYS_IOCTL
237 #undef SPEED_T_IN_SYS_TYPES
239 #undef HAVE_GETPW_DECLS
241 #undef STRUCT_DIRENT_HAS_D_INO
243 #undef STRUCT_DIRENT_HAS_D_FILENO
245 #undef HAVE_BSD_SIGNALS
247 #undef HAVE_POSIX_SIGNALS
249 #undef HAVE_USG_SIGHOLD
251 #undef MUST_REINSTALL_SIGHANDLERS
253 #undef HAVE_POSIX_SIGSETJMP
255 #undef CTYPE_NON_ASCII
257 /* modify settings or make new ones based on what autoconf tells us. */
259 /* Ultrix botches type-ahead when switching from canonical to
260 non-canonical mode, at least through version 4.3 */
261 #if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix)
262 # define TERMIOS_MISSING
265 #if defined (__STDC__) && defined (HAVE_STDARG_H)
266 # define PREFER_STDARG
269 # if defined (HAVE_VARARGS_H)
270 # define PREFER_VARARGS