1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define to 1 if you have the <curses.h> header file. */
6 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
10 /* Define to 1 if you have the <dlfcn.h> header file. */
13 /* Define to 1 if you have the <fcntl.h> header file. */
16 /* Define to 1 if you have the `fork' function. */
19 /* Define to 1 if you have the `getline' function. */
22 /* Define to 1 if you have getpwnam_r and getpwuid_r that are draft POSIX.1
24 #undef HAVE_GETPW_R_DRAFT
26 /* Define to 1 if you have getpwnam_r and getpwuid_r that are POSIX.1
28 #undef HAVE_GETPW_R_POSIX
30 /* Define to 1 if you have the <inttypes.h> header file. */
31 #undef HAVE_INTTYPES_H
33 /* Define to 1 if you have the `isascii' function. */
36 /* Define to 1 if you have the `issetugid' function. */
39 /* Define to 1 if you have the `curses' library (-lcurses). */
42 /* Define to 1 if you have the `ncurses' library (-lncurses). */
43 #undef HAVE_LIBNCURSES
45 /* Define to 1 if you have the `tinfo' library (-ltinfo). */
48 /* Define to 1 if you have the <limits.h> header file. */
51 /* Define to 1 if you have the <minix/config.h> header file. */
52 #undef HAVE_MINIX_CONFIG_H
54 /* Define to 1 if you have the <ncurses.h> header file. */
57 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
60 /* Define to 1 if if your system has SIZE_MAX */
63 /* Define to 1 if `stat' has the bug that it succeeds when given the
64 zero-length file name argument. */
65 #undef HAVE_STAT_EMPTY_STRING_BUG
67 /* Define to 1 if you have the <stdint.h> header file. */
70 /* Define to 1 if you have the <stdio.h> header file. */
73 /* Define to 1 if you have the <stdlib.h> header file. */
76 /* Define to 1 if you have the <strings.h> header file. */
79 /* Define to 1 if you have the <string.h> header file. */
82 /* Define to 1 if struct dirent has member d_namlen */
83 #undef HAVE_STRUCT_DIRENT_D_NAMLEN
85 /* Define to 1 if you have the <sys/cdefs.h> header file. */
86 #undef HAVE_SYS_CDEFS_H
88 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
92 /* Define to 1 if you have the <sys/ioctl.h> header file. */
93 #undef HAVE_SYS_IOCTL_H
95 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
97 #undef HAVE_SYS_NDIR_H
99 /* Define to 1 if you have the <sys/param.h> header file. */
100 #undef HAVE_SYS_PARAM_H
102 /* Define to 1 if you have the <sys/stat.h> header file. */
103 #undef HAVE_SYS_STAT_H
105 /* Define to 1 if you have the <sys/types.h> header file. */
106 #undef HAVE_SYS_TYPES_H
108 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
109 #undef HAVE_SYS_WAIT_H
111 /* Define to 1 if you have the <term.h> header file. */
114 /* Define to 1 if you have the <unistd.h> header file. */
117 /* Define to 1 if the system has the type `u_int32_t'. */
118 #undef HAVE_U_INT32_T
120 /* Define to 1 if you have the `vfork' function. */
123 /* Define to 1 if you have the <vfork.h> header file. */
126 /* Define to 1 if you have the <wchar.h> header file. */
129 /* Define to 1 if you have the `wcsdup' function. */
132 /* Define to 1 if `fork' works. */
133 #undef HAVE_WORKING_FORK
135 /* Define to 1 if `vfork' works. */
136 #undef HAVE_WORKING_VFORK
138 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
140 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
142 /* Define to the sub-directory where libtool stores uninstalled libraries. */
145 /* Name of package */
148 /* Define to the address where bug reports for this package should be sent. */
149 #undef PACKAGE_BUGREPORT
151 /* Define to the full name of this package. */
154 /* Define to the full name and version of this package. */
155 #undef PACKAGE_STRING
157 /* Define to the one symbol short name of this package. */
158 #undef PACKAGE_TARNAME
160 /* Define to the home page for this package. */
163 /* Define to the version of this package. */
164 #undef PACKAGE_VERSION
166 /* Define as the return type of signal handlers (`int' or `void'). */
169 /* Define to 1 if all of the C90 standard headers exist (not just the ones
170 required in a freestanding environment). This macro is provided for
171 backward compatibility; new code need not use it. */
174 /* Enable extensions on AIX 3, Interix. */
178 /* Enable general extensions on macOS. */
179 #ifndef _DARWIN_C_SOURCE
180 # undef _DARWIN_C_SOURCE
182 /* Enable general extensions on Solaris. */
183 #ifndef __EXTENSIONS__
184 # undef __EXTENSIONS__
186 /* Enable GNU extensions on systems that have them. */
190 /* Enable X/Open compliant socket functions that do not require linking
191 with -lxnet on HP-UX 11.11. */
192 #ifndef _HPUX_ALT_XOPEN_SOCKET_API
193 # undef _HPUX_ALT_XOPEN_SOCKET_API
195 /* Identify the host operating system as Minix.
196 This macro does not affect the system headers' behavior.
197 A future release of Autoconf may stop defining this macro. */
201 /* Enable general extensions on NetBSD.
202 Enable NetBSD compatibility extensions on Minix. */
203 #ifndef _NETBSD_SOURCE
204 # undef _NETBSD_SOURCE
206 /* Enable OpenBSD compatibility extensions on NetBSD.
207 Oddly enough, this does nothing on OpenBSD. */
208 #ifndef _OPENBSD_SOURCE
209 # undef _OPENBSD_SOURCE
211 /* Define to 1 if needed for POSIX-compatible behavior. */
212 #ifndef _POSIX_SOURCE
213 # undef _POSIX_SOURCE
215 /* Define to 2 if needed for POSIX-compatible behavior. */
216 #ifndef _POSIX_1_SOURCE
217 # undef _POSIX_1_SOURCE
219 /* Enable POSIX-compatible threading on Solaris. */
220 #ifndef _POSIX_PTHREAD_SEMANTICS
221 # undef _POSIX_PTHREAD_SEMANTICS
223 /* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
224 #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
225 # undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
227 /* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
228 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
229 # undef __STDC_WANT_IEC_60559_BFP_EXT__
231 /* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
232 #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
233 # undef __STDC_WANT_IEC_60559_DFP_EXT__
235 /* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
236 #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
237 # undef __STDC_WANT_IEC_60559_FUNCS_EXT__
239 /* Enable extensions specified by ISO/IEC TS 18661-3:2015. */
240 #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
241 # undef __STDC_WANT_IEC_60559_TYPES_EXT__
243 /* Enable extensions specified by ISO/IEC TR 24731-2:2010. */
244 #ifndef __STDC_WANT_LIB_EXT2__
245 # undef __STDC_WANT_LIB_EXT2__
247 /* Enable extensions specified by ISO/IEC 24747:2009. */
248 #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
249 # undef __STDC_WANT_MATH_SPEC_FUNCS__
251 /* Enable extensions on HP NonStop. */
252 #ifndef _TANDEM_SOURCE
253 # undef _TANDEM_SOURCE
255 /* Enable X/Open extensions. Define to 500 only if necessary
256 to make mbstate_t available. */
257 #ifndef _XOPEN_SOURCE
258 # undef _XOPEN_SOURCE
262 /* Version number of package */
265 /* Define to empty if `const' does not conform to ANSI C. */
268 /* Define as a signed integer type capable of holding a process identifier. */
271 /* Define to `unsigned int' if <sys/types.h> does not define. */
274 /* Define as `fork' if `vfork' does not work. */