config.h revision 55382
190075Sobrien/* $FreeBSD: head/gnu/usr.bin/grep/config.h 55382 2000-01-04 03:37:56Z obrien $ */
2169689Skan
390075Sobrien/* config.h.  Generated automatically by configure.  */
490075Sobrien/* config.hin.  Generated automatically from configure.in by autoheader.  */
590075Sobrien
690075Sobrien/* Define if using alloca.c.  */
790075Sobrien/* #undef C_ALLOCA */
890075Sobrien
990075Sobrien/* Define if the closedir function returns void instead of int.  */
1090075Sobrien/* #undef CLOSEDIR_VOID */
1190075Sobrien
1290075Sobrien/* Define to empty if the keyword does not work.  */
1390075Sobrien/* #undef const */
1490075Sobrien
1590075Sobrien/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
16169689Skan   This function is required for alloca.c support on those systems.  */
1790075Sobrien/* #undef CRAY_STACKSEG_END */
1890075Sobrien
1990075Sobrien/* Define if you have alloca, as a function or macro.  */
20132718Skan#define HAVE_ALLOCA 1
21132718Skan
2290075Sobrien/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
2390075Sobrien/* #undef HAVE_ALLOCA_H */
2490075Sobrien
25117395Skan/* Define if you have a working `mmap' system call.  */
2690075Sobrien#define HAVE_MMAP 1
2790075Sobrien
2890075Sobrien/* Define as __inline if that's what the C compiler calls it.  */
2990075Sobrien/* #undef inline */
3090075Sobrien
3190075Sobrien/* Define to `long' if <sys/types.h> doesn't define.  */
3290075Sobrien/* #undef off_t */
33169689Skan
34169689Skan/* Define to `unsigned' if <sys/types.h> doesn't define.  */
35169689Skan/* #undef size_t */
36169689Skan
37169689Skan/* If using the C implementation of alloca, define if you know the
38169689Skan   direction of stack growth for your system; otherwise it will be
39169689Skan   automatically deduced at run-time.
40169689Skan STACK_DIRECTION > 0 => grows toward higher addresses
41169689Skan STACK_DIRECTION < 0 => grows toward lower addresses
42169689Skan STACK_DIRECTION = 0 => direction of growth unknown
43169689Skan */
44169689Skan/* #undef STACK_DIRECTION */
45169689Skan
46169689Skan/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
47169689Skan/* #undef STAT_MACROS_BROKEN */
48169689Skan
49169689Skan/* Define if you have the ANSI C header files.  */
50169689Skan#define STDC_HEADERS 1
51169689Skan
52169689Skan/* Define to use grep's error-checking malloc in the kwset routines.  */
5390075Sobrien#define GREP 1
5490075Sobrien
5590075Sobrien/* Package name. */
5690075Sobrien#define PACKAGE "grep"
5790075Sobrien
5890075Sobrien/* Version number. */
59132718Skan#define VERSION "2.4"
6090075Sobrien
6190075Sobrien/* Define to `int' if <sys/types.h> doesn't define.  */
6290075Sobrien/* #undef ssize_t */
6390075Sobrien
64132718Skan/* Hack for Visual C++ suggested by irox. */
6590075Sobrien/* #undef alloca */
6690075Sobrien
6790075Sobrien/* #undef HAVE_STPCPY */
68169689Skan
69169689Skan/* #undef ENABLE_NLS */
70169689Skan
71169689Skan/* #undef HAVE_CATGETS */
72169689Skan
73169689Skan/* #undef HAVE_GETTEXT */
7490075Sobrien
75132718Skan#define HAVE_LC_MESSAGES 1
7690075Sobrien
7790075Sobrien/*
7890075Sobrien * DOS specific
7990075Sobrien */
8090075Sobrien/* #undef HAVE_DOS_FILE_NAMES */
81132718Skan
8290075Sobrien/* Define if you have the __argz_count function.  */
8390075Sobrien/* #undef HAVE___ARGZ_COUNT */
8490075Sobrien
8590075Sobrien/* Define if you have the __argz_next function.  */
86132718Skan/* #undef HAVE___ARGZ_NEXT */
8790075Sobrien
8890075Sobrien/* Define if you have the __argz_stringify function.  */
8990075Sobrien/* #undef HAVE___ARGZ_STRINGIFY */
9090075Sobrien
91132718Skan/* Define if you have the btowc function.  */
92132718Skan/* #undef HAVE_BTOWC */
9390075Sobrien
9490075Sobrien/* Define if you have the dcgettext function.  */
9590075Sobrien/* #undef HAVE_DCGETTEXT */
9690075Sobrien
97132718Skan/* Define if you have the getcwd function.  */
9890075Sobrien#define HAVE_GETCWD 1
9990075Sobrien
10090075Sobrien/* Define if you have the getpagesize function.  */
10190075Sobrien#define HAVE_GETPAGESIZE 1
102132718Skan
103132718Skan/* Define if you have the isascii function.  */
10490075Sobrien#define HAVE_ISASCII 1
10590075Sobrien
106169689Skan/* Define if you have the memchr function.  */
107169689Skan#define HAVE_MEMCHR 1
108169689Skan
109169689Skan/* Define if you have the memmove function.  */
110169689Skan#define HAVE_MEMMOVE 1
111169689Skan
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
210