1/* $FreeBSD$ */
2
3/* config.h.  Generated by configure.  */
4/* config.in.  Generated from configure.in by autoheader.  */
5
6/* Define to 1 if translation of program messages to the user's native
7   language is requested. */
8/* #undef ENABLE_NLS */
9
10/* Additional extension a shared object might have. */
11/* #undef EXTRA_SHLIB_EXTENSION */
12
13/* Define to 1 if you have the declaration of `environ', and to 0 if you
14   don't. */
15#define HAVE_DECL_ENVIRON 0
16
17/* Define to 1 if you have the declaration of `free', and to 0 if you don't.
18   */
19#define HAVE_DECL_FREE 1
20
21/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
22   */
23#define HAVE_DECL_GETENV 1
24
25/* Is the prototype for getopt in <unistd.h> in the expected format? */
26#define HAVE_DECL_GETOPT 1
27
28/* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
29   */
30#define HAVE_DECL_SBRK 1
31
32/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
33   */
34#define HAVE_DECL_STRSTR 1
35
36/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
37   */
38#define HAVE_DIRENT_H 1
39
40/* Define to 1 if you have the <dlfcn.h> header file. */
41#define HAVE_DLFCN_H 1
42
43/* Define to 1 if you have the <elf-hints.h> header file. */
44#define HAVE_ELF_HINTS_H 1
45
46/* Define to 1 if you have the `glob' function. */
47#define HAVE_GLOB 1
48
49/* Define to 1 if you have the <inttypes.h> header file. */
50#define HAVE_INTTYPES_H 1
51
52/* Define to 1 if you have the <limits.h> header file. */
53#define HAVE_LIMITS_H 1
54
55/* Define to 1 if you have the <memory.h> header file. */
56#define HAVE_MEMORY_H 1
57
58/* Define to 1 if you have the `mkstemp' function. */
59#define HAVE_MKSTEMP 1
60
61/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
62/* #undef HAVE_NDIR_H */
63
64/* Define to 1 if you have the `realpath' function. */
65#define HAVE_REALPATH 1
66
67/* Define to 1 if you have the `sbrk' function. */
68#define HAVE_SBRK 1
69
70/* Define to 1 if you have the <stdint.h> header file. */
71#define HAVE_STDINT_H 1
72
73/* Define to 1 if you have the <stdlib.h> header file. */
74#define HAVE_STDLIB_H 1
75
76/* Define to 1 if you have the <strings.h> header file. */
77#define HAVE_STRINGS_H 1
78
79/* Define to 1 if you have the <string.h> header file. */
80#define HAVE_STRING_H 1
81
82/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
83   */
84/* #undef HAVE_SYS_DIR_H */
85
86/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
87   */
88/* #undef HAVE_SYS_NDIR_H */
89
90/* Define to 1 if you have the <sys/param.h> header file. */
91#define HAVE_SYS_PARAM_H 1
92
93/* Define to 1 if you have the <sys/stat.h> header file. */
94#define HAVE_SYS_STAT_H 1
95
96/* Define to 1 if you have the <sys/types.h> header file. */
97#define HAVE_SYS_TYPES_H 1
98
99/* Define to 1 if you have the <unistd.h> header file. */
100#define HAVE_UNISTD_H 1
101
102/* Define to 1 if you have the `waitpid' function. */
103#define HAVE_WAITPID 1
104
105/* Define to the sub-directory in which libtool stores uninstalled libraries.
106   */
107#define LT_OBJDIR ".libs/"
108
109/* Name of package */
110#define PACKAGE "ld"
111
112/* Define to the address where bug reports for this package should be sent. */
113#define PACKAGE_BUGREPORT ""
114
115/* Define to the full name of this package. */
116#define PACKAGE_NAME ""
117
118/* Define to the full name and version of this package. */
119#define PACKAGE_STRING ""
120
121/* Define to the one symbol short name of this package. */
122#define PACKAGE_TARNAME ""
123
124/* Define to the version of this package. */
125#define PACKAGE_VERSION ""
126
127/* The size of a `long', as computed by sizeof. */
128/* #undef SIZEOF_LONG */
129
130/* Define to 1 if you have the ANSI C header files. */
131#define STDC_HEADERS 1
132
133/* Use b modifier when opening binary files? */
134/* #undef USE_BINARY_FOPEN */
135
136/* Version number of package */
137/* #define VERSION "2.17.50" */
138
139/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
140   `char[]'. */
141#define YYTEXT_POINTER 1
142