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