Merge pull request #174 from abhinav-upadhyay/fix-krb5.conf.5
[heimdal.git] / lib / libedit / config.h.in
blob7daece6699aee01a3be2eca4d499e490fa3d9b06
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define to 1 if the `closedir' function returns void instead of `int'. */
4 #undef CLOSEDIR_VOID
6 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
7 systems. This function is required for `alloca.c' support on those systems.
8 */
9 #undef CRAY_STACKSEG_END
11 /* Define to 1 if using `alloca.c'. */
12 #undef C_ALLOCA
14 /* Define to 1 if you have `alloca', as a function or macro. */
15 #undef HAVE_ALLOCA
17 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
19 #undef HAVE_ALLOCA_H
21 /* Define to 1 if you have the <curses.h> header file. */
22 #undef HAVE_CURSES_H
24 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
26 #undef HAVE_DIRENT_H
28 /* Define to 1 if you have the <dlfcn.h> header file. */
29 #undef HAVE_DLFCN_H
31 /* Define to 1 if you have the `endpwent' function. */
32 #undef HAVE_ENDPWENT
34 /* Define to 1 if you have the <fcntl.h> header file. */
35 #undef HAVE_FCNTL_H
37 /* Define to 1 if you have the `fork' function. */
38 #undef HAVE_FORK
40 /* Define to 1 if you have getpwnam_r and getpwuid_r that are draft POSIX.1
41 versions. */
42 #undef HAVE_GETPW_R_DRAFT
44 /* Define to 1 if you have getpwnam_r and getpwuid_r that are POSIX.1
45 compatible. */
46 #undef HAVE_GETPW_R_POSIX
48 /* Define to 1 if you have the <inttypes.h> header file. */
49 #undef HAVE_INTTYPES_H
51 /* Define to 1 if you have the `isascii' function. */
52 #undef HAVE_ISASCII
54 /* Define to 1 if you have the `issetugid' function. */
55 #undef HAVE_ISSETUGID
57 /* Define to 1 if you have the `curses' library (-lcurses). */
58 #undef HAVE_LIBCURSES
60 /* Define to 1 if you have the `ncurses' library (-lncurses). */
61 #undef HAVE_LIBNCURSES
63 /* Define to 1 if you have the <limits.h> header file. */
64 #undef HAVE_LIMITS_H
66 /* Define to 1 if you have the <malloc.h> header file. */
67 #undef HAVE_MALLOC_H
69 /* Define to 1 if you have the `memchr' function. */
70 #undef HAVE_MEMCHR
72 /* Define to 1 if you have the <memory.h> header file. */
73 #undef HAVE_MEMORY_H
75 /* Define to 1 if you have the `memset' function. */
76 #undef HAVE_MEMSET
78 /* Define to 1 if you have the <ncurses.h> header file. */
79 #undef HAVE_NCURSES_H
81 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
82 #undef HAVE_NDIR_H
84 /* Define to 1 if you have the `regcomp' function. */
85 #undef HAVE_REGCOMP
87 /* Define to 1 if you have the `re_comp' function. */
88 #undef HAVE_RE_COMP
90 /* Define to 1 if `stat' has the bug that it succeeds when given the
91 zero-length file name argument. */
92 #undef HAVE_STAT_EMPTY_STRING_BUG
94 /* Define to 1 if you have the <stdint.h> header file. */
95 #undef HAVE_STDINT_H
97 /* Define to 1 if you have the <stdlib.h> header file. */
98 #undef HAVE_STDLIB_H
100 /* Define to 1 if you have the `strcasecmp' function. */
101 #undef HAVE_STRCASECMP
103 /* Define to 1 if you have the `strchr' function. */
104 #undef HAVE_STRCHR
106 /* Define to 1 if you have the `strcspn' function. */
107 #undef HAVE_STRCSPN
109 /* Define to 1 if you have the `strdup' function. */
110 #undef HAVE_STRDUP
112 /* Define to 1 if you have the `strerror' function. */
113 #undef HAVE_STRERROR
115 /* Define to 1 if you have the <strings.h> header file. */
116 #undef HAVE_STRINGS_H
118 /* Define to 1 if you have the <string.h> header file. */
119 #undef HAVE_STRING_H
121 /* Define to 1 if you have the `strlcat' function. */
122 #undef HAVE_STRLCAT
124 /* Define to 1 if you have the `strlcpy' function. */
125 #undef HAVE_STRLCPY
127 /* Define to 1 if you have the `strrchr' function. */
128 #undef HAVE_STRRCHR
130 /* Define to 1 if you have the `strstr' function. */
131 #undef HAVE_STRSTR
133 /* Define to 1 if you have the `strtol' function. */
134 #undef HAVE_STRTOL
136 /* Define to 1 if you have the <sys/cdefs.h> header file. */
137 #undef HAVE_SYS_CDEFS_H
139 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
141 #undef HAVE_SYS_DIR_H
143 /* Define to 1 if you have the <sys/ioctl.h> header file. */
144 #undef HAVE_SYS_IOCTL_H
146 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
148 #undef HAVE_SYS_NDIR_H
150 /* Define to 1 if you have the <sys/param.h> header file. */
151 #undef HAVE_SYS_PARAM_H
153 /* Define to 1 if you have the <sys/stat.h> header file. */
154 #undef HAVE_SYS_STAT_H
156 /* Define to 1 if you have the <sys/types.h> header file. */
157 #undef HAVE_SYS_TYPES_H
159 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
160 #undef HAVE_SYS_WAIT_H
162 /* Define to 1 if you have the <term.h> header file. */
163 #undef HAVE_TERM_H
165 /* Define to 1 if you have the <unistd.h> header file. */
166 #undef HAVE_UNISTD_H
168 /* Define to 1 if the system has the type `u_int32_t'. */
169 #undef HAVE_U_INT32_T
171 /* Define to 1 if you have the `vfork' function. */
172 #undef HAVE_VFORK
174 /* Define to 1 if you have the <vfork.h> header file. */
175 #undef HAVE_VFORK_H
177 /* Define to 1 if you have the `wcsdup' function. */
178 #undef HAVE_WCSDUP
180 /* Define to 1 if `fork' works. */
181 #undef HAVE_WORKING_FORK
183 /* Define to 1 if `vfork' works. */
184 #undef HAVE_WORKING_VFORK
186 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
187 slash. */
188 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
190 /* Define to the sub-directory where libtool stores uninstalled libraries. */
191 #undef LT_OBJDIR
193 /* Name of package */
194 #undef PACKAGE
196 /* Define to the address where bug reports for this package should be sent. */
197 #undef PACKAGE_BUGREPORT
199 /* Define to the full name of this package. */
200 #undef PACKAGE_NAME
202 /* Define to the full name and version of this package. */
203 #undef PACKAGE_STRING
205 /* Define to the one symbol short name of this package. */
206 #undef PACKAGE_TARNAME
208 /* Define to the home page for this package. */
209 #undef PACKAGE_URL
211 /* Define to the version of this package. */
212 #undef PACKAGE_VERSION
214 /* Define as the return type of signal handlers (`int' or `void'). */
215 #undef RETSIGTYPE
217 /* If using the C implementation of alloca, define if you know the
218 direction of stack growth for your system; otherwise it will be
219 automatically deduced at runtime.
220 STACK_DIRECTION > 0 => grows toward higher addresses
221 STACK_DIRECTION < 0 => grows toward lower addresses
222 STACK_DIRECTION = 0 => direction of growth unknown */
223 #undef STACK_DIRECTION
225 /* Define to 1 if you have the ANSI C header files. */
226 #undef STDC_HEADERS
228 /* Enable extensions on AIX 3, Interix. */
229 #ifndef _ALL_SOURCE
230 # undef _ALL_SOURCE
231 #endif
232 /* Enable GNU extensions on systems that have them. */
233 #ifndef _GNU_SOURCE
234 # undef _GNU_SOURCE
235 #endif
236 /* Enable threading extensions on Solaris. */
237 #ifndef _POSIX_PTHREAD_SEMANTICS
238 # undef _POSIX_PTHREAD_SEMANTICS
239 #endif
240 /* Enable extensions on HP NonStop. */
241 #ifndef _TANDEM_SOURCE
242 # undef _TANDEM_SOURCE
243 #endif
244 /* Enable general extensions on Solaris. */
245 #ifndef __EXTENSIONS__
246 # undef __EXTENSIONS__
247 #endif
250 /* Version number of package */
251 #undef VERSION
253 /* Define to 1 if you want wide-character code */
254 #undef WIDECHAR
256 /* Define to 1 if on MINIX. */
257 #undef _MINIX
259 /* Define to 2 if the system does not provide POSIX.1 features except with
260 this defined. */
261 #undef _POSIX_1_SOURCE
263 /* Define to 1 if you need to in order for `stat' and other things to work. */
264 #undef _POSIX_SOURCE
266 /* Define to empty if `const' does not conform to ANSI C. */
267 #undef const
269 /* Define to `int' if <sys/types.h> does not define. */
270 #undef pid_t
272 /* Define to `unsigned int' if <sys/types.h> does not define. */
273 #undef size_t
275 /* Define as `fork' if `vfork' does not work. */
276 #undef vfork
279 #include "sys.h"
280 #define SCCSID
281 #undef LIBC_SCCS
282 #define lint