config.h revision 38892
1/* config.h.  Generated automatically by configure.  */
2/* config.in.  Generated automatically from configure.in by autoheader.  */
3
4/* Name of package.  */
5#define PACKAGE "ld"
6
7/* Version of package.  */
8#define VERSION "2.9.1"
9
10/* Whether strstr must be declared even if <string.h> is included.  */
11/* #undef NEED_DECLARATION_STRSTR */
12
13/* Whether free must be declared even if <stdlib.h> is included.  */
14/* #undef NEED_DECLARATION_FREE */
15
16/* Whether sbrk must be declared even if <unistd.h> is included.  */
17/* #undef NEED_DECLARATION_SBRK */
18
19/* Whether getenv must be declared even if <stdlib.h> is included.  */
20/* #undef NEED_DECLARATION_GETENV */
21
22/* Define if lex declares yytext as a char * by default, not a char[].  */
23#define YYTEXT_POINTER 1
24
25/* Do we need to use the b modifier when opening binary files?  */
26/* #undef USE_BINARY_FOPEN */
27
28/* Define if you have the sbrk function.  */
29#define HAVE_SBRK 1
30
31/* Define if you have the <dirent.h> header file.  */
32#define HAVE_DIRENT_H 1
33
34/* Define if you have the <ndir.h> header file.  */
35/* #undef HAVE_NDIR_H */
36
37/* Define if you have the <stdlib.h> header file.  */
38#define HAVE_STDLIB_H 1
39
40/* Define if you have the <string.h> header file.  */
41#define HAVE_STRING_H 1
42
43/* Define if you have the <strings.h> header file.  */
44#define HAVE_STRINGS_H 1
45
46/* Define if you have the <sys/dir.h> header file.  */
47/* #undef HAVE_SYS_DIR_H */
48
49/* Define if you have the <sys/ndir.h> header file.  */
50/* #undef HAVE_SYS_NDIR_H */
51
52/* Define if you have the <unistd.h> header file.  */
53#define HAVE_UNISTD_H 1
54