config.h revision 55382
1239278Sgonzo/* $FreeBSD: head/gnu/usr.bin/grep/config.h 55382 2000-01-04 03:37:56Z obrien $ */
2239278Sgonzo
3239278Sgonzo/* config.h.  Generated automatically by configure.  */
4239278Sgonzo/* config.hin.  Generated automatically from configure.in by autoheader.  */
5239278Sgonzo
6239278Sgonzo/* Define if using alloca.c.  */
7239278Sgonzo/* #undef C_ALLOCA */
8239278Sgonzo
9239278Sgonzo/* Define if the closedir function returns void instead of int.  */
10239278Sgonzo/* #undef CLOSEDIR_VOID */
11239278Sgonzo
12239278Sgonzo/* Define to empty if the keyword does not work.  */
13239278Sgonzo/* #undef const */
14239278Sgonzo
15239278Sgonzo/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
16239278Sgonzo   This function is required for alloca.c support on those systems.  */
17239278Sgonzo/* #undef CRAY_STACKSEG_END */
18239278Sgonzo
19239278Sgonzo/* Define if you have alloca, as a function or macro.  */
20239278Sgonzo#define HAVE_ALLOCA 1
21239278Sgonzo
22239278Sgonzo/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
23239278Sgonzo/* #undef HAVE_ALLOCA_H */
24239278Sgonzo
25239278Sgonzo/* Define if you have a working `mmap' system call.  */
26239278Sgonzo#define HAVE_MMAP 1
27239278Sgonzo
28239278Sgonzo/* Define as __inline if that's what the C compiler calls it.  */
29239278Sgonzo/* #undef inline */
30239278Sgonzo
31239278Sgonzo/* Define to `long' if <sys/types.h> doesn't define.  */
32239278Sgonzo/* #undef off_t */
33239278Sgonzo
34239278Sgonzo/* Define to `unsigned' if <sys/types.h> doesn't define.  */
35239278Sgonzo/* #undef size_t */
36239278Sgonzo
37239278Sgonzo/* If using the C implementation of alloca, define if you know the
38239278Sgonzo   direction of stack growth for your system; otherwise it will be
39239278Sgonzo   automatically deduced at run-time.
40239278Sgonzo STACK_DIRECTION > 0 => grows toward higher addresses
41239278Sgonzo STACK_DIRECTION < 0 => grows toward lower addresses
42239278Sgonzo STACK_DIRECTION = 0 => direction of growth unknown
43239278Sgonzo */
44239278Sgonzo/* #undef STACK_DIRECTION */
45239278Sgonzo
46239278Sgonzo/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
47239278Sgonzo/* #undef STAT_MACROS_BROKEN */
48239278Sgonzo
49239278Sgonzo/* Define if you have the ANSI C header files.  */
50239278Sgonzo#define STDC_HEADERS 1
51239278Sgonzo
52239278Sgonzo/* Define to use grep's error-checking malloc in the kwset routines.  */
53239278Sgonzo#define GREP 1
54239278Sgonzo
55239278Sgonzo/* Package name. */
56239278Sgonzo#define PACKAGE "grep"
57239278Sgonzo
58239278Sgonzo/* Version number. */
59239278Sgonzo#define VERSION "2.4"
60239278Sgonzo
61239278Sgonzo/* Define to `int' if <sys/types.h> doesn't define.  */
62239278Sgonzo/* #undef ssize_t */
63239278Sgonzo
64239278Sgonzo/* Hack for Visual C++ suggested by irox. */
65239278Sgonzo/* #undef alloca */
66239278Sgonzo
67239278Sgonzo/* #undef HAVE_STPCPY */
68239278Sgonzo
69239278Sgonzo/* #undef ENABLE_NLS */
70239278Sgonzo
71239278Sgonzo/* #undef HAVE_CATGETS */
72239278Sgonzo
73239278Sgonzo/* #undef HAVE_GETTEXT */
74239278Sgonzo
75239278Sgonzo#define HAVE_LC_MESSAGES 1
76239278Sgonzo
77239278Sgonzo/*
78239278Sgonzo * DOS specific
79239278Sgonzo */
80239278Sgonzo/* #undef HAVE_DOS_FILE_NAMES */
81239278Sgonzo
82239278Sgonzo/* Define if you have the __argz_count function.  */
83239278Sgonzo/* #undef HAVE___ARGZ_COUNT */
84239278Sgonzo
85239278Sgonzo/* Define if you have the __argz_next function.  */
86239278Sgonzo/* #undef HAVE___ARGZ_NEXT */
87239278Sgonzo
88239278Sgonzo/* Define if you have the __argz_stringify function.  */
89239278Sgonzo/* #undef HAVE___ARGZ_STRINGIFY */
90239278Sgonzo
91239278Sgonzo/* Define if you have the btowc function.  */
92239278Sgonzo/* #undef HAVE_BTOWC */
93239278Sgonzo
94239278Sgonzo/* Define if you have the dcgettext function.  */
95239278Sgonzo/* #undef HAVE_DCGETTEXT */
96239278Sgonzo
97239278Sgonzo/* Define if you have the getcwd function.  */
98239278Sgonzo#define HAVE_GETCWD 1
99239278Sgonzo
100239278Sgonzo/* Define if you have the getpagesize function.  */
101239278Sgonzo#define HAVE_GETPAGESIZE 1
102239278Sgonzo
103239278Sgonzo/* Define if you have the isascii function.  */
104239278Sgonzo#define HAVE_ISASCII 1
105239278Sgonzo
106239278Sgonzo/* Define if you have the memchr function.  */
107239278Sgonzo#define HAVE_MEMCHR 1
108239278Sgonzo
109239278Sgonzo/* Define if you have the memmove function.  */
110239278Sgonzo#define HAVE_MEMMOVE 1
111239278Sgonzo
112239278Sgonzo/* Define if you have the munmap function.  */
113239278Sgonzo#define HAVE_MUNMAP 1
114239278Sgonzo
115239278Sgonzo/* Define if you have the putenv function.  */
116239278Sgonzo#define HAVE_PUTENV 1
117239278Sgonzo
118239278Sgonzo/* Define if you have the setenv function.  */
119239278Sgonzo#define HAVE_SETENV 1
120239278Sgonzo
121239278Sgonzo/* Define if you have the setlocale function.  */
122239278Sgonzo#define HAVE_SETLOCALE 1
123239278Sgonzo
124239278Sgonzo/* Define if you have the setmode function.  */
125239278Sgonzo#define HAVE_SETMODE 1
126239278Sgonzo
127239278Sgonzo/* Define if you have the stpcpy function.  */
128239278Sgonzo/* #undef HAVE_STPCPY */
129239278Sgonzo
130239278Sgonzo/* Define if you have the strcasecmp function.  */
131239278Sgonzo#define HAVE_STRCASECMP 1
132239278Sgonzo
133239278Sgonzo/* Define if you have the strchr function.  */
134239278Sgonzo#define HAVE_STRCHR 1
135239278Sgonzo
136239278Sgonzo/* Define if you have the strdup function.  */
137239278Sgonzo#define HAVE_STRDUP 1
138239278Sgonzo
139239278Sgonzo/* Define if you have the strerror function.  */
140239278Sgonzo#define HAVE_STRERROR 1
141239278Sgonzo
142239278Sgonzo/* Define if you have the wctype function.  */
143239278Sgonzo/* #undef HAVE_WCTYPE */
144239278Sgonzo
145239278Sgonzo/* Define if you have the <argz.h> header file.  */
146239278Sgonzo/* #undef HAVE_ARGZ_H */
147239278Sgonzo
148239278Sgonzo/* Define if you have the <dirent.h> header file.  */
149239278Sgonzo#define HAVE_DIRENT_H 1
150239278Sgonzo
151239278Sgonzo/* Define if you have the <libintl.h> header file.  */
152239278Sgonzo/* #undef HAVE_LIBINTL_H */
153239278Sgonzo
154239278Sgonzo/* Define if you have the <limits.h> header file.  */
155239278Sgonzo#define HAVE_LIMITS_H 1
156239278Sgonzo
157239278Sgonzo/* Define if you have the <locale.h> header file.  */
158239278Sgonzo#define HAVE_LOCALE_H 1
159239278Sgonzo
160239278Sgonzo/* Define if you have the <malloc.h> header file.  */
161239278Sgonzo/* #undef HAVE_MALLOC_H */
162239278Sgonzo
163239278Sgonzo/* Define if you have the <memory.h> header file.  */
164239278Sgonzo#define HAVE_MEMORY_H 1
165239278Sgonzo
166239278Sgonzo/* Define if you have the <ndir.h> header file.  */
167239278Sgonzo/* #undef HAVE_NDIR_H */
168239278Sgonzo
169239278Sgonzo/* Define if you have the <nl_types.h> header file.  */
170239278Sgonzo#define HAVE_NL_TYPES_H 1
171239278Sgonzo
172239278Sgonzo/* Define if you have the <stdlib.h> header file.  */
173239278Sgonzo#define HAVE_STDLIB_H 1
174239278Sgonzo
175239278Sgonzo/* Define if you have the <string.h> header file.  */
176239278Sgonzo#define HAVE_STRING_H 1
177239278Sgonzo
178239278Sgonzo/* Define if you have the <sys/dir.h> header file.  */
179239278Sgonzo/* #undef HAVE_SYS_DIR_H */
180239278Sgonzo
181239278Sgonzo/* Define if you have the <sys/ndir.h> header file.  */
182239278Sgonzo/* #undef HAVE_SYS_NDIR_H */
183239278Sgonzo
184239278Sgonzo/* Define if you have the <sys/param.h> header file.  */
185239278Sgonzo#define HAVE_SYS_PARAM_H 1
186239278Sgonzo
187239278Sgonzo/* Define if you have the <unistd.h> header file.  */
188239278Sgonzo#define HAVE_UNISTD_H 1
189239278Sgonzo
190239278Sgonzo/* Define if you have the <wchar.h> header file.  */
191239278Sgonzo/* #undef HAVE_WCHAR_H */
192239278Sgonzo
193239278Sgonzo/* Define if you have the <wctype.h> header file.  */
194239278Sgonzo/* #undef HAVE_WCTYPE_H */
195239278Sgonzo
196239278Sgonzo/* Define if you have the i library (-li).  */
197239278Sgonzo/* #undef HAVE_LIBI */
198239278Sgonzo
199239278Sgonzo/* Number of bits in a file offset, on hosts where this is settable. */
200239278Sgonzo/* #undef _FILE_OFFSET_BITS */
201239278Sgonzo
202239278Sgonzo/* Define to make fseeko etc. visible, on some hosts. */
203239278Sgonzo/* #undef _LARGEFILE_SOURCE */
204239278Sgonzo
205239278Sgonzo/* Define for large files, on AIX-style hosts. */
206239278Sgonzo/* #undef _LARGE_FILES */
207239278Sgonzo
208239278Sgonzo/* Define if compiler has function prototypes */
209239278Sgonzo#define PROTOTYPES 1
210239278Sgonzo