config.h revision 34495
1/* config.h.  Generated automatically by configure.  */
2/* config.in.  Generated automatically from configure.in by autoheader.  */
3
4/* Whether strstr must be declared even if <string.h> is included.  */
5/* #undef NEED_DECLARATION_STRSTR */
6
7/* Whether free must be declared even if <stdlib.h> is included.  */
8/* #undef NEED_DECLARATION_FREE */
9
10/* Whether sbrk must be declared even if <unistd.h> is included.  */
11/* #undef NEED_DECLARATION_SBRK */
12
13/* Whether getenv must be declared even if <stdlib.h> is included.  */
14/* #undef NEED_DECLARATION_GETENV */
15
16/* Do we need to use the b modifier when opening binary files?  */
17/* #undef USE_BINARY_FOPEN */
18
19/* Define if you have the sbrk function.  */
20#define HAVE_SBRK 1
21
22/* Define if you have the <dirent.h> header file.  */
23#define HAVE_DIRENT_H 1
24
25/* Define if you have the <ndir.h> header file.  */
26/* #undef HAVE_NDIR_H */
27
28/* Define if you have the <stdlib.h> header file.  */
29#define HAVE_STDLIB_H 1
30
31/* Define if you have the <string.h> header file.  */
32#define HAVE_STRING_H 1
33
34/* Define if you have the <strings.h> header file.  */
35#define HAVE_STRINGS_H 1
36
37/* Define if you have the <sys/dir.h> header file.  */
38/* #undef HAVE_SYS_DIR_H */
39
40/* Define if you have the <sys/ndir.h> header file.  */
41/* #undef HAVE_SYS_NDIR_H */
42
43/* Define if you have the <unistd.h> header file.  */
44#define HAVE_UNISTD_H 1
45