Initial import from FreeBSD RELENG_4:
[dragonfly.git] / gnu / usr.bin / grep / config.h
1 /* $FreeBSD: src/gnu/usr.bin/grep/config.h,v 1.4.2.1 2000/12/13 15:57:13 ru Exp $ */
2
3 /* config.h.  Generated automatically by configure.  */
4 /* config.hin.  Generated automatically from configure.in by autoheader.  */
5
6 /* Define if using alloca.c.  */
7 /* #undef C_ALLOCA */
8
9 /* Define if the closedir function returns void instead of int.  */
10 /* #undef CLOSEDIR_VOID */
11
12 /* Define to empty if the keyword does not work.  */
13 /* #undef const */
14
15 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
16    This function is required for alloca.c support on those systems.  */
17 /* #undef CRAY_STACKSEG_END */
18
19 /* Define if you have alloca, as a function or macro.  */
20 #define HAVE_ALLOCA 1
21
22 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
23 /* #undef HAVE_ALLOCA_H */
24
25 /* Define if you have a working `mmap' system call.  */
26 #define HAVE_MMAP 1
27
28 /* Define as __inline if that's what the C compiler calls it.  */
29 /* #undef inline */
30
31 /* Define to `long' if <sys/types.h> doesn't define.  */
32 /* #undef off_t */
33
34 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
35 /* #undef size_t */
36
37 /* If using the C implementation of alloca, define if you know the
38    direction of stack growth for your system; otherwise it will be
39    automatically deduced at run-time.
40  STACK_DIRECTION > 0 => grows toward higher addresses
41  STACK_DIRECTION < 0 => grows toward lower addresses
42  STACK_DIRECTION = 0 => direction of growth unknown
43  */
44 /* #undef STACK_DIRECTION */
45
46 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
47 /* #undef STAT_MACROS_BROKEN */
48
49 /* Define if you have the ANSI C header files.  */
50 #define STDC_HEADERS 1
51
52 /* Define to use grep's error-checking malloc in the kwset routines.  */
53 #define GREP 1
54
55 /* Package name. */
56 #define PACKAGE "grep"
57
58 /* Version number. */
59 #define VERSION "2.4d"
60
61 /* Define to `int' if <sys/types.h> doesn't define.  */
62 /* #undef ssize_t */
63
64 /* Hack for Visual C++ suggested by irox. */
65 /* #undef alloca */
66
67 /* #undef HAVE_STPCPY */
68
69 /* #undef ENABLE_NLS */
70
71 /* #undef HAVE_CATGETS */
72
73 /* #undef HAVE_GETTEXT */
74
75 #define HAVE_LC_MESSAGES 1
76
77 /*
78  * DOS specific
79  */
80 /* #undef HAVE_DOS_FILE_NAMES */
81
82 /* Define if you have the __argz_count function.  */
83 /* #undef HAVE___ARGZ_COUNT */
84
85 /* Define if you have the __argz_next function.  */
86 /* #undef HAVE___ARGZ_NEXT */
87
88 /* Define if you have the __argz_stringify function.  */
89 /* #undef HAVE___ARGZ_STRINGIFY */
90
91 /* Define if you have the btowc function.  */
92 /* #undef HAVE_BTOWC */
93
94 /* Define if you have the dcgettext function.  */
95 /* #undef HAVE_DCGETTEXT */
96
97 /* Define if you have the getcwd function.  */
98 #define HAVE_GETCWD 1
99
100 /* Define if you have the getpagesize function.  */
101 #define HAVE_GETPAGESIZE 1
102
103 /* Define if you have the isascii function.  */
104 #define HAVE_ISASCII 1
105
106 /* Define if you have the memchr function.  */
107 #define HAVE_MEMCHR 1
108
109 /* Define if you have the memmove function.  */
110 #define HAVE_MEMMOVE 1
111
112 /* Define if you have the munmap function.  */
113 #define HAVE_MUNMAP 1
114
115 /* Define if you have the putenv function.  */
116 #define HAVE_PUTENV 1
117
118 /* Define if you have the setenv function.  */
119 #define HAVE_SETENV 1
120
121 /* Define if you have the setlocale function.  */
122 #define HAVE_SETLOCALE 1
123
124 /* Define if you have the setmode function.  */
125 #define HAVE_SETMODE 1
126
127 /* Define if you have the stpcpy function.  */
128 /* #undef HAVE_STPCPY */
129
130 /* Define if you have the strcasecmp function.  */
131 #define HAVE_STRCASECMP 1
132
133 /* Define if you have the strchr function.  */
134 #define HAVE_STRCHR 1
135
136 /* Define if you have the strdup function.  */
137 #define HAVE_STRDUP 1
138
139 /* Define if you have the strerror function.  */
140 #define HAVE_STRERROR 1
141
142 /* Define if you have the wctype function.  */
143 /* #undef HAVE_WCTYPE */
144
145 /* Define if you have the <argz.h> header file.  */
146 /* #undef HAVE_ARGZ_H */
147
148 /* Define if you have the <dirent.h> header file.  */
149 #define HAVE_DIRENT_H 1
150
151 /* Define if you have the <libintl.h> header file.  */
152 /* #undef HAVE_LIBINTL_H */
153
154 /* Define if you have the <limits.h> header file.  */
155 #define HAVE_LIMITS_H 1
156
157 /* Define if you have the <locale.h> header file.  */
158 #define HAVE_LOCALE_H 1
159
160 /* Define if you have the <malloc.h> header file.  */
161 /* #undef HAVE_MALLOC_H */
162
163 /* Define if you have the <memory.h> header file.  */
164 #define HAVE_MEMORY_H 1
165
166 /* Define if you have the <ndir.h> header file.  */
167 /* #undef HAVE_NDIR_H */
168
169 /* Define if you have the <nl_types.h> header file.  */
170 #define HAVE_NL_TYPES_H 1
171
172 /* Define if you have the <stdlib.h> header file.  */
173 #define HAVE_STDLIB_H 1
174
175 /* Define if you have the <string.h> header file.  */
176 #define HAVE_STRING_H 1
177
178 /* Define if you have the <sys/dir.h> header file.  */
179 /* #undef HAVE_SYS_DIR_H */
180
181 /* Define if you have the <sys/ndir.h> header file.  */
182 /* #undef HAVE_SYS_NDIR_H */
183
184 /* Define if you have the <sys/param.h> header file.  */
185 #define HAVE_SYS_PARAM_H 1
186
187 /* Define if you have the <unistd.h> header file.  */
188 #define HAVE_UNISTD_H 1
189
190 /* Define if you have the <wchar.h> header file.  */
191 /* #undef HAVE_WCHAR_H */
192
193 /* Define if you have the <wctype.h> header file.  */
194 /* #undef HAVE_WCTYPE_H */
195
196 /* Define if you have the i library (-li).  */
197 /* #undef HAVE_LIBI */
198
199 /* Number of bits in a file offset, on hosts where this is settable. */
200 /* #undef _FILE_OFFSET_BITS */
201
202 /* Define to make fseeko etc. visible, on some hosts. */
203 /* #undef _LARGEFILE_SOURCE */
204
205 /* Define for large files, on AIX-style hosts. */
206 /* #undef _LARGE_FILES */
207
208 /* Define if compiler has function prototypes */
209 #define PROTOTYPES 1