1/* $FreeBSD: releng/10.3/gnu/usr.bin/grep/config.h 133552 2004-08-12 06:45:31Z tjr $ */
2/* config.h.  Generated by configure.  */
3/* config.hin.  Generated from configure.in by autoheader.  */
4
5/* Define to 1 if the `closedir' function returns void instead of `int'. */
6/* #undef CLOSEDIR_VOID */
7
8/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
9   systems. This function is required for `alloca.c' support on those systems.
10   */
11/* #undef CRAY_STACKSEG_END */
12
13/* Define to 1 if using `alloca.c'. */
14/* #undef C_ALLOCA */
15
16/* Define to 1 if translation of program messages to the user's native
17   language is requested. */
18/* #undef ENABLE_NLS */
19
20/* We are building grep */
21#define GREP 1
22
23/* Define to 1 if you have `alloca', as a function or macro. */
24#define HAVE_ALLOCA 1
25
26/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
27   */
28/* #undef HAVE_ALLOCA_H */
29
30/* Define to 1 if you have the <argz.h> header file. */
31/* #undef HAVE_ARGZ_H */
32
33/* Define to 1 if you have the `atexit' function. */
34#define HAVE_ATEXIT 1
35
36/* Define to 1 if you have the `btowc' function. */
37#define HAVE_BTOWC 1
38
39/* Define to 1 if you have the `dcgettext' function. */
40/* #undef HAVE_DCGETTEXT */
41
42/* Define to 1 if strerror_r is declared. */
43#define HAVE_DECL_STRERROR_R 1
44
45/* Define if <stdlib.h> declares strtoul. */
46#define HAVE_DECL_STRTOUL 1
47
48/* Define if <stdlib.h> declares strtoull. */
49#define HAVE_DECL_STRTOULL 1
50
51/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
52   */
53#define HAVE_DIRENT_H 1
54
55/* Define if the malloc check has been performed. */
56#define HAVE_DONE_WORKING_MALLOC_CHECK 1
57
58/* Define if the realloc check has been performed. */
59#define HAVE_DONE_WORKING_REALLOC_CHECK 1
60
61/* Define to 1 if you have the `doprnt' function. */
62/* #undef HAVE_DOPRNT */
63
64/* Define if text file lines end in CRLF. */
65/* #undef HAVE_DOS_FILE_CONTENTS */
66
67/* Define if your OS uses backslashes as directory separators */
68/* #undef HAVE_DOS_FILE_NAMES */
69
70/* Define to 1 if you have the `feof_unlocked' function. */
71#define HAVE_FEOF_UNLOCKED 1
72
73/* Define to 1 if you have the `fgets_unlocked' function. */
74/* #undef HAVE_FGETS_UNLOCKED */
75
76/* Define to 1 if you have the `fnmatch' function. */
77#define HAVE_FNMATCH 1
78
79/* Define to 1 if you have the `getcwd' function. */
80#define HAVE_GETCWD 1
81
82/* Define to 1 if you have the `getegid' function. */
83#define HAVE_GETEGID 1
84
85/* Define to 1 if you have the `geteuid' function. */
86#define HAVE_GETEUID 1
87
88/* Define to 1 if you have the `getgid' function. */
89#define HAVE_GETGID 1
90
91/* Define to 1 if you have the `getpagesize' function. */
92#define HAVE_GETPAGESIZE 1
93
94/* Define if the GNU gettext() function is already present or preinstalled. */
95/* #undef HAVE_GETTEXT */
96
97/* Define to 1 if you have the `getuid' function. */
98#define HAVE_GETUID 1
99
100/* Define if you have the iconv() function. */
101/* #undef HAVE_ICONV */
102
103/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
104   declares uintmax_t. */
105#define HAVE_INTTYPES_H 1
106
107/* Define to 1 if you have the `isascii' function. */
108#define HAVE_ISASCII 1
109
110/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
111#define HAVE_LANGINFO_CODESET 1
112
113/* Define if your <locale.h> file defines LC_MESSAGES. */
114#define HAVE_LC_MESSAGES 1
115
116/* Define to 1 if you have the <libintl.h> header file. */
117/* #undef HAVE_LIBINTL_H */
118
119/* Define to 1 if you have the `pcre' library (-lpcre). */
120/* #undef HAVE_LIBPCRE */
121
122/* Define to 1 if you have the <limits.h> header file. */
123#define HAVE_LIMITS_H 1
124
125/* Define to 1 if you have the <locale.h> header file. */
126#define HAVE_LOCALE_H 1
127
128/* Define to 1 if you have the <malloc.h> header file. */
129/* #undef HAVE_MALLOC_H */
130
131/* Define to 1 if you have the `mbrtowc' function. */
132#define HAVE_MBRTOWC 1
133
134/* Define to 1 if you have the `memchr' function. */
135#define HAVE_MEMCHR 1
136
137/* Define to 1 if you have the `memmove' function. */
138#define HAVE_MEMMOVE 1
139
140/* Define to 1 if you have the <memory.h> header file. */
141#define HAVE_MEMORY_H 1
142
143/* Define to 1 if you have the `mempcpy' function. */
144/* #undef HAVE_MEMPCPY */
145
146/* Define to 1 if you have a working `mmap' system call. */
147#define HAVE_MMAP 1
148
149/* Define to 1 if you have the `munmap' function. */
150#define HAVE_MUNMAP 1
151
152/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
153/* #undef HAVE_NDIR_H */
154
155/* Define to 1 if you have the <nl_types.h> header file. */
156#define HAVE_NL_TYPES_H 1
157
158/* Define to 1 if you have the `putenv' function. */
159#define HAVE_PUTENV 1
160
161/* Define to 1 if you have the `setenv' function. */
162#define HAVE_SETENV 1
163
164/* Define to 1 if you have the `setlocale' function. */
165#define HAVE_SETLOCALE 1
166
167/* Define to 1 if you have the `setmode' function. */
168#define HAVE_SETMODE 1
169
170/* Define to 1 if you have the <stddef.h> header file. */
171#define HAVE_STDDEF_H 1
172
173/* Define to 1 if you have the <stdint.h> header file. */
174#define HAVE_STDINT_H 1
175
176/* Define to 1 if you have the <stdlib.h> header file. */
177#define HAVE_STDLIB_H 1
178
179/* Define to 1 if you have the `stpcpy' function. */
180#define HAVE_STPCPY 1
181
182/* Define to 1 if you have the `strcasecmp' function. */
183#define HAVE_STRCASECMP 1
184
185/* Define to 1 if you have the `strchr' function. */
186#define HAVE_STRCHR 1
187
188/* Define to 1 if you have the `strdup' function. */
189#define HAVE_STRDUP 1
190
191/* Define to 1 if you have the `strerror' function. */
192#define HAVE_STRERROR 1
193
194/* Define to 1 if you have the `strerror_r' function. */
195#define HAVE_STRERROR_R 1
196
197/* Define to 1 if you have the <strings.h> header file. */
198#define HAVE_STRINGS_H 1
199
200/* Define to 1 if you have the <string.h> header file. */
201#define HAVE_STRING_H 1
202
203/* Define to 1 if you have the `strtoul' function. */
204#define HAVE_STRTOUL 1
205
206/* Define to 1 if you have the `strtoull' function. */
207/* #undef HAVE_STRTOULL */
208
209/* Define to 1 if you have the `strtoumax' function. */
210#define HAVE_STRTOUMAX 1
211
212/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
213   */
214/* #undef HAVE_SYS_DIR_H */
215
216/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
217   */
218/* #undef HAVE_SYS_NDIR_H */
219
220/* Define to 1 if you have the <sys/param.h> header file. */
221#define HAVE_SYS_PARAM_H 1
222
223/* Define to 1 if you have the <sys/stat.h> header file. */
224#define HAVE_SYS_STAT_H 1
225
226/* Define to 1 if you have the <sys/types.h> header file. */
227#define HAVE_SYS_TYPES_H 1
228
229/* Define to 1 if you have the `tsearch' function. */
230#define HAVE_TSEARCH 1
231
232/* Define to 1 if you have the <unistd.h> header file. */
233#define HAVE_UNISTD_H 1
234
235/* Define if you have the unsigned long long type. */
236#define HAVE_UNSIGNED_LONG_LONG 1
237
238/* Define to 1 if you have the `vprintf' function. */
239#define HAVE_VPRINTF 1
240
241/* Define to 1 if you have the <wchar.h> header file. */
242#define HAVE_WCHAR_H 1
243
244/* Define to 1 if you have the `wctype' function. */
245#define HAVE_WCTYPE 1
246
247/* Define to 1 if you have the <wctype.h> header file. */
248#define HAVE_WCTYPE_H 1
249
250/* Define to 1 if strerror_r returns a string. */
251/* #undef HAVE_WORKING_STRERROR_R */
252
253/* Define to 1 if you have the `__argz_count' function. */
254/* #undef HAVE___ARGZ_COUNT */
255
256/* Define to 1 if you have the `__argz_next' function. */
257/* #undef HAVE___ARGZ_NEXT */
258
259/* Define to 1 if you have the `__argz_stringify' function. */
260/* #undef HAVE___ARGZ_STRINGIFY */
261
262/* Define as const if the declaration of iconv() needs const. */
263/* #undef ICONV_CONST */
264
265/* Name of package */
266#define PACKAGE "grep"
267
268/* Define to the address where bug reports for this package should be sent. */
269#define PACKAGE_BUGREPORT ""
270
271/* Define to the full name of this package. */
272#define PACKAGE_NAME ""
273
274/* Define to the full name and version of this package. */
275#define PACKAGE_STRING ""
276
277/* Define to the one symbol short name of this package. */
278#define PACKAGE_TARNAME ""
279
280/* Define to the version of this package. */
281#define PACKAGE_VERSION ""
282
283/* Define if compiler has function prototypes */
284#define PROTOTYPES 1
285
286/* If using the C implementation of alloca, define if you know the
287   direction of stack growth for your system; otherwise it will be
288   automatically deduced at run-time.
289        STACK_DIRECTION > 0 => grows toward higher addresses
290        STACK_DIRECTION < 0 => grows toward lower addresses
291        STACK_DIRECTION = 0 => direction of growth unknown */
292/* #undef STACK_DIRECTION */
293
294/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
295/* #undef STAT_MACROS_BROKEN */
296
297/* Define to 1 if you have the ANSI C header files. */
298#define STDC_HEADERS 1
299
300/* Version number of package */
301#define VERSION "2.5.1-FreeBSD"
302
303/* Number of bits in a file offset, on hosts where this is settable. */
304/* #undef _FILE_OFFSET_BITS */
305
306/* Define to make fseeko etc. visible, on some hosts. */
307/* #undef _LARGEFILE_SOURCE */
308
309/* Define for large files, on AIX-style hosts. */
310/* #undef _LARGE_FILES */
311
312/* Define if your compiler is broken */
313/* #undef alloca */
314
315/* Define to empty if `const' does not conform to ANSI C. */
316/* #undef const */
317
318/* Define as `__inline' if that's what the C compiler calls it, or to nothing
319   if it is not supported. */
320/* #undef inline */
321
322/* Define to rpl_malloc if the replacement function should be used. */
323/* #undef malloc */
324
325/* Define to a type if <wchar.h> does not define. */
326/* #undef mbstate_t */
327
328/* Define to `long' if <sys/types.h> does not define. */
329/* #undef off_t */
330
331/* Define to rpl_realloc if the replacement function should be used. */
332/* #undef realloc */
333
334/* Define to `unsigned' if <sys/types.h> does not define. */
335/* #undef size_t */
336
337/* Define to `int' if <sys/types.h> does not define. */
338/* #undef ssize_t */
339
340/* Define to unsigned long or unsigned long long if <inttypes.h> doesn't
341   define. */
342/* #undef uintmax_t */
343