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