config.h revision 60777
160777Sobrien/* $FreeBSD: head/gnu/usr.bin/binutils/ld/config.h 60777 2000-05-22 08:09:42Z obrien $ */
260777Sobrien
334495Sjdp/* config.h.  Generated automatically by configure.  */
434495Sjdp/* config.in.  Generated automatically from configure.in by autoheader.  */
534495Sjdp
660777Sobrien/* Define if using alloca.c.  */
760777Sobrien/* #undef C_ALLOCA */
838892Sjdp
960777Sobrien/* Define to empty if the keyword does not work.  */
1060777Sobrien/* #undef const */
1138892Sjdp
1260777Sobrien/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
1360777Sobrien   This function is required for alloca.c support on those systems.  */
1460777Sobrien/* #undef CRAY_STACKSEG_END */
1534495Sjdp
1660777Sobrien/* Define if you have alloca, as a function or macro.  */
1760777Sobrien#define HAVE_ALLOCA 1
1834495Sjdp
1960777Sobrien/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
2060777Sobrien/* #undef HAVE_ALLOCA_H */
2134495Sjdp
2260777Sobrien/* Define if you have a working `mmap' system call.  */
2360777Sobrien#define HAVE_MMAP 1
2434495Sjdp
2560777Sobrien/* Define as __inline if that's what the C compiler calls it.  */
2660777Sobrien/* #undef inline */
2760777Sobrien
2860777Sobrien/* Define to `long' if <sys/types.h> doesn't define.  */
2960777Sobrien/* #undef off_t */
3060777Sobrien
3160777Sobrien/* Define if you need to in order for stat and other things to work.  */
3260777Sobrien/* #undef _POSIX_SOURCE */
3360777Sobrien
3460777Sobrien/* Define to `unsigned' if <sys/types.h> doesn't define.  */
3560777Sobrien/* #undef size_t */
3660777Sobrien
3760777Sobrien/* If using the C implementation of alloca, define if you know the
3860777Sobrien   direction of stack growth for your system; otherwise it will be
3960777Sobrien   automatically deduced at run-time.
4060777Sobrien STACK_DIRECTION > 0 => grows toward higher addresses
4160777Sobrien STACK_DIRECTION < 0 => grows toward lower addresses
4260777Sobrien STACK_DIRECTION = 0 => direction of growth unknown
4360777Sobrien */
4460777Sobrien/* #undef STACK_DIRECTION */
4560777Sobrien
4660777Sobrien/* Define if you have the ANSI C header files.  */
4760777Sobrien#define STDC_HEADERS 1
4860777Sobrien
4938892Sjdp/* Define if lex declares yytext as a char * by default, not a char[].  */
5038892Sjdp#define YYTEXT_POINTER 1
5138892Sjdp
5260777Sobrien/* Define if you have the __argz_count function.  */
5360777Sobrien/* #undef HAVE___ARGZ_COUNT */
5434495Sjdp
5560777Sobrien/* Define if you have the __argz_next function.  */
5660777Sobrien/* #undef HAVE___ARGZ_NEXT */
5760777Sobrien
5860777Sobrien/* Define if you have the __argz_stringify function.  */
5960777Sobrien/* #undef HAVE___ARGZ_STRINGIFY */
6060777Sobrien
6160777Sobrien/* Define if you have the dcgettext function.  */
6260777Sobrien/* #undef HAVE_DCGETTEXT */
6360777Sobrien
6460777Sobrien/* Define if you have the getcwd function.  */
6560777Sobrien#define HAVE_GETCWD 1
6660777Sobrien
6760777Sobrien/* Define if you have the getpagesize function.  */
6860777Sobrien#define HAVE_GETPAGESIZE 1
6960777Sobrien
7060777Sobrien/* Define if you have the munmap function.  */
7160777Sobrien#define HAVE_MUNMAP 1
7260777Sobrien
7360777Sobrien/* Define if you have the putenv function.  */
7460777Sobrien#define HAVE_PUTENV 1
7560777Sobrien
7634495Sjdp/* Define if you have the sbrk function.  */
7734495Sjdp#define HAVE_SBRK 1
7834495Sjdp
7960777Sobrien/* Define if you have the setenv function.  */
8060777Sobrien#define HAVE_SETENV 1
8160777Sobrien
8260777Sobrien/* Define if you have the setlocale function.  */
8360777Sobrien#define HAVE_SETLOCALE 1
8460777Sobrien
8560777Sobrien/* Define if you have the stpcpy function.  */
8660777Sobrien/* #undef HAVE_STPCPY */
8760777Sobrien
8860777Sobrien/* Define if you have the strcasecmp function.  */
8960777Sobrien#define HAVE_STRCASECMP 1
9060777Sobrien
9160777Sobrien/* Define if you have the strchr function.  */
9260777Sobrien#define HAVE_STRCHR 1
9360777Sobrien
9460777Sobrien/* Define if you have the <argz.h> header file.  */
9560777Sobrien/* #undef HAVE_ARGZ_H */
9660777Sobrien
9734495Sjdp/* Define if you have the <dirent.h> header file.  */
9834495Sjdp#define HAVE_DIRENT_H 1
9934495Sjdp
10060777Sobrien/* Define if you have the <limits.h> header file.  */
10160777Sobrien#define HAVE_LIMITS_H 1
10260777Sobrien
10360777Sobrien/* Define if you have the <locale.h> header file.  */
10460777Sobrien#define HAVE_LOCALE_H 1
10560777Sobrien
10660777Sobrien/* Define if you have the <malloc.h> header file.  */
10760777Sobrien/* #undef HAVE_MALLOC_H */
10860777Sobrien
10934495Sjdp/* Define if you have the <ndir.h> header file.  */
11034495Sjdp/* #undef HAVE_NDIR_H */
11134495Sjdp
11260777Sobrien/* Define if you have the <nl_types.h> header file.  */
11360777Sobrien#define HAVE_NL_TYPES_H 1
11460777Sobrien
11534495Sjdp/* Define if you have the <stdlib.h> header file.  */
11634495Sjdp#define HAVE_STDLIB_H 1
11734495Sjdp
11834495Sjdp/* Define if you have the <string.h> header file.  */
11934495Sjdp#define HAVE_STRING_H 1
12034495Sjdp
12134495Sjdp/* Define if you have the <strings.h> header file.  */
12234495Sjdp#define HAVE_STRINGS_H 1
12334495Sjdp
12434495Sjdp/* Define if you have the <sys/dir.h> header file.  */
12534495Sjdp/* #undef HAVE_SYS_DIR_H */
12634495Sjdp
12734495Sjdp/* Define if you have the <sys/ndir.h> header file.  */
12834495Sjdp/* #undef HAVE_SYS_NDIR_H */
12934495Sjdp
13060777Sobrien/* Define if you have the <sys/param.h> header file.  */
13160777Sobrien#define HAVE_SYS_PARAM_H 1
13260777Sobrien
13334495Sjdp/* Define if you have the <unistd.h> header file.  */
13434495Sjdp#define HAVE_UNISTD_H 1
13560777Sobrien
13660777Sobrien/* Define if you have the <values.h> header file.  */
13760777Sobrien/* #undef HAVE_VALUES_H */
13860777Sobrien
13960777Sobrien/* Name of package */
14060777Sobrien#define PACKAGE "ld"
14160777Sobrien
14260777Sobrien/* Version number of package */
14360777Sobrien/* #define VERSION "2.9.5" */
14460777Sobrien
14560777Sobrien/* Define if you have the stpcpy function */
14660777Sobrien/* #undef HAVE_STPCPY */
14760777Sobrien
14860777Sobrien/* Define if your locale.h file contains LC_MESSAGES. */
14960777Sobrien#define HAVE_LC_MESSAGES 1
15060777Sobrien
15160777Sobrien/* Define to 1 if NLS is requested */
15260777Sobrien/* #define ENABLE_NLS 1 */
15360777Sobrien
15460777Sobrien/* Define as 1 if you have gettext and don't want to use GNU gettext. */
15560777Sobrien/* #undef HAVE_GETTEXT */
15660777Sobrien
15760777Sobrien/* Use b modifier when opening binary files? */
15860777Sobrien/* #undef USE_BINARY_FOPEN */
15960777Sobrien
16060777Sobrien/* Define if strstr is not declared in system header files. */
16160777Sobrien/* #undef NEED_DECLARATION_STRSTR */
16260777Sobrien
16360777Sobrien/* Define if free is not declared in system header files. */
16460777Sobrien/* #undef NEED_DECLARATION_FREE */
16560777Sobrien
16660777Sobrien/* Define if sbrk is not declared in system header files. */
16760777Sobrien/* #undef NEED_DECLARATION_SBRK */
16860777Sobrien
16960777Sobrien/* Define if getenv is not declared in system header files. */
17060777Sobrien/* #undef NEED_DECLARATION_GETENV */
17160777Sobrien
17260777Sobrien/* Define if environ is not declared in system header files. */
17360777Sobrien#define NEED_DECLARATION_ENVIRON 1
17460777Sobrien
17560777Sobrien/* Additional extension a shared object might have. */
17660777Sobrien/* #undef EXTRA_SHLIB_EXTENSION */
17760777Sobrien
178