1 /* config.h.in. Maintained by hand. */
3 /* Define if on MINIX. */
6 /* Define as the return type of signal handlers (int or void). */
9 /* Characteristics of the compiler. */
18 #undef __CHAR_UNSIGNED__
20 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
21 #undef STAT_MACROS_BROKEN
23 #undef VOID_SIGHANDLER
25 /* Define if you have the isascii function. */
28 /* Define if you have the isxdigit function. */
31 /* Define if you have the lstat function. */
34 /* Define if you have the mbrtowc function. */
37 /* Define if you have the mbsrtowcs function. */
40 /* Define if you have the memmove function. */
43 /* Define if you have the putenv function. */
46 /* Define if you have the select function. */
49 /* Define if you have the setenv function. */
52 /* Define if you have the setlocale function. */
55 /* Define if you have the strcasecmp function. */
56 #undef HAVE_STRCASECMP
58 /* Define if you have the strcoll function. */
63 /* Define if you have the strpbrk function. */
66 /* Define if you have the tcgetattr function. */
69 /* Define if you have the vsnprintf function. */
72 /* Define if you have the wcwidth function. */
75 /* Define if you have the <dirent.h> header file. */
78 /* Define if you have the <langinfo.h> header file. */
79 #undef HAVE_LANGINFO_H
81 /* Define if you have the <limits.h> header file. */
84 /* Define if you have the <locale.h> header file. */
87 /* Define if you have the <memory.h> header file. */
90 /* Define if you have the <ndir.h> header file. */
93 /* Define if you have the <stdarg.h> header file. */
96 /* Define if you have the <stdlib.h> header file. */
99 /* Define if you have the <string.h> header file. */
102 /* Define if you have the <strings.h> header file. */
103 #undef HAVE_STRINGS_H
105 /* Define if you have the <sys/dir.h> header file. */
106 #undef HAVE_SYS_DIR_H
108 /* Define if you have the <sys/file.h> header file. */
109 #undef HAVE_SYS_FILE_H
111 /* Define if you have the <sys/ndir.h> header file. */
112 #undef HAVE_SYS_NDIR_H
114 /* Define if you have the <sys/pte.h> header file. */
115 #undef HAVE_SYS_PTE_H
117 /* Define if you have the <sys/ptem.h> header file. */
118 #undef HAVE_SYS_PTEM_H
120 /* Define if you have the <sys/select.h> header file. */
121 #undef HAVE_SYS_SELECT_H
123 /* Define if you have the <sys/stream.h> header file. */
124 #undef HAVE_SYS_STREAM_H
126 /* Define if you have the <termcap.h> header file. */
127 #undef HAVE_TERMCAP_H
129 /* Define if you have the <termio.h> header file. */
132 /* Define if you have the <termios.h> header file. */
133 #undef HAVE_TERMIOS_H
135 /* Define if you have the <unistd.h> header file. */
138 /* Define if you have the <varargs.h> header file. */
139 #undef HAVE_VARARGS_H
141 /* Define if you have the <wchar.h> header file. */
144 /* Define if you have the <varargs.h> header file. */
147 #undef HAVE_MBSTATE_T
149 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
150 #undef HAVE_LANGINFO_CODESET
152 /* Definitions pulled in from aclocal.m4. */
153 #undef VOID_SIGHANDLER
155 #undef GWINSZ_IN_SYS_IOCTL
157 #undef STRUCT_WINSIZE_IN_SYS_IOCTL
159 #undef STRUCT_WINSIZE_IN_TERMIOS
161 #undef TIOCSTAT_IN_SYS_IOCTL
163 #undef FIONREAD_IN_SYS_IOCTL
165 #undef SPEED_T_IN_SYS_TYPES
167 #undef HAVE_GETPW_DECLS
169 #undef STRUCT_DIRENT_HAS_D_INO
171 #undef STRUCT_DIRENT_HAS_D_FILENO
173 #undef HAVE_BSD_SIGNALS
175 #undef HAVE_POSIX_SIGNALS
177 #undef HAVE_USG_SIGHOLD
179 #undef MUST_REINSTALL_SIGHANDLERS
181 #undef HAVE_POSIX_SIGSETJMP
183 /* modify settings or make new ones based on what autoconf tells us. */
185 /* Ultrix botches type-ahead when switching from canonical to
186 non-canonical mode, at least through version 4.3 */
187 #if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix)
188 # define TERMIOS_MISSING
191 #if defined (STRCOLL_BROKEN)
195 #if defined (__STDC__) && defined (HAVE_STDARG_H)
196 # define PREFER_STDARG
199 # if defined (HAVE_VARARGS_H)
200 # define PREFER_VARARGS