1189251Ssam/* config.h.  Generated from config.h.in by configure.  */
2189251Ssam/* config.h.in.  Generated from configure.ac by autoheader.  */
3189251Ssam
4189251Ssam/* Define to 1 if the `closedir' function returns void instead of `int'. */
5252726Srpaulo/* #undef CLOSEDIR_VOID */
6252726Srpaulo
7189251Ssam/* Define to 1 if you have the <curses.h> header file. */
8189251Ssam#define HAVE_CURSES_H 1
9189251Ssam
10189251Ssam/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
11189251Ssam   */
12189251Ssam#define HAVE_DIRENT_H 1
13189251Ssam
14189251Ssam/* Define to 1 if you have the <dlfcn.h> header file. */
15189251Ssam#define HAVE_DLFCN_H 1
16189251Ssam
17189251Ssam/* Define to 1 if you have the `endpwent' function. */
18189251Ssam#define HAVE_ENDPWENT 1
19189251Ssam
20189251Ssam/* Define to 1 if you have the <fcntl.h> header file. */
21189251Ssam#define HAVE_FCNTL_H 1
22189251Ssam
23189251Ssam/* Define to 1 if you have the `fgetln' function. */
24189251Ssam#define HAVE_FGETLN 1
25189251Ssam
26189251Ssam/* Define to 1 if you have the `fork' function. */
27189251Ssam#define HAVE_FORK 1
28189251Ssam
29189251Ssam/* Define to 1 if you have getpwnam_r and getpwuid_r that are draft POSIX.1
30189251Ssam   versions. */
31189251Ssam/* #undef HAVE_GETPW_R_DRAFT */
32189251Ssam
33189251Ssam/* Define to 1 if you have getpwnam_r and getpwuid_r that are POSIX.1
34189251Ssam   compatible. */
35189251Ssam#define HAVE_GETPW_R_POSIX 1
36189251Ssam
37189251Ssam/* Define to 1 if you have the <inttypes.h> header file. */
38189251Ssam#define HAVE_INTTYPES_H 1
39189251Ssam
40189251Ssam/* Define to 1 if you have the `isascii' function. */
41189251Ssam#define HAVE_ISASCII 1
42189251Ssam
43189251Ssam/* Define to 1 if you have the `issetugid' function. */
44189251Ssam#define HAVE_ISSETUGID 1
45189251Ssam
46189251Ssam/* Define to 1 if you have the `curses' library (-lcurses). */
47189251Ssam/* #undef HAVE_LIBCURSES */
48189251Ssam
49189251Ssam/* Define to 1 if you have the `ncurses' library (-lncurses). */
50189251Ssam/* #undef HAVE_LIBNCURSES */
51189251Ssam
52189251Ssam/* Define to 1 if you have the `termcap' library (-ltermcap). */
53189251Ssam/* #undef HAVE_LIBTERMCAP */
54189251Ssam
55189251Ssam/* Define to 1 if you have the `terminfo' library (-lterminfo). */
56189251Ssam#define HAVE_LIBTERMINFO 1
57189251Ssam
58189251Ssam/* Define to 1 if you have the `termlib' library (-ltermlib). */
59189251Ssam/* #undef HAVE_LIBTERMLIB */
60189251Ssam
61189251Ssam/* Define to 1 if you have the <limits.h> header file. */
62189251Ssam#define HAVE_LIMITS_H 1
63189251Ssam
64189251Ssam/* Define to 1 if you have the <malloc.h> header file. */
65189251Ssam#define HAVE_MALLOC_H 1
66189251Ssam
67189251Ssam/* Define to 1 if you have the `memchr' function. */
68189251Ssam#define HAVE_MEMCHR 1
69189251Ssam
70189251Ssam/* Define to 1 if you have the <memory.h> header file. */
71189251Ssam#define HAVE_MEMORY_H 1
72189251Ssam
73189251Ssam/* Define to 1 if you have the `memset' function. */
74189251Ssam#define HAVE_MEMSET 1
75189251Ssam
76189251Ssam/* Define to 1 if you have the <ncurses.h> header file. */
77189251Ssam/* #undef HAVE_NCURSES_H */
78189251Ssam
79189251Ssam/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
80189251Ssam/* #undef HAVE_NDIR_H */
81189251Ssam
82189251Ssam/* Define to 1 if you have the `regcomp' function. */
83189251Ssam#define HAVE_REGCOMP 1
84189251Ssam
85189251Ssam/* Define to 1 if you have the `re_comp' function. */
86189251Ssam/* #undef HAVE_RE_COMP */
87189251Ssam
88189251Ssam/* Define to 1 if `stat' has the bug that it succeeds when given the
89189251Ssam   zero-length file name argument. */
90189251Ssam/* #undef HAVE_STAT_EMPTY_STRING_BUG */
91189251Ssam
92189251Ssam/* Define to 1 if you have the <stdint.h> header file. */
93189251Ssam#define HAVE_STDINT_H 1
94189251Ssam
95189251Ssam/* Define to 1 if you have the <stdlib.h> header file. */
96189251Ssam#define HAVE_STDLIB_H 1
97189251Ssam
98189251Ssam/* Define to 1 if you have the `strcasecmp' function. */
99189251Ssam#define HAVE_STRCASECMP 1
100189251Ssam
101189251Ssam/* Define to 1 if you have the `strchr' function. */
102189251Ssam#define HAVE_STRCHR 1
103189251Ssam
104189251Ssam/* Define to 1 if you have the `strcspn' function. */
105189251Ssam#define HAVE_STRCSPN 1
106189251Ssam
107189251Ssam/* Define to 1 if you have the `strdup' function. */
108189251Ssam#define HAVE_STRDUP 1
109189251Ssam
110189251Ssam/* Define to 1 if you have the `strerror' function. */
111189251Ssam#define HAVE_STRERROR 1
112189251Ssam
113189251Ssam/* Define to 1 if you have the <strings.h> header file. */
114189251Ssam#define HAVE_STRINGS_H 1
115189251Ssam
116189251Ssam/* Define to 1 if you have the <string.h> header file. */
117189251Ssam#define HAVE_STRING_H 1
118189251Ssam
119189251Ssam/* Define to 1 if you have the `strlcat' function. */
120189251Ssam#define HAVE_STRLCAT 1
121189251Ssam
122189251Ssam/* Define to 1 if you have the `strlcpy' function. */
123189251Ssam#define HAVE_STRLCPY 1
124189251Ssam
125189251Ssam/* Define to 1 if you have the `strrchr' function. */
126189251Ssam#define HAVE_STRRCHR 1
127189251Ssam
128189251Ssam/* Define to 1 if you have the `strstr' function. */
129189251Ssam#define HAVE_STRSTR 1
130189251Ssam
131189251Ssam/* Define to 1 if you have the `strtol' function. */
132189251Ssam#define HAVE_STRTOL 1
133189251Ssam
134189251Ssam/* Define to 1 if struct dirent has member d_namlen */
135189251Ssam#define HAVE_STRUCT_DIRENT_D_NAMLEN 1
136189251Ssam
137189251Ssam/* Define to 1 if you have the `strunvis' function. */
138189251Ssam#define HAVE_STRUNVIS 1
139189251Ssam
140189251Ssam/* Define to 1 if you have the `strvis' function. */
141189251Ssam#define HAVE_STRVIS 1
142189251Ssam
143189251Ssam/* Define to 1 if you have the <sys/cdefs.h> header file. */
144189251Ssam#define HAVE_SYS_CDEFS_H 1
145189251Ssam
146189251Ssam/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
147189251Ssam   */
148189251Ssam/* #undef HAVE_SYS_DIR_H */
149189251Ssam
150189251Ssam/* Define to 1 if you have the <sys/ioctl.h> header file. */
151189251Ssam#define HAVE_SYS_IOCTL_H 1
152189251Ssam
153189251Ssam/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
154189251Ssam   */
155189251Ssam/* #undef HAVE_SYS_NDIR_H */
156189251Ssam
157189251Ssam/* Define to 1 if you have the <sys/param.h> header file. */
158189251Ssam#define HAVE_SYS_PARAM_H 1
159189251Ssam
160189251Ssam/* Define to 1 if you have the <sys/stat.h> header file. */
161189251Ssam#define HAVE_SYS_STAT_H 1
162189251Ssam
163189251Ssam/* Define to 1 if you have the <sys/types.h> header file. */
164189251Ssam#define HAVE_SYS_TYPES_H 1
165189251Ssam
166189251Ssam/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
167189251Ssam#define HAVE_SYS_WAIT_H 1
168189251Ssam
169189251Ssam/* Define to 1 if you have the <termcap.h> header file. */
170189251Ssam#define HAVE_TERMCAP_H 1
171189251Ssam
172189251Ssam/* Define to 1 if you have the <term.h> header file. */
173189251Ssam#define HAVE_TERM_H 1
174189251Ssam
175189251Ssam/* Define to 1 if you have the <unistd.h> header file. */
176189251Ssam#define HAVE_UNISTD_H 1
177189251Ssam
178189251Ssam/* Define to 1 if the system has the type `u_int32_t'. */
179189251Ssam#define HAVE_U_INT32_T 1
180189251Ssam
181189251Ssam/* Define to 1 if you have the `vfork' function. */
182189251Ssam#define HAVE_VFORK 1
183189251Ssam
184189251Ssam/* Define to 1 if you have the <vfork.h> header file. */
185189251Ssam/* #undef HAVE_VFORK_H */
186189251Ssam
187189251Ssam/* Define to 1 if you have the `vis' function. */
188189251Ssam#define HAVE_VIS 1
189189251Ssam
190189251Ssam/* Define to 1 if you have the `wcsdup' function. */
191189251Ssam#define HAVE_WCSDUP 1
192189251Ssam
193189251Ssam/* Define to 1 if `fork' works. */
194189251Ssam#define HAVE_WORKING_FORK 1
195189251Ssam
196189251Ssam/* Define to 1 if `vfork' works. */
197189251Ssam#define HAVE_WORKING_VFORK 1
198189251Ssam
199189251Ssam/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
200189251Ssam   slash. */
201189251Ssam#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
202189251Ssam
203189251Ssam/* Define to the sub-directory in which libtool stores uninstalled libraries.
204189251Ssam   */
205189251Ssam#define LT_OBJDIR ".libs/"
206189251Ssam
207189251Ssam/* Name of package */
208189251Ssam#define PACKAGE "libedit-20110729"
209189251Ssam
210189251Ssam/* Define to the address where bug reports for this package should be sent. */
211189251Ssam#define PACKAGE_BUGREPORT ""
212189251Ssam
213189251Ssam/* Define to the full name of this package. */
214189251Ssam#define PACKAGE_NAME "libedit"
215189251Ssam
216189251Ssam/* Define to the full name and version of this package. */
217189251Ssam#define PACKAGE_STRING "libedit 3.0"
218189251Ssam
219189251Ssam/* Define to the one symbol short name of this package. */
220189251Ssam#define PACKAGE_TARNAME "libedit-20110729"
221189251Ssam
222189251Ssam/* Define to the home page for this package. */
223189251Ssam#define PACKAGE_URL ""
224189251Ssam
225/* Define to the version of this package. */
226#define PACKAGE_VERSION "3.0"
227
228/* Define as the return type of signal handlers (`int' or `void'). */
229#define RETSIGTYPE void
230
231/* Define to 1 if you have the ANSI C header files. */
232#define STDC_HEADERS 1
233
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
254
255
256/* Version number of package */
257#define VERSION "3.0"
258
259/* Define to 1 if you want wide-character code */
260/* #undef WIDECHAR */
261
262/* Define to 1 if on MINIX. */
263/* #undef _MINIX */
264
265/* Define to 2 if the system does not provide POSIX.1 features except with
266   this defined. */
267/* #undef _POSIX_1_SOURCE */
268
269/* Define to 1 if you need to in order for `stat' and other things to work. */
270/* #undef _POSIX_SOURCE */
271
272/* Define to empty if `const' does not conform to ANSI C. */
273/* #undef const */
274
275/* Define to `int' if <sys/types.h> does not define. */
276/* #undef pid_t */
277
278/* Define to `unsigned int' if <sys/types.h> does not define. */
279/* #undef size_t */
280
281/* Define as `fork' if `vfork' does not work. */
282/* #undef vfork */
283
284
285#include "sys.h"
286/* #undef SCCSID */
287/* #undef LIBC_SCCS */
288/* #undef lint */
289
290