config.h revision 53519
1/* $FreeBSD: head/gnu/usr.bin/grep/config.h 53519 1999-11-21 19:10:50Z obrien $ */
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.3"
60
61/* Hack for Visual C++ suggested by irox. */
62/* #undef alloca */
63
64/* #undef HAVE_STPCPY */
65
66/* #undef ENABLE_NLS */
67
68/* #undef HAVE_CATGETS */
69
70/* #undef HAVE_GETTEXT */
71
72#define HAVE_LC_MESSAGES 1
73
74/*
75 * DOS specific
76 */
77/* #undef HAVE_DOS_FILE_NAMES */
78
79/* Define if you have the __argz_count function.  */
80/* #undef HAVE___ARGZ_COUNT */
81
82/* Define if you have the __argz_next function.  */
83/* #undef HAVE___ARGZ_NEXT */
84
85/* Define if you have the __argz_stringify function.  */
86/* #undef HAVE___ARGZ_STRINGIFY */
87
88/* Define if you have the btowc function.  */
89/* #undef HAVE_BTOWC */
90
91/* Define if you have the dcgettext function.  */
92/* #undef HAVE_DCGETTEXT */
93
94/* Define if you have the getcwd function.  */
95#define HAVE_GETCWD 1
96
97/* Define if you have the getpagesize function.  */
98#define HAVE_GETPAGESIZE 1
99
100/* Define if you have the isascii function.  */
101#define HAVE_ISASCII 1
102
103/* Define if you have the memchr function.  */
104#define HAVE_MEMCHR 1
105
106/* Define if you have the munmap function.  */
107#define HAVE_MUNMAP 1
108
109/* Define if you have the putenv function.  */
110#define HAVE_PUTENV 1
111
112/* Define if you have the setenv function.  */
113#define HAVE_SETENV 1
114
115/* Define if you have the setlocale function.  */
116#define HAVE_SETLOCALE 1
117
118/* Define if you have the setmode function.  */
119#define HAVE_SETMODE 1
120
121/* Define if you have the stpcpy function.  */
122/* #undef HAVE_STPCPY */
123
124/* Define if you have the strcasecmp function.  */
125#define HAVE_STRCASECMP 1
126
127/* Define if you have the strchr function.  */
128#define HAVE_STRCHR 1
129
130/* Define if you have the strdup function.  */
131#define HAVE_STRDUP 1
132
133/* Define if you have the strerror function.  */
134#define HAVE_STRERROR 1
135
136/* Define if you have the <argz.h> header file.  */
137/* #undef HAVE_ARGZ_H */
138
139/* Define if you have the <dirent.h> header file.  */
140#define HAVE_DIRENT_H 1
141
142/* Define if you have the <libintl.h> header file.  */
143/* #undef HAVE_LIBINTL_H */
144
145/* Define if you have the <limits.h> header file.  */
146#define HAVE_LIMITS_H 1
147
148/* Define if you have the <locale.h> header file.  */
149#define HAVE_LOCALE_H 1
150
151/* Define if you have the <malloc.h> header file.  */
152/* #undef HAVE_MALLOC_H */
153
154/* Define if you have the <memory.h> header file.  */
155#define HAVE_MEMORY_H 1
156
157/* Define if you have the <ndir.h> header file.  */
158/* #undef HAVE_NDIR_H */
159
160/* Define if you have the <nl_types.h> header file.  */
161#define HAVE_NL_TYPES_H 1
162
163/* Define if you have the <stdlib.h> header file.  */
164#define HAVE_STDLIB_H 1
165
166/* Define if you have the <string.h> header file.  */
167#define HAVE_STRING_H 1
168
169/* Define if you have the <sys/dir.h> header file.  */
170/* #undef HAVE_SYS_DIR_H */
171
172/* Define if you have the <sys/ndir.h> header file.  */
173/* #undef HAVE_SYS_NDIR_H */
174
175/* Define if you have the <sys/param.h> header file.  */
176#define HAVE_SYS_PARAM_H 1
177
178/* Define if you have the <unistd.h> header file.  */
179#define HAVE_UNISTD_H 1
180
181/* Define if you have the <wchar.h> header file.  */
182/* #undef HAVE_WCHAR_H */
183
184/* Define if you have the <wctype.h> header file.  */
185/* #undef HAVE_WCTYPE_H */
186
187/* Define if you have the i library (-li).  */
188/* #undef HAVE_LIBI */
189