160777Sobrien/* $FreeBSD: releng/10.2/gnu/usr.bin/binutils/ld/config.h 218822 2011-02-18 20:54:12Z dim $ */
260777Sobrien
3218822Sdim/* config.h.  Generated by configure.  */
4218822Sdim/* config.in.  Generated from configure.in by autoheader.  */
534495Sjdp
6218822Sdim/* Define to 1 if translation of program messages to the user's native
7218822Sdim   language is requested. */
8218822Sdim/* #undef ENABLE_NLS */
938892Sjdp
10218822Sdim/* Additional extension a shared object might have. */
11218822Sdim/* #undef EXTRA_SHLIB_EXTENSION */
1238892Sjdp
13218822Sdim/* Define to 1 if you have the declaration of `environ', and to 0 if you
14218822Sdim   don't. */
15218822Sdim#define HAVE_DECL_ENVIRON 0
1634495Sjdp
17218822Sdim/* Define to 1 if you have the declaration of `free', and to 0 if you don't.
18218822Sdim   */
19218822Sdim#define HAVE_DECL_FREE 1
2034495Sjdp
21218822Sdim/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
22218822Sdim   */
23218822Sdim#define HAVE_DECL_GETENV 1
2434495Sjdp
25218822Sdim/* Is the prototype for getopt in <unistd.h> in the expected format? */
26218822Sdim#define HAVE_DECL_GETOPT 1
2734495Sjdp
28218822Sdim/* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
29218822Sdim   */
30218822Sdim#define HAVE_DECL_SBRK 1
3160777Sobrien
32218822Sdim/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
33218822Sdim   */
34218822Sdim#define HAVE_DECL_STRSTR 1
3560777Sobrien
36218822Sdim/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
37218822Sdim   */
38218822Sdim#define HAVE_DIRENT_H 1
39104961Sobrien
40218822Sdim/* Define to 1 if you have the <dlfcn.h> header file. */
41218822Sdim#define HAVE_DLFCN_H 1
4260777Sobrien
43218822Sdim/* Define to 1 if you have the <elf-hints.h> header file. */
44218822Sdim#define HAVE_ELF_HINTS_H 1
4560777Sobrien
46218822Sdim/* Define to 1 if you have the `glob' function. */
47218822Sdim#define HAVE_GLOB 1
4860777Sobrien
49218822Sdim/* Define to 1 if you have the <inttypes.h> header file. */
50218822Sdim#define HAVE_INTTYPES_H 1
5138892Sjdp
52218822Sdim/* Define to 1 if you have the <limits.h> header file. */
53218822Sdim#define HAVE_LIMITS_H 1
5434495Sjdp
55218822Sdim/* Define to 1 if you have the <memory.h> header file. */
56218822Sdim#define HAVE_MEMORY_H 1
5760777Sobrien
58218822Sdim/* Define to 1 if you have the `mkstemp' function. */
59218822Sdim#define HAVE_MKSTEMP 1
6060777Sobrien
61218822Sdim/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
62218822Sdim/* #undef HAVE_NDIR_H */
6360777Sobrien
64218822Sdim/* Define to 1 if you have the `realpath' function. */
65130575Sobrien#define HAVE_REALPATH 1
66130575Sobrien
67218822Sdim/* Define to 1 if you have the `sbrk' function. */
6834495Sjdp#define HAVE_SBRK 1
6934495Sjdp
70218822Sdim/* Define to 1 if you have the <stdint.h> header file. */
71218822Sdim#define HAVE_STDINT_H 1
7260777Sobrien
73218822Sdim/* Define to 1 if you have the <stdlib.h> header file. */
74218822Sdim#define HAVE_STDLIB_H 1
7560777Sobrien
76218822Sdim/* Define to 1 if you have the <strings.h> header file. */
77218822Sdim#define HAVE_STRINGS_H 1
7860777Sobrien
79218822Sdim/* Define to 1 if you have the <string.h> header file. */
8034495Sjdp#define HAVE_STRING_H 1
8134495Sjdp
82218822Sdim/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
83218822Sdim   */
8434495Sjdp/* #undef HAVE_SYS_DIR_H */
8534495Sjdp
86218822Sdim/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
87218822Sdim   */
8834495Sjdp/* #undef HAVE_SYS_NDIR_H */
8934495Sjdp
90218822Sdim/* Define to 1 if you have the <sys/param.h> header file. */
9160777Sobrien#define HAVE_SYS_PARAM_H 1
9260777Sobrien
93218822Sdim/* Define to 1 if you have the <sys/stat.h> header file. */
94218822Sdim#define HAVE_SYS_STAT_H 1
95218822Sdim
96218822Sdim/* Define to 1 if you have the <sys/types.h> header file. */
97218822Sdim#define HAVE_SYS_TYPES_H 1
98218822Sdim
99218822Sdim/* Define to 1 if you have the <unistd.h> header file. */
10034495Sjdp#define HAVE_UNISTD_H 1
10160777Sobrien
102218822Sdim/* Define to 1 if you have the `waitpid' function. */
103218822Sdim#define HAVE_WAITPID 1
10460777Sobrien
105218822Sdim/* Define to the sub-directory in which libtool stores uninstalled libraries.
106218822Sdim   */
107218822Sdim#define LT_OBJDIR ".libs/"
108218822Sdim
10960777Sobrien/* Name of package */
11060777Sobrien#define PACKAGE "ld"
11160777Sobrien
112218822Sdim/* Define to the address where bug reports for this package should be sent. */
113218822Sdim#define PACKAGE_BUGREPORT ""
11460777Sobrien
115218822Sdim/* Define to the full name of this package. */
116218822Sdim#define PACKAGE_NAME ""
11760777Sobrien
118218822Sdim/* Define to the full name and version of this package. */
119218822Sdim#define PACKAGE_STRING ""
12060777Sobrien
121218822Sdim/* Define to the one symbol short name of this package. */
122218822Sdim#define PACKAGE_TARNAME ""
12360777Sobrien
124218822Sdim/* Define to the version of this package. */
125218822Sdim#define PACKAGE_VERSION ""
12660777Sobrien
127218822Sdim/* The size of a `long', as computed by sizeof. */
128218822Sdim/* #undef SIZEOF_LONG */
129218822Sdim
130218822Sdim/* Define to 1 if you have the ANSI C header files. */
131218822Sdim#define STDC_HEADERS 1
132218822Sdim
13360777Sobrien/* Use b modifier when opening binary files? */
13460777Sobrien/* #undef USE_BINARY_FOPEN */
13560777Sobrien
136218822Sdim/* Version number of package */
137218822Sdim/* #define VERSION "2.17.50" */
13860777Sobrien
139218822Sdim/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
140218822Sdim   `char[]'. */
141218822Sdim#define YYTEXT_POINTER 1
142