1276881Sbapt/* $FreeBSD: stable/11/lib/libedit/config.h 313981 2017-02-20 03:33:59Z pfg $ */
2276881Sbapt/* config.h.  Generated from config.h.in by configure.  */
3276881Sbapt/* config.h.in.  Generated from configure.ac by autoheader.  */
4276881Sbapt
5276881Sbapt/* Define to 1 if the `closedir' function returns void instead of `int'. */
6276881Sbapt/* #undef CLOSEDIR_VOID */
7276881Sbapt
8276881Sbapt/* Define to 1 if you have the <curses.h> header file. */
9276881Sbapt#define HAVE_CURSES_H 1
10276881Sbapt
11276881Sbapt/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
12276881Sbapt   */
13276881Sbapt#define HAVE_DIRENT_H 1
14276881Sbapt
15276881Sbapt/* Define to 1 if you have the <dlfcn.h> header file. */
16276881Sbapt#define HAVE_DLFCN_H 1
17276881Sbapt
18276881Sbapt/* Define to 1 if you have the `endpwent' function. */
19276881Sbapt#define HAVE_ENDPWENT 1
20276881Sbapt
21276881Sbapt/* Define to 1 if you have the <fcntl.h> header file. */
22276881Sbapt#define HAVE_FCNTL_H 1
23276881Sbapt
24313981Spfg/* Define to 1 if you have the `getline' function. */
25313981Spfg#define HAVE_GETLINE 1
26276881Sbapt
27276881Sbapt/* Define to 1 if you have the `fork' function. */
28276881Sbapt#define HAVE_FORK 1
29276881Sbapt
30276881Sbapt/* Define to 1 if you have getpwnam_r and getpwuid_r that are draft POSIX.1
31276881Sbapt   versions. */
32276881Sbapt/* #undef HAVE_GETPW_R_DRAFT */
33276881Sbapt
34276881Sbapt/* Define to 1 if you have getpwnam_r and getpwuid_r that are POSIX.1
35276881Sbapt   compatible. */
36276881Sbapt#define HAVE_GETPW_R_POSIX 1
37276881Sbapt
38276881Sbapt/* Define to 1 if you have the <inttypes.h> header file. */
39276881Sbapt#define HAVE_INTTYPES_H 1
40276881Sbapt
41276881Sbapt/* Define to 1 if you have the `isascii' function. */
42276881Sbapt#define HAVE_ISASCII 1
43276881Sbapt
44276881Sbapt/* Define to 1 if you have the `issetugid' function. */
45276881Sbapt#define HAVE_ISSETUGID 1
46276881Sbapt
47276881Sbapt/* Define to 1 if you have the `curses' library (-lcurses). */
48276881Sbapt/* #undef HAVE_LIBCURSES */
49276881Sbapt
50276881Sbapt/* Define to 1 if you have the `ncurses' library (-lncurses). */
51276881Sbapt#define HAVE_LIBNCURSES 1
52276881Sbapt
53276881Sbapt/* Define to 1 if you have the `termcap' library (-ltermcap). */
54276881Sbapt/* #undef HAVE_LIBTERMCAP */
55276881Sbapt
56276881Sbapt/* Define to 1 if you have the `terminfo' library (-lterminfo). */
57276881Sbapt/* #undef HAVE_LIBTERMINFO */
58276881Sbapt
59276881Sbapt/* Define to 1 if you have the `termlib' library (-ltermlib). */
60276881Sbapt/* #undef HAVE_LIBTERMLIB */
61276881Sbapt
62276881Sbapt/* Define to 1 if you have the <limits.h> header file. */
63276881Sbapt#define HAVE_LIMITS_H 1
64276881Sbapt
65276881Sbapt/* Define to 1 if you have the <malloc.h> header file. */
66276881Sbapt#define HAVE_MALLOC_H 1
67276881Sbapt
68276881Sbapt/* Define to 1 if you have the `memchr' function. */
69276881Sbapt#define HAVE_MEMCHR 1
70276881Sbapt
71276881Sbapt/* Define to 1 if you have the <memory.h> header file. */
72276881Sbapt#define HAVE_MEMORY_H 1
73276881Sbapt
74276881Sbapt/* Define to 1 if you have the `memset' function. */
75276881Sbapt#define HAVE_MEMSET 1
76276881Sbapt
77276881Sbapt/* Define to 1 if you have the <ncurses.h> header file. */
78276881Sbapt#define HAVE_NCURSES_H 1
79276881Sbapt
80276881Sbapt/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
81276881Sbapt/* #undef HAVE_NDIR_H */
82276881Sbapt
83276881Sbapt/* Define to 1 if you have the `regcomp' function. */
84276881Sbapt#define HAVE_REGCOMP 1
85276881Sbapt
86276881Sbapt/* Define to 1 if you have the `re_comp' function. */
87276881Sbapt/* #undef HAVE_RE_COMP */
88276881Sbapt
89276881Sbapt/* Define to 1 if `stat' has the bug that it succeeds when given the
90276881Sbapt   zero-length file name argument. */
91276881Sbapt/* #undef HAVE_STAT_EMPTY_STRING_BUG */
92276881Sbapt
93276881Sbapt/* Define to 1 if you have the <stdint.h> header file. */
94276881Sbapt#define HAVE_STDINT_H 1
95276881Sbapt
96276881Sbapt/* Define to 1 if you have the <stdlib.h> header file. */
97276881Sbapt#define HAVE_STDLIB_H 1
98276881Sbapt
99276881Sbapt/* Define to 1 if you have the `strcasecmp' function. */
100276881Sbapt#define HAVE_STRCASECMP 1
101276881Sbapt
102276881Sbapt/* Define to 1 if you have the `strchr' function. */
103276881Sbapt#define HAVE_STRCHR 1
104276881Sbapt
105276881Sbapt/* Define to 1 if you have the `strcspn' function. */
106276881Sbapt#define HAVE_STRCSPN 1
107276881Sbapt
108276881Sbapt/* Define to 1 if you have the `strdup' function. */
109276881Sbapt#define HAVE_STRDUP 1
110276881Sbapt
111276881Sbapt/* Define to 1 if you have the `strerror' function. */
112276881Sbapt#define HAVE_STRERROR 1
113276881Sbapt
114276881Sbapt/* Define to 1 if you have the <strings.h> header file. */
115276881Sbapt#define HAVE_STRINGS_H 1
116276881Sbapt
117276881Sbapt/* Define to 1 if you have the <string.h> header file. */
118276881Sbapt#define HAVE_STRING_H 1
119276881Sbapt
120276881Sbapt/* Define to 1 if you have the `strlcat' function. */
121276881Sbapt#define HAVE_STRLCAT 1
122276881Sbapt
123276881Sbapt/* Define to 1 if you have the `strlcpy' function. */
124276881Sbapt#define HAVE_STRLCPY 1
125276881Sbapt
126276881Sbapt/* Define to 1 if you have the `strrchr' function. */
127276881Sbapt#define HAVE_STRRCHR 1
128276881Sbapt
129276881Sbapt/* Define to 1 if you have the `strstr' function. */
130276881Sbapt#define HAVE_STRSTR 1
131276881Sbapt
132276881Sbapt/* Define to 1 if you have the `strtol' function. */
133276881Sbapt#define HAVE_STRTOL 1
134276881Sbapt
135276881Sbapt/* Define to 1 if struct dirent has member d_namlen */
136276881Sbapt#define HAVE_STRUCT_DIRENT_D_NAMLEN 1
137276881Sbapt
138276881Sbapt/* Define to 1 if you have the `strunvis' function. */
139276881Sbapt#define HAVE_STRUNVIS 1
140276881Sbapt
141276881Sbapt/* Define to 1 if you have the `strvis' function. */
142276881Sbapt#define HAVE_STRVIS 1
143276881Sbapt
144276881Sbapt/* Define to 1 if you have the <sys/cdefs.h> header file. */
145276881Sbapt#define HAVE_SYS_CDEFS_H 1
146276881Sbapt
147276881Sbapt/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
148276881Sbapt   */
149276881Sbapt/* #undef HAVE_SYS_DIR_H */
150276881Sbapt
151276881Sbapt/* Define to 1 if you have the <sys/ioctl.h> header file. */
152276881Sbapt#define HAVE_SYS_IOCTL_H 1
153276881Sbapt
154276881Sbapt/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
155276881Sbapt   */
156276881Sbapt/* #undef HAVE_SYS_NDIR_H */
157276881Sbapt
158276881Sbapt/* Define to 1 if you have the <sys/param.h> header file. */
159276881Sbapt#define HAVE_SYS_PARAM_H 1
160276881Sbapt
161276881Sbapt/* Define to 1 if you have the <sys/stat.h> header file. */
162276881Sbapt#define HAVE_SYS_STAT_H 1
163276881Sbapt
164276881Sbapt/* Define to 1 if you have the <sys/types.h> header file. */
165276881Sbapt#define HAVE_SYS_TYPES_H 1
166276881Sbapt
167276881Sbapt/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
168276881Sbapt#define HAVE_SYS_WAIT_H 1
169276881Sbapt
170276881Sbapt/* Define to 1 if you have the <termcap.h> header file. */
171276881Sbapt#define HAVE_TERMCAP_H 1
172276881Sbapt
173276881Sbapt/* Define to 1 if you have the <term.h> header file. */
174276881Sbapt#define HAVE_TERM_H 1
175276881Sbapt
176276881Sbapt/* Define to 1 if you have the <unistd.h> header file. */
177276881Sbapt#define HAVE_UNISTD_H 1
178276881Sbapt
179276881Sbapt/* Define to 1 if the system has the type `u_int32_t'. */
180276881Sbapt#define HAVE_U_INT32_T 1
181276881Sbapt
182276881Sbapt/* Define to 1 if you have the `vfork' function. */
183276881Sbapt#define HAVE_VFORK 1
184276881Sbapt
185276881Sbapt/* Define to 1 if you have the <vfork.h> header file. */
186276881Sbapt/* #undef HAVE_VFORK_H */
187276881Sbapt
188276881Sbapt/* Define to 1 if you have the `vis' function. */
189276881Sbapt#define HAVE_VIS 1
190276881Sbapt
191276881Sbapt/* Define to 1 if `fork' works. */
192276881Sbapt#define HAVE_WORKING_FORK 1
193276881Sbapt
194276881Sbapt/* Define to 1 if `vfork' works. */
195276881Sbapt#define HAVE_WORKING_VFORK 1
196276881Sbapt
197276881Sbapt/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
198276881Sbapt   slash. */
199276881Sbapt#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
200276881Sbapt
201276881Sbapt/* Define to the sub-directory in which libtool stores uninstalled libraries.
202276881Sbapt   */
203276881Sbapt#define LT_OBJDIR ".libs/"
204276881Sbapt
205276881Sbapt/* Name of package */
206276881Sbapt#define PACKAGE "libedit-20110729"
207276881Sbapt
208276881Sbapt/* Define to the address where bug reports for this package should be sent. */
209276881Sbapt#define PACKAGE_BUGREPORT ""
210276881Sbapt
211276881Sbapt/* Define to the full name of this package. */
212276881Sbapt#define PACKAGE_NAME "libedit"
213276881Sbapt
214276881Sbapt/* Define to the full name and version of this package. */
215276881Sbapt#define PACKAGE_STRING "libedit 3.0"
216276881Sbapt
217276881Sbapt/* Define to the one symbol short name of this package. */
218276881Sbapt#define PACKAGE_TARNAME "libedit-20110729"
219276881Sbapt
220276881Sbapt/* Define to the home page for this package. */
221276881Sbapt#define PACKAGE_URL ""
222276881Sbapt
223276881Sbapt/* Define to the version of this package. */
224276881Sbapt#define PACKAGE_VERSION "3.0"
225276881Sbapt
226276881Sbapt/* Define as the return type of signal handlers (`int' or `void'). */
227276881Sbapt#define RETSIGTYPE void
228276881Sbapt
229276881Sbapt/* Define to 1 if you have the ANSI C header files. */
230276881Sbapt#define STDC_HEADERS 1
231276881Sbapt
232276881Sbapt/* Enable extensions on AIX 3, Interix.  */
233276881Sbapt#ifndef _ALL_SOURCE
234276881Sbapt# define _ALL_SOURCE 1
235276881Sbapt#endif
236276881Sbapt/* Enable GNU extensions on systems that have them.  */
237276881Sbapt#ifndef _GNU_SOURCE
238276881Sbapt# define _GNU_SOURCE 1
239276881Sbapt#endif
240276881Sbapt/* Enable threading extensions on Solaris.  */
241276881Sbapt#ifndef _POSIX_PTHREAD_SEMANTICS
242276881Sbapt# define _POSIX_PTHREAD_SEMANTICS 1
243276881Sbapt#endif
244276881Sbapt/* Enable extensions on HP NonStop.  */
245276881Sbapt#ifndef _TANDEM_SOURCE
246276881Sbapt# define _TANDEM_SOURCE 1
247276881Sbapt#endif
248276881Sbapt/* Enable general extensions on Solaris.  */
249276881Sbapt#ifndef __EXTENSIONS__
250276881Sbapt# define __EXTENSIONS__ 1
251276881Sbapt#endif
252276881Sbapt
253276881Sbapt
254276881Sbapt/* Version number of package */
255276881Sbapt#define VERSION "3.0"
256276881Sbapt
257313981Spfg/* Define to 1 if the system provides the SIZE_MAX constant */
258313981Spfg#define HAVE_SIZE_MAX	1
259313981Spfg
260276881Sbapt/* Define to 1 if you want wide-character code */
261276881Sbapt/* #undef WIDECHAR */
262276881Sbapt
263276881Sbapt/* Define to 1 if on MINIX. */
264276881Sbapt/* #undef _MINIX */
265276881Sbapt
266276881Sbapt/* Define to 2 if the system does not provide POSIX.1 features except with
267276881Sbapt   this defined. */
268276881Sbapt/* #undef _POSIX_1_SOURCE */
269276881Sbapt
270276881Sbapt/* Define to 1 if you need to in order for `stat' and other things to work. */
271276881Sbapt/* #undef _POSIX_SOURCE */
272276881Sbapt
273276881Sbapt/* Define to empty if `const' does not conform to ANSI C. */
274276881Sbapt/* #undef const */
275276881Sbapt
276276881Sbapt/* Define to `int' if <sys/types.h> does not define. */
277276881Sbapt/* #undef pid_t */
278276881Sbapt
279276881Sbapt/* Define to `unsigned int' if <sys/types.h> does not define. */
280276881Sbapt/* #undef size_t */
281276881Sbapt
282276881Sbapt/* Define as `fork' if `vfork' does not work. */
283276881Sbapt/* #undef vfork */
284276881Sbapt
285276881Sbapt
286276881Sbapt#include "sys.h"
287276881Sbapt#undef SCCSID
288276881Sbapt#undef LIBC_SCCS
289276881Sbapt#undef lint
290276881Sbapt#undef SIZE_T_MAX
291