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