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