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 /* Define if on MINIX. */
10 /* Define as the return type of signal handlers (int or void). */
13 #undef VOID_SIGHANDLER
15 /* Characteristics of the compiler. */
24 #undef __CHAR_UNSIGNED__
26 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
27 #undef STAT_MACROS_BROKEN
29 /* Define if you have the fcntl function. */
32 /* Define if you have the getpwent function. */
35 /* Define if you have the getpwnam function. */
38 /* Define if you have the getpwuid function. */
41 /* Define if you have the isascii function. */
44 /* Define if you have the isxdigit function. */
47 /* Define if you have the kill function. */
50 /* Define if you have the lstat function. */
53 /* Define if you have the mbrlen function. */
56 /* Define if you have the mbrtowc function. */
59 /* Define if you have the mbsrtowcs function. */
62 /* Define if you have the memmove function. */
65 /* Define if you have the putenv function. */
68 /* Define if you have the select function. */
71 /* Define if you have the setenv function. */
74 /* Define if you have the setlocale function. */
77 /* Define if you have the strcasecmp function. */
78 #undef HAVE_STRCASECMP
80 /* Define if you have the strcoll function. */
85 /* Define if you have the strpbrk function. */
88 /* Define if you have the tcgetattr function. */
91 /* Define if you have the vsnprintf function. */
94 /* Define if you have the wctomb function. */
97 /* Define if you have the wcwidth function. */
102 /* Define if you have the <dirent.h> header file. */
105 /* Define if you have the <fcntl.h> header file. */
108 /* Define if you have the <langinfo.h> header file. */
109 #undef HAVE_LANGINFO_H
111 /* Define if you have the <limits.h> header file. */
114 /* Define if you have the <locale.h> header file. */
117 /* Define if you have the <memory.h> header file. */
120 /* Define if you have the <ndir.h> header file. */
123 /* Define if you have the <pwd.h> header file. */
126 /* Define if you have the <stdarg.h> header file. */
129 /* Define if you have the <stdlib.h> header file. */
132 /* Define if you have the <string.h> header file. */
135 /* Define if you have the <strings.h> header file. */
136 #undef HAVE_STRINGS_H
138 /* Define if you have the <sys/dir.h> header file. */
139 #undef HAVE_SYS_DIR_H
141 /* Define if you have the <sys/file.h> header file. */
142 #undef HAVE_SYS_FILE_H
144 /* Define if you have the <sys/ndir.h> header file. */
145 #undef HAVE_SYS_NDIR_H
147 /* Define if you have the <sys/pte.h> header file. */
148 #undef HAVE_SYS_PTE_H
150 /* Define if you have the <sys/ptem.h> header file. */
151 #undef HAVE_SYS_PTEM_H
153 /* Define if you have the <sys/select.h> header file. */
154 #undef HAVE_SYS_SELECT_H
156 /* Define if you have the <sys/stream.h> header file. */
157 #undef HAVE_SYS_STREAM_H
159 /* Define if you have the <termcap.h> header file. */
160 #undef HAVE_TERMCAP_H
162 /* Define if you have the <termio.h> header file. */
165 /* Define if you have the <termios.h> header file. */
166 #undef HAVE_TERMIOS_H
168 /* Define if you have the <unistd.h> header file. */
171 /* Define if you have the <varargs.h> header file. */
172 #undef HAVE_VARARGS_H
174 /* Define if you have the <wchar.h> header file. */
177 /* Define if you have the <varargs.h> header file. */
180 #undef HAVE_MBSTATE_T
182 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
183 #undef HAVE_LANGINFO_CODESET
185 /* Definitions pulled in from aclocal.m4. */
186 #undef VOID_SIGHANDLER
188 #undef GWINSZ_IN_SYS_IOCTL
190 #undef STRUCT_WINSIZE_IN_SYS_IOCTL
192 #undef STRUCT_WINSIZE_IN_TERMIOS
194 #undef TIOCSTAT_IN_SYS_IOCTL
196 #undef FIONREAD_IN_SYS_IOCTL
198 #undef SPEED_T_IN_SYS_TYPES
200 #undef HAVE_GETPW_DECLS
202 #undef STRUCT_DIRENT_HAS_D_INO
204 #undef STRUCT_DIRENT_HAS_D_FILENO
206 #undef HAVE_BSD_SIGNALS
208 #undef HAVE_POSIX_SIGNALS
210 #undef HAVE_USG_SIGHOLD
212 #undef MUST_REINSTALL_SIGHANDLERS
214 #undef HAVE_POSIX_SIGSETJMP
216 #undef CTYPE_NON_ASCII
218 /* modify settings or make new ones based on what autoconf tells us. */
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
226 #if defined (STRCOLL_BROKEN)
230 #if defined (__STDC__) && defined (HAVE_STDARG_H)
231 # define PREFER_STDARG
234 # if defined (HAVE_VARARGS_H)
235 # define PREFER_VARARGS