Properly integrate upstream vis/unvis
[heimdal.git] / lib / libedit / config.h.in
blobba283cc39f52b13044eb811edd24f31d8c97aa37
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define to 1 if you have the <curses.h> header file. */
4 #undef HAVE_CURSES_H
6 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
7 */
8 #undef HAVE_DIRENT_H
10 /* Define to 1 if you have the <dlfcn.h> header file. */
11 #undef HAVE_DLFCN_H
13 /* Define to 1 if you have the <fcntl.h> header file. */
14 #undef HAVE_FCNTL_H
16 /* Define to 1 if you have the `fork' function. */
17 #undef HAVE_FORK
19 /* Define to 1 if you have the `getline' function. */
20 #undef HAVE_GETLINE
22 /* Define to 1 if you have getpwnam_r and getpwuid_r that are draft POSIX.1
23 versions. */
24 #undef HAVE_GETPW_R_DRAFT
26 /* Define to 1 if you have getpwnam_r and getpwuid_r that are POSIX.1
27 compatible. */
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. */
34 #undef HAVE_ISASCII
36 /* Define to 1 if you have the `issetugid' function. */
37 #undef HAVE_ISSETUGID
39 /* Define to 1 if you have the `curses' library (-lcurses). */
40 #undef HAVE_LIBCURSES
42 /* Define to 1 if you have the `ncurses' library (-lncurses). */
43 #undef HAVE_LIBNCURSES
45 /* Define to 1 if you have the <limits.h> header file. */
46 #undef HAVE_LIMITS_H
48 /* Define to 1 if you have the <memory.h> header file. */
49 #undef HAVE_MEMORY_H
51 /* Define to 1 if you have the <ncurses.h> header file. */
52 #undef HAVE_NCURSES_H
54 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
55 #undef HAVE_NDIR_H
57 /* Define to 1 if if your system has SIZE_MAX */
58 #undef HAVE_SIZE_MAX
60 /* Define to 1 if `stat' has the bug that it succeeds when given the
61 zero-length file name argument. */
62 #undef HAVE_STAT_EMPTY_STRING_BUG
64 /* Define to 1 if you have the <stdint.h> header file. */
65 #undef HAVE_STDINT_H
67 /* Define to 1 if you have the <stdlib.h> header file. */
68 #undef HAVE_STDLIB_H
70 /* Define to 1 if you have the <strings.h> header file. */
71 #undef HAVE_STRINGS_H
73 /* Define to 1 if you have the <string.h> header file. */
74 #undef HAVE_STRING_H
76 /* Define to 1 if struct dirent has member d_namlen */
77 #undef HAVE_STRUCT_DIRENT_D_NAMLEN
79 /* Define to 1 if you have the <sys/cdefs.h> header file. */
80 #undef HAVE_SYS_CDEFS_H
82 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
84 #undef HAVE_SYS_DIR_H
86 /* Define to 1 if you have the <sys/ioctl.h> header file. */
87 #undef HAVE_SYS_IOCTL_H
89 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
91 #undef HAVE_SYS_NDIR_H
93 /* Define to 1 if you have the <sys/param.h> header file. */
94 #undef HAVE_SYS_PARAM_H
96 /* Define to 1 if you have the <sys/stat.h> header file. */
97 #undef HAVE_SYS_STAT_H
99 /* Define to 1 if you have the <sys/types.h> header file. */
100 #undef HAVE_SYS_TYPES_H
102 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
103 #undef HAVE_SYS_WAIT_H
105 /* Define to 1 if you have the <term.h> header file. */
106 #undef HAVE_TERM_H
108 /* Define to 1 if you have the <unistd.h> header file. */
109 #undef HAVE_UNISTD_H
111 /* Define to 1 if the system has the type `u_int32_t'. */
112 #undef HAVE_U_INT32_T
114 /* Define to 1 if you have the `vfork' function. */
115 #undef HAVE_VFORK
117 /* Define to 1 if you have the <vfork.h> header file. */
118 #undef HAVE_VFORK_H
120 /* Define to 1 if you have the `wcsdup' function. */
121 #undef HAVE_WCSDUP
123 /* Define to 1 if `fork' works. */
124 #undef HAVE_WORKING_FORK
126 /* Define to 1 if `vfork' works. */
127 #undef HAVE_WORKING_VFORK
129 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
130 slash. */
131 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
133 /* Define to the sub-directory where libtool stores uninstalled libraries. */
134 #undef LT_OBJDIR
136 /* Name of package */
137 #undef PACKAGE
139 /* Define to the address where bug reports for this package should be sent. */
140 #undef PACKAGE_BUGREPORT
142 /* Define to the full name of this package. */
143 #undef PACKAGE_NAME
145 /* Define to the full name and version of this package. */
146 #undef PACKAGE_STRING
148 /* Define to the one symbol short name of this package. */
149 #undef PACKAGE_TARNAME
151 /* Define to the home page for this package. */
152 #undef PACKAGE_URL
154 /* Define to the version of this package. */
155 #undef PACKAGE_VERSION
157 /* Define as the return type of signal handlers (`int' or `void'). */
158 #undef RETSIGTYPE
160 /* Define to 1 if you have the ANSI C header files. */
161 #undef STDC_HEADERS
163 /* Enable extensions on AIX 3, Interix. */
164 #ifndef _ALL_SOURCE
165 # undef _ALL_SOURCE
166 #endif
167 /* Enable GNU extensions on systems that have them. */
168 #ifndef _GNU_SOURCE
169 # undef _GNU_SOURCE
170 #endif
171 /* Enable threading extensions on Solaris. */
172 #ifndef _POSIX_PTHREAD_SEMANTICS
173 # undef _POSIX_PTHREAD_SEMANTICS
174 #endif
175 /* Enable extensions on HP NonStop. */
176 #ifndef _TANDEM_SOURCE
177 # undef _TANDEM_SOURCE
178 #endif
179 /* Enable general extensions on Solaris. */
180 #ifndef __EXTENSIONS__
181 # undef __EXTENSIONS__
182 #endif
185 /* Version number of package */
186 #undef VERSION
188 /* Define to 1 if on MINIX. */
189 #undef _MINIX
191 /* Define to 2 if the system does not provide POSIX.1 features except with
192 this defined. */
193 #undef _POSIX_1_SOURCE
195 /* Define to 1 if you need to in order for `stat' and other things to work. */
196 #undef _POSIX_SOURCE
198 /* Define to empty if `const' does not conform to ANSI C. */
199 #undef const
201 /* Define to `int' if <sys/types.h> does not define. */
202 #undef pid_t
204 /* Define to `unsigned int' if <sys/types.h> does not define. */
205 #undef size_t
207 /* Define as `fork' if `vfork' does not work. */
208 #undef vfork
211 #include "sys.h"
212 #define SCCSID
213 #undef LIBC_SCCS
214 #define lint