config.h revision 34495
1219019Sgabor/* config.h.  Generated automatically by configure.  */
2219019Sgabor/* config.in.  Generated automatically from configure.in by autoheader.  */
3219019Sgabor
4219019Sgabor/* Whether strstr must be declared even if <string.h> is included.  */
5219019Sgabor/* #undef NEED_DECLARATION_STRSTR */
6219019Sgabor
7219019Sgabor/* Whether free must be declared even if <stdlib.h> is included.  */
8219019Sgabor/* #undef NEED_DECLARATION_FREE */
9219019Sgabor
10219019Sgabor/* Whether sbrk must be declared even if <unistd.h> is included.  */
11219019Sgabor/* #undef NEED_DECLARATION_SBRK */
12219019Sgabor
13219019Sgabor/* Whether getenv must be declared even if <stdlib.h> is included.  */
14219019Sgabor/* #undef NEED_DECLARATION_GETENV */
15219019Sgabor
16219019Sgabor/* Do we need to use the b modifier when opening binary files?  */
17219019Sgabor/* #undef USE_BINARY_FOPEN */
18219019Sgabor
19219019Sgabor/* Define if you have the sbrk function.  */
20219019Sgabor#define HAVE_SBRK 1
21219019Sgabor
22219019Sgabor/* Define if you have the <dirent.h> header file.  */
23219019Sgabor#define HAVE_DIRENT_H 1
24219019Sgabor
25219019Sgabor/* Define if you have the <ndir.h> header file.  */
26219019Sgabor/* #undef HAVE_NDIR_H */
27219019Sgabor
28219019Sgabor/* Define if you have the <stdlib.h> header file.  */
29219019Sgabor#define HAVE_STDLIB_H 1
30219019Sgabor
31219019Sgabor/* Define if you have the <string.h> header file.  */
32219019Sgabor#define HAVE_STRING_H 1
33219019Sgabor
34219019Sgabor/* Define if you have the <strings.h> header file.  */
35219019Sgabor#define HAVE_STRINGS_H 1
36219019Sgabor
37219019Sgabor/* Define if you have the <sys/dir.h> header file.  */
38219019Sgabor/* #undef HAVE_SYS_DIR_H */
39219019Sgabor
40219019Sgabor/* Define if you have the <sys/ndir.h> header file.  */
41219019Sgabor/* #undef HAVE_SYS_NDIR_H */
42219019Sgabor
43219019Sgabor/* Define if you have the <unistd.h> header file.  */
44219019Sgabor#define HAVE_UNISTD_H 1
45219019Sgabor