source: trunk/essentials/sys-apps/grep/kNIX-bootstrap-os2.x86-config.h

Last change on this file was 3064, checked in by bird, 18 years ago

configured grep.

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