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