config.h revision 38892
134495Sjdp/* config.h.  Generated automatically by configure.  */
234495Sjdp/* config.in.  Generated automatically from configure.in by autoheader.  */
334495Sjdp
438892Sjdp/* Name of package.  */
538892Sjdp#define PACKAGE "ld"
638892Sjdp
738892Sjdp/* Version of package.  */
838892Sjdp#define VERSION "2.9.1"
938892Sjdp
1034495Sjdp/* Whether strstr must be declared even if <string.h> is included.  */
1134495Sjdp/* #undef NEED_DECLARATION_STRSTR */
1234495Sjdp
1334495Sjdp/* Whether free must be declared even if <stdlib.h> is included.  */
1434495Sjdp/* #undef NEED_DECLARATION_FREE */
1534495Sjdp
1634495Sjdp/* Whether sbrk must be declared even if <unistd.h> is included.  */
1734495Sjdp/* #undef NEED_DECLARATION_SBRK */
1834495Sjdp
1934495Sjdp/* Whether getenv must be declared even if <stdlib.h> is included.  */
2034495Sjdp/* #undef NEED_DECLARATION_GETENV */
2134495Sjdp
2238892Sjdp/* Define if lex declares yytext as a char * by default, not a char[].  */
2338892Sjdp#define YYTEXT_POINTER 1
2438892Sjdp
2534495Sjdp/* Do we need to use the b modifier when opening binary files?  */
2634495Sjdp/* #undef USE_BINARY_FOPEN */
2734495Sjdp
2834495Sjdp/* Define if you have the sbrk function.  */
2934495Sjdp#define HAVE_SBRK 1
3034495Sjdp
3134495Sjdp/* Define if you have the <dirent.h> header file.  */
3234495Sjdp#define HAVE_DIRENT_H 1
3334495Sjdp
3434495Sjdp/* Define if you have the <ndir.h> header file.  */
3534495Sjdp/* #undef HAVE_NDIR_H */
3634495Sjdp
3734495Sjdp/* Define if you have the <stdlib.h> header file.  */
3834495Sjdp#define HAVE_STDLIB_H 1
3934495Sjdp
4034495Sjdp/* Define if you have the <string.h> header file.  */
4134495Sjdp#define HAVE_STRING_H 1
4234495Sjdp
4334495Sjdp/* Define if you have the <strings.h> header file.  */
4434495Sjdp#define HAVE_STRINGS_H 1
4534495Sjdp
4634495Sjdp/* Define if you have the <sys/dir.h> header file.  */
4734495Sjdp/* #undef HAVE_SYS_DIR_H */
4834495Sjdp
4934495Sjdp/* Define if you have the <sys/ndir.h> header file.  */
5034495Sjdp/* #undef HAVE_SYS_NDIR_H */
5134495Sjdp
5234495Sjdp/* Define if you have the <unistd.h> header file.  */
5334495Sjdp#define HAVE_UNISTD_H 1
54