1/* config.h.in.  Maintained by hand. */
2
3/* Define if on MINIX.  */
4#undef _MINIX
5
6/* Define as the return type of signal handlers (int or void).  */
7#undef RETSIGTYPE
8
9/* Characteristics of the compiler. */
10#undef const
11
12#undef size_t
13
14#undef ssize_t
15
16#undef PROTOTYPES
17
18#undef __CHAR_UNSIGNED__
19
20/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
21#undef STAT_MACROS_BROKEN
22
23#undef VOID_SIGHANDLER
24
25/* Define if you have the isascii function. */
26#undef HAVE_ISASCII
27
28/* Define if you have the isxdigit function. */
29#undef HAVE_ISXDIGIT
30
31/* Define if you have the lstat function. */
32#undef HAVE_LSTAT
33
34/* Define if you have the mbrtowc function. */
35#undef HAVE_MBRTOWC
36
37/* Define if you have the mbsrtowcs function. */
38#undef HAVE_MBSRTOWCS
39
40/* Define if you have the memmove function. */
41#undef HAVE_MEMMOVE
42
43/* Define if you have the putenv function.  */
44#undef HAVE_PUTENV
45
46/* Define if you have the select function.  */
47#undef HAVE_SELECT
48
49/* Define if you have the setenv function.  */
50#undef HAVE_SETENV
51
52/* Define if you have the setlocale function. */
53#undef HAVE_SETLOCALE
54
55/* Define if you have the strcasecmp function.  */
56#undef HAVE_STRCASECMP
57
58/* Define if you have the strcoll function.  */
59#undef HAVE_STRCOLL
60
61#undef STRCOLL_BROKEN
62
63/* Define if you have the strpbrk function.  */
64#undef HAVE_STRPBRK
65
66/* Define if you have the tcgetattr function.  */
67#undef HAVE_TCGETATTR
68
69/* Define if you have the vsnprintf function.  */
70#undef HAVE_VSNPRINTF
71
72/* Define if you have the wcwidth function.  */
73#undef HAVE_WCWIDTH
74
75/* Define if you have the <dirent.h> header file.  */
76#undef HAVE_DIRENT_H
77
78/* Define if you have the <langinfo.h> header file.  */
79#undef HAVE_LANGINFO_H
80
81/* Define if you have the <limits.h> header file.  */
82#undef HAVE_LIMITS_H
83
84/* Define if you have the <locale.h> header file.  */
85#undef HAVE_LOCALE_H
86
87/* Define if you have the <memory.h> header file.  */
88#undef HAVE_MEMORY_H
89
90/* Define if you have the <ndir.h> header file.  */
91#undef HAVE_NDIR_H
92
93/* Define if you have the <stdarg.h> header file.  */
94#undef HAVE_STDARG_H
95
96/* Define if you have the <stdlib.h> header file.  */
97#undef HAVE_STDLIB_H
98
99/* Define if you have the <string.h> header file.  */
100#undef HAVE_STRING_H
101
102/* Define if you have the <strings.h> header file.  */
103#undef HAVE_STRINGS_H
104
105/* Define if you have the <sys/dir.h> header file.  */
106#undef HAVE_SYS_DIR_H
107
108/* Define if you have the <sys/file.h> header file.  */
109#undef HAVE_SYS_FILE_H
110
111/* Define if you have the <sys/ndir.h> header file.  */
112#undef HAVE_SYS_NDIR_H
113
114/* Define if you have the <sys/pte.h> header file.  */
115#undef HAVE_SYS_PTE_H
116
117/* Define if you have the <sys/ptem.h> header file.  */
118#undef HAVE_SYS_PTEM_H
119
120/* Define if you have the <sys/select.h> header file.  */
121#undef HAVE_SYS_SELECT_H
122
123/* Define if you have the <sys/stream.h> header file.  */
124#undef HAVE_SYS_STREAM_H
125
126/* Define if you have the <termcap.h> header file.  */
127#undef HAVE_TERMCAP_H
128
129/* Define if you have the <termio.h> header file.  */
130#undef HAVE_TERMIO_H
131
132/* Define if you have the <termios.h> header file.  */
133#undef HAVE_TERMIOS_H
134
135/* Define if you have the <unistd.h> header file.  */
136#undef HAVE_UNISTD_H
137
138/* Define if you have the <varargs.h> header file.  */
139#undef HAVE_VARARGS_H
140
141/* Define if you have the <wchar.h> header file.  */
142#undef HAVE_WCHAR_H
143
144/* Define if you have the <varargs.h> header file.  */
145#undef HAVE_WCTYPE_H
146
147#undef HAVE_MBSTATE_T
148
149/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
150#undef HAVE_LANGINFO_CODESET
151
152/* Definitions pulled in from aclocal.m4. */
153#undef VOID_SIGHANDLER
154
155#undef GWINSZ_IN_SYS_IOCTL
156
157#undef STRUCT_WINSIZE_IN_SYS_IOCTL
158
159#undef STRUCT_WINSIZE_IN_TERMIOS
160
161#undef TIOCSTAT_IN_SYS_IOCTL
162
163#undef FIONREAD_IN_SYS_IOCTL
164
165#undef SPEED_T_IN_SYS_TYPES
166
167#undef HAVE_GETPW_DECLS
168
169#undef STRUCT_DIRENT_HAS_D_INO
170
171#undef STRUCT_DIRENT_HAS_D_FILENO
172
173#undef HAVE_BSD_SIGNALS
174
175#undef HAVE_POSIX_SIGNALS
176
177#undef HAVE_USG_SIGHOLD
178
179#undef MUST_REINSTALL_SIGHANDLERS
180
181#undef HAVE_POSIX_SIGSETJMP
182
183/* modify settings or make new ones based on what autoconf tells us. */
184
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
189#endif
190
191#if defined (STRCOLL_BROKEN)
192#  undef HAVE_STRCOLL
193#endif
194
195#if defined (__STDC__) && defined (HAVE_STDARG_H)
196#  define PREFER_STDARG
197#  define USE_VARARGS
198#else
199#  if defined (HAVE_VARARGS_H)
200#    define PREFER_VARARGS
201#    define USE_VARARGS
202#  endif
203#endif
204