binutils: update release docs process
[deliverable/binutils-gdb.git] / binutils / config.in
CommitLineData
35eafcc7 1/* config.in. Generated from configure.ac by autoheader. */
252b5132 2
df7b86aa
NC
3/* Check that config.h is #included before system headers
4 (this works only for glibc, but that should be enough). */
e6f88107 5#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
df7b86aa
NC
6# error config.h must be #included before system headers
7#endif
e6f88107 8#define __CONFIG_H__ 1
df7b86aa 9
9cb80f72
RM
10/* Should ar and ranlib use -D behavior by default? */
11#undef DEFAULT_AR_DETERMINISTIC
12
c46b7066
NC
13/* Have readelf and objdump follow debug links by default */
14#undef DEFAULT_FOR_FOLLOW_LINKS
15
e6f6aa8d
NC
16/* Have nm use F and f for global and local ifunc symbols */
17#undef DEFAULT_F_FOR_IFUNC_SYMBOLS
18
7fac9594
NC
19/* Should strings use -a behavior by default? */
20#undef DEFAULT_STRINGS_ALL
21
43e05cd4
AM
22/* Define if you want run-time sanity checks. */
23#undef ENABLE_CHECKING
24
094e34f2
NA
25/* Handle .ctf type-info sections */
26#undef ENABLE_LIBCTF
27
8c61c153
AM
28/* Define to 1 if translation of program messages to the user's native
29 language is requested. */
42ecbf5e 30#undef ENABLE_NLS
252b5132 31
42ecbf5e
DJ
32/* Suffix used for executables, if any. */
33#undef EXECUTABLE_SUFFIX
252b5132 34
1f5345a6
ST
35/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
36 don't. */
37#undef HAVE_DECL_ASPRINTF
38
398ee8f1
SE
39/* Define to 1 if you have the declaration of `environ', and to 0 if you
40 don't. */
41#undef HAVE_DECL_ENVIRON
42
b7d4af3a
JW
43/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
44 don't. */
45#undef HAVE_DECL_GETC_UNLOCKED
46
42ecbf5e
DJ
47/* Is the prototype for getopt in <unistd.h> in the expected format? */
48#undef HAVE_DECL_GETOPT
252b5132 49
398ee8f1
SE
50/* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
51 */
52#undef HAVE_DECL_SBRK
53
3e321448
L
54/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
55 */
56#undef HAVE_DECL_STPCPY
57
ae351704
AM
58/* Define to 1 if you have the <dlfcn.h> header file. */
59#undef HAVE_DLFCN_H
60
42ecbf5e
DJ
61/* Does the platform use an executable suffix? */
62#undef HAVE_EXECUTABLE_SUFFIX
252b5132 63
42ecbf5e
DJ
64/* Define to 1 if you have the <fcntl.h> header file. */
65#undef HAVE_FCNTL_H
252b5132 66
42ecbf5e
DJ
67/* Define to 1 if you have the `getc_unlocked' function. */
68#undef HAVE_GETC_UNLOCKED
252b5132 69
34156b23
L
70/* Define to 1 if you have the `getpagesize' function. */
71#undef HAVE_GETPAGESIZE
72
42ecbf5e
DJ
73/* Does <utime.h> define struct utimbuf? */
74#undef HAVE_GOOD_UTIME_H
252b5132 75
ae351704
AM
76/* Define if you have the iconv() function. */
77#undef HAVE_ICONV
78
42ecbf5e
DJ
79/* Define to 1 if you have the <inttypes.h> header file. */
80#undef HAVE_INTTYPES_H
252b5132 81
44350750
NC
82/* Define if your <locale.h> file defines LC_MESSAGES. */
83#undef HAVE_LC_MESSAGES
84
301a9420
AM
85/* Define to 1 if debuginfod is enabled. */
86#undef HAVE_LIBDEBUGINFOD
87
3bfcb652
NC
88/* Define if mbstate_t exists in wchar.h. */
89#undef HAVE_MBSTATE_T
90
42ecbf5e
DJ
91/* Define to 1 if you have the <memory.h> header file. */
92#undef HAVE_MEMORY_H
93
f9c026a8
NC
94/* Define to 1 if you have the `mkdtemp' function. */
95#undef HAVE_MKDTEMP
96
97/* Define to 1 if you have the `mkstemp' function. */
98#undef HAVE_MKSTEMP
99
34156b23
L
100/* Define to 1 if you have a working `mmap' system call. */
101#undef HAVE_MMAP
102
42ecbf5e 103/* Define to 1 if you have the `sbrk' function. */
252b5132
RH
104#undef HAVE_SBRK
105
42ecbf5e
DJ
106/* Define to 1 if you have the <stdint.h> header file. */
107#undef HAVE_STDINT_H
108
109/* Define to 1 if you have the <stdlib.h> header file. */
110#undef HAVE_STDLIB_H
111
42ecbf5e
DJ
112/* Define to 1 if you have the <strings.h> header file. */
113#undef HAVE_STRINGS_H
252b5132 114
42ecbf5e
DJ
115/* Define to 1 if you have the <string.h> header file. */
116#undef HAVE_STRING_H
252b5132 117
985e0264
AM
118/* Define to 1 if `st_atimensec' is a member of `struct stat'. */
119#undef HAVE_STRUCT_STAT_ST_ATIMENSEC
120
121/* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
122#undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
123
124/* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
125#undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
126
127/* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
128#undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
129
42ecbf5e
DJ
130/* Define to 1 if you have the <sys/file.h> header file. */
131#undef HAVE_SYS_FILE_H
252b5132 132
13a09c7c
L
133/* Define to 1 if you have the <sys/param.h> header file. */
134#undef HAVE_SYS_PARAM_H
135
42ecbf5e
DJ
136/* Define to 1 if you have the <sys/stat.h> header file. */
137#undef HAVE_SYS_STAT_H
252b5132 138
985e0264
AM
139/* Define to 1 if you have the <sys/time.h> header file. */
140#undef HAVE_SYS_TIME_H
141
42ecbf5e
DJ
142/* Define to 1 if you have the <sys/types.h> header file. */
143#undef HAVE_SYS_TYPES_H
252b5132 144
42ecbf5e
DJ
145/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
146#undef HAVE_SYS_WAIT_H
252b5132 147
42ecbf5e
DJ
148/* Define to 1 if you have the <unistd.h> header file. */
149#undef HAVE_UNISTD_H
252b5132 150
985e0264
AM
151/* Define to 1 if you have the `utimensat' function. */
152#undef HAVE_UTIMENSAT
153
42ecbf5e
DJ
154/* Define to 1 if you have the `utimes' function. */
155#undef HAVE_UTIMES
252b5132 156
b879806f
AM
157/* Define to 1 if you have the <windows.h> header file. */
158#undef HAVE_WINDOWS_H
159
ae351704
AM
160/* Define as const if the declaration of iconv() needs const. */
161#undef ICONV_CONST
162
163/* Define to the sub-directory in which libtool stores uninstalled libraries.
164 */
165#undef LT_OBJDIR
166
42ecbf5e
DJ
167/* Name of package */
168#undef PACKAGE
2481e6a2 169
42ecbf5e
DJ
170/* Define to the address where bug reports for this package should be sent. */
171#undef PACKAGE_BUGREPORT
bb0cb4db 172
42ecbf5e
DJ
173/* Define to the full name of this package. */
174#undef PACKAGE_NAME
cedd9a58 175
42ecbf5e
DJ
176/* Define to the full name and version of this package. */
177#undef PACKAGE_STRING
fb5b5478 178
42ecbf5e
DJ
179/* Define to the one symbol short name of this package. */
180#undef PACKAGE_TARNAME
cedd9a58 181
81ecdfbb
RW
182/* Define to the home page for this package. */
183#undef PACKAGE_URL
184
42ecbf5e
DJ
185/* Define to the version of this package. */
186#undef PACKAGE_VERSION
252b5132 187
4c219c2e
AM
188/* The size of `long', as computed by sizeof. */
189#undef SIZEOF_LONG
190
191/* The size of `long long', as computed by sizeof. */
192#undef SIZEOF_LONG_LONG
193
42ecbf5e
DJ
194/* Define to 1 if you have the ANSI C header files. */
195#undef STDC_HEADERS
e46eba98 196
42ecbf5e
DJ
197/* Configured target name. */
198#undef TARGET
252b5132 199
42ecbf5e
DJ
200/* Define to 1 if user symbol names have a leading underscore, 0 if not. */
201#undef TARGET_PREPENDS_UNDERSCORE
252b5132 202
985e0264
AM
203/* Define to 1 if the type of the st_atim member of a struct stat is struct
204 timespec. */
205#undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
206
42ecbf5e
DJ
207/* Use b modifier when opening binary files? */
208#undef USE_BINARY_FOPEN
252b5132 209
81ecdfbb
RW
210/* Enable extensions on AIX 3, Interix. */
211#ifndef _ALL_SOURCE
212# undef _ALL_SOURCE
213#endif
214/* Enable GNU extensions on systems that have them. */
215#ifndef _GNU_SOURCE
216# undef _GNU_SOURCE
217#endif
218/* Enable threading extensions on Solaris. */
219#ifndef _POSIX_PTHREAD_SEMANTICS
220# undef _POSIX_PTHREAD_SEMANTICS
221#endif
222/* Enable extensions on HP NonStop. */
223#ifndef _TANDEM_SOURCE
224# undef _TANDEM_SOURCE
225#endif
226/* Enable general extensions on Solaris. */
227#ifndef __EXTENSIONS__
228# undef __EXTENSIONS__
229#endif
230
231
42ecbf5e
DJ
232/* Version number of package */
233#undef VERSION
252b5132 234
42ecbf5e
DJ
235/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
236 `char[]'. */
237#undef YYTEXT_POINTER
252b5132 238
d0ac1c44
SM
239/* Enable large inode numbers on Mac OS X 10.5. */
240#ifndef _DARWIN_USE_64_BIT_INODE
241# define _DARWIN_USE_64_BIT_INODE 1
242#endif
243
d053aef8
JK
244/* Number of bits in a file offset, on hosts where this is settable. */
245#undef _FILE_OFFSET_BITS
246
d053aef8
JK
247/* Define for large files, on AIX-style hosts. */
248#undef _LARGE_FILES
249
7357c5b6
AM
250/* Define to 1 if on MINIX. */
251#undef _MINIX
252
253/* Define to 2 if the system does not provide POSIX.1 features except with
254 this defined. */
255#undef _POSIX_1_SOURCE
256
257/* Define to 1 if you need to in order for `stat' and other things to work. */
258#undef _POSIX_SOURCE
This page took 0.826593 seconds and 4 git commands to generate.