Remove building with NOCRYPTO option
[minix.git] / lib / libedit / config.h
blobd5cb57a6a44de370c5a8b7b50a5e5a417c049f95
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
4 /* Define to 1 if the `closedir' function returns void instead of `int'. */
5 /* #undef CLOSEDIR_VOID */
7 /* Define to 1 if you have the <curses.h> header file. */
8 #define HAVE_CURSES_H 1
10 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
12 #define HAVE_DIRENT_H 1
14 /* Define to 1 if you have the <dlfcn.h> header file. */
15 #define HAVE_DLFCN_H 1
17 /* Define to 1 if you have the `endpwent' function. */
18 #define HAVE_ENDPWENT 1
20 /* Define to 1 if you have the <fcntl.h> header file. */
21 #define HAVE_FCNTL_H 1
23 /* Define to 1 if you have the `fgetln' function. */
24 #define HAVE_FGETLN 1
26 /* Define to 1 if you have the `fork' function. */
27 #define HAVE_FORK 1
29 /* Define to 1 if you have getpwnam_r and getpwuid_r that are draft POSIX.1
30 versions. */
31 /* #undef HAVE_GETPW_R_DRAFT */
33 /* Define to 1 if you have getpwnam_r and getpwuid_r that are POSIX.1
34 compatible. */
35 #define HAVE_GETPW_R_POSIX 1
37 /* Define to 1 if you have the <inttypes.h> header file. */
38 #define HAVE_INTTYPES_H 1
40 /* Define to 1 if you have the `isascii' function. */
41 #define HAVE_ISASCII 1
43 /* Define to 1 if you have the `issetugid' function. */
44 #define HAVE_ISSETUGID 1
46 /* Define to 1 if you have the `curses' library (-lcurses). */
47 /* #undef HAVE_LIBCURSES */
49 /* Define to 1 if you have the `ncurses' library (-lncurses). */
50 /* #undef HAVE_LIBNCURSES */
52 /* Define to 1 if you have the `termcap' library (-ltermcap). */
53 /* #undef HAVE_LIBTERMCAP */
55 /* Define to 1 if you have the `terminfo' library (-lterminfo). */
56 #define HAVE_LIBTERMINFO 1
58 /* Define to 1 if you have the `termlib' library (-ltermlib). */
59 /* #undef HAVE_LIBTERMLIB */
61 /* Define to 1 if you have the <limits.h> header file. */
62 #define HAVE_LIMITS_H 1
64 /* Define to 1 if you have the <malloc.h> header file. */
65 #define HAVE_MALLOC_H 1
67 /* Define to 1 if you have the `memchr' function. */
68 #define HAVE_MEMCHR 1
70 /* Define to 1 if you have the <memory.h> header file. */
71 #define HAVE_MEMORY_H 1
73 /* Define to 1 if you have the `memset' function. */
74 #define HAVE_MEMSET 1
76 /* Define to 1 if you have the <ncurses.h> header file. */
77 /* #undef HAVE_NCURSES_H */
79 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
80 /* #undef HAVE_NDIR_H */
82 /* Define to 1 if you have the `regcomp' function. */
83 #define HAVE_REGCOMP 1
85 /* Define to 1 if you have the `re_comp' function. */
86 /* #undef HAVE_RE_COMP */
88 /* Define to 1 if `stat' has the bug that it succeeds when given the
89 zero-length file name argument. */
90 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
92 /* Define to 1 if you have the <stdint.h> header file. */
93 #define HAVE_STDINT_H 1
95 /* Define to 1 if you have the <stdlib.h> header file. */
96 #define HAVE_STDLIB_H 1
98 /* Define to 1 if you have the `strcasecmp' function. */
99 #define HAVE_STRCASECMP 1
101 /* Define to 1 if you have the `strchr' function. */
102 #define HAVE_STRCHR 1
104 /* Define to 1 if you have the `strcspn' function. */
105 #define HAVE_STRCSPN 1
107 /* Define to 1 if you have the `strdup' function. */
108 #define HAVE_STRDUP 1
110 /* Define to 1 if you have the `strerror' function. */
111 #define HAVE_STRERROR 1
113 /* Define to 1 if you have the <strings.h> header file. */
114 #define HAVE_STRINGS_H 1
116 /* Define to 1 if you have the <string.h> header file. */
117 #define HAVE_STRING_H 1
119 /* Define to 1 if you have the `strlcat' function. */
120 #define HAVE_STRLCAT 1
122 /* Define to 1 if you have the `strlcpy' function. */
123 #define HAVE_STRLCPY 1
125 /* Define to 1 if you have the `strrchr' function. */
126 #define HAVE_STRRCHR 1
128 /* Define to 1 if you have the `strstr' function. */
129 #define HAVE_STRSTR 1
131 /* Define to 1 if you have the `strtol' function. */
132 #define HAVE_STRTOL 1
134 /* Define to 1 if struct dirent has member d_namlen */
135 #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
137 /* Define to 1 if you have the `strunvis' function. */
138 #define HAVE_STRUNVIS 1
140 /* Define to 1 if you have the `strvis' function. */
141 #define HAVE_STRVIS 1
143 /* Define to 1 if you have the <sys/cdefs.h> header file. */
144 #define HAVE_SYS_CDEFS_H 1
146 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
148 /* #undef HAVE_SYS_DIR_H */
150 /* Define to 1 if you have the <sys/ioctl.h> header file. */
151 #define HAVE_SYS_IOCTL_H 1
153 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
155 /* #undef HAVE_SYS_NDIR_H */
157 /* Define to 1 if you have the <sys/param.h> header file. */
158 #define HAVE_SYS_PARAM_H 1
160 /* Define to 1 if you have the <sys/stat.h> header file. */
161 #define HAVE_SYS_STAT_H 1
163 /* Define to 1 if you have the <sys/types.h> header file. */
164 #define HAVE_SYS_TYPES_H 1
166 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
167 #define HAVE_SYS_WAIT_H 1
169 /* Define to 1 if you have the <termcap.h> header file. */
170 #define HAVE_TERMCAP_H 1
172 /* Define to 1 if you have the <term.h> header file. */
173 #define HAVE_TERM_H 1
175 /* Define to 1 if you have the <unistd.h> header file. */
176 #define HAVE_UNISTD_H 1
178 /* Define to 1 if the system has the type `u_int32_t'. */
179 #define HAVE_U_INT32_T 1
181 /* Define to 1 if you have the `vfork' function. */
182 #define HAVE_VFORK 1
184 /* Define to 1 if you have the <vfork.h> header file. */
185 /* #undef HAVE_VFORK_H */
187 /* Define to 1 if you have the `vis' function. */
188 #define HAVE_VIS 1
190 /* Define to 1 if you have the `wcsdup' function. */
191 #define HAVE_WCSDUP 1
193 /* Define to 1 if `fork' works. */
194 #define HAVE_WORKING_FORK 1
196 /* Define to 1 if `vfork' works. */
197 #define HAVE_WORKING_VFORK 1
199 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
200 slash. */
201 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
203 /* Define to the sub-directory in which libtool stores uninstalled libraries.
205 #define LT_OBJDIR ".libs/"
207 /* Name of package */
208 #define PACKAGE "libedit-20110729"
210 /* Define to the address where bug reports for this package should be sent. */
211 #define PACKAGE_BUGREPORT ""
213 /* Define to the full name of this package. */
214 #define PACKAGE_NAME "libedit"
216 /* Define to the full name and version of this package. */
217 #define PACKAGE_STRING "libedit 3.0"
219 /* Define to the one symbol short name of this package. */
220 #define PACKAGE_TARNAME "libedit-20110729"
222 /* Define to the home page for this package. */
223 #define PACKAGE_URL ""
225 /* Define to the version of this package. */
226 #define PACKAGE_VERSION "3.0"
228 /* Define as the return type of signal handlers (`int' or `void'). */
229 #define RETSIGTYPE void
231 /* Define to 1 if you have the ANSI C header files. */
232 #define STDC_HEADERS 1
234 /* Enable extensions on AIX 3, Interix. */
235 #ifndef _ALL_SOURCE
236 # define _ALL_SOURCE 1
237 #endif
238 /* Enable GNU extensions on systems that have them. */
239 #ifndef _GNU_SOURCE
240 # define _GNU_SOURCE 1
241 #endif
242 /* Enable threading extensions on Solaris. */
243 #ifndef _POSIX_PTHREAD_SEMANTICS
244 # define _POSIX_PTHREAD_SEMANTICS 1
245 #endif
246 /* Enable extensions on HP NonStop. */
247 #ifndef _TANDEM_SOURCE
248 # define _TANDEM_SOURCE 1
249 #endif
250 /* Enable general extensions on Solaris. */
251 #ifndef __EXTENSIONS__
252 # define __EXTENSIONS__ 1
253 #endif
256 /* Version number of package */
257 #define VERSION "3.0"
259 /* Define to 1 if you want wide-character code */
260 /* #undef WIDECHAR */
262 /* Define to 1 if on MINIX. */
263 /* #undef _MINIX */
265 /* Define to 2 if the system does not provide POSIX.1 features except with
266 this defined. */
267 /* #undef _POSIX_1_SOURCE */
269 /* Define to 1 if you need to in order for `stat' and other things to work. */
270 /* #undef _POSIX_SOURCE */
272 /* Define to empty if `const' does not conform to ANSI C. */
273 /* #undef const */
275 /* Define to `int' if <sys/types.h> does not define. */
276 /* #undef pid_t */
278 /* Define to `unsigned int' if <sys/types.h> does not define. */
279 /* #undef size_t */
281 /* Define as `fork' if `vfork' does not work. */
282 /* #undef vfork */
285 #include "sys.h"
286 /* #undef SCCSID */
287 /* #undef LIBC_SCCS */
288 /* #undef lint */