Remove support for the beos file format
[binutils-gdb.git] / binutils / config.in
bloba9a9f71b31ff581ba5c9b6653e3de903be5897a6
1 /* config.in.  Generated from configure.ac by autoheader.  */
3 /* Check that config.h is #included before system headers
4    (this works only for glibc, but that should be enough).  */
5 #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
6 #  error config.h must be #included before system headers
7 #endif
8 #define __CONFIG_H__ 1
10 /* Should ar and ranlib use -D behavior by default? */
11 #undef DEFAULT_AR_DETERMINISTIC
13 /* Have objdump use colors in its disassembly by default */
14 #undef DEFAULT_FOR_COLORED_DISASSEMBLY
16 /* Have readelf and objdump follow debug links by default */
17 #undef DEFAULT_FOR_FOLLOW_LINKS
19 /* Have nm use F and f for global and local ifunc symbols */
20 #undef DEFAULT_F_FOR_IFUNC_SYMBOLS
22 /* Should strings use -a behavior by default? */
23 #undef DEFAULT_STRINGS_ALL
25 /* Define if you want run-time sanity checks. */
26 #undef ENABLE_CHECKING
28 /* Handle .ctf type-info sections */
29 #undef ENABLE_LIBCTF
31 /* Define to 1 if translation of program messages to the user's native
32    language is requested. */
33 #undef ENABLE_NLS
35 /* Suffix used for executables, if any. */
36 #undef EXECUTABLE_SUFFIX
38 /* Define to 1 if you have the Mac OS X function
39    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
40 #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES
42 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
43    the CoreFoundation framework. */
44 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
46 /* Define if the GNU dcgettext() function is already present or preinstalled.
47    */
48 #undef HAVE_DCGETTEXT
50 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
51    don't. */
52 #undef HAVE_DECL_ASPRINTF
54 /* Define to 1 if you have the declaration of `environ', and to 0 if you
55    don't. */
56 #undef HAVE_DECL_ENVIRON
58 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
59    don't. */
60 #undef HAVE_DECL_GETC_UNLOCKED
62 /* Is the prototype for getopt in <unistd.h> in the expected format? */
63 #undef HAVE_DECL_GETOPT
65 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
66    */
67 #undef HAVE_DECL_STPCPY
69 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
70    don't. */
71 #undef HAVE_DECL_STRNLEN
73 /* Define to 1 if you have the <dlfcn.h> header file. */
74 #undef HAVE_DLFCN_H
76 /* Does the platform use an executable suffix? */
77 #undef HAVE_EXECUTABLE_SUFFIX
79 /* Define to 1 if you have the <fcntl.h> header file. */
80 #undef HAVE_FCNTL_H
82 /* Define to 1 if you have the `fseeko' function. */
83 #undef HAVE_FSEEKO
85 /* Define to 1 if you have the `fseeko64' function. */
86 #undef HAVE_FSEEKO64
88 /* Define to 1 if you have the `getc_unlocked' function. */
89 #undef HAVE_GETC_UNLOCKED
91 /* Define to 1 if you have the `getpagesize' function. */
92 #undef HAVE_GETPAGESIZE
94 /* Define if the GNU gettext() function is already present or preinstalled. */
95 #undef HAVE_GETTEXT
97 /* Does <utime.h> define struct utimbuf? */
98 #undef HAVE_GOOD_UTIME_H
100 /* Define if you have the iconv() function and it works. */
101 #undef HAVE_ICONV
103 /* Define to 1 if you have the <inttypes.h> header file. */
104 #undef HAVE_INTTYPES_H
106 /* Define if your <locale.h> file defines LC_MESSAGES. */
107 #undef HAVE_LC_MESSAGES
109 /* Define to 1 if debuginfod is enabled. */
110 #undef HAVE_LIBDEBUGINFOD
112 /* Define to 1 if debuginfod section downloading is supported. */
113 #undef HAVE_LIBDEBUGINFOD_FIND_SECTION
115 /* Define if mbstate_t exists in wchar.h. */
116 #undef HAVE_MBSTATE_T
118 /* Define to 1 if you have the <memory.h> header file. */
119 #undef HAVE_MEMORY_H
121 /* Define to 1 if you have the `mkdtemp' function. */
122 #undef HAVE_MKDTEMP
124 /* Define to 1 if you have the `mkstemp' function. */
125 #undef HAVE_MKSTEMP
127 /* Define to 1 if you have a working `mmap' system call. */
128 #undef HAVE_MMAP
130 /* Define to 1 if msgpack is available. */
131 #undef HAVE_MSGPACK
133 /* Define to 1 if you have the <stdint.h> header file. */
134 #undef HAVE_STDINT_H
136 /* Define to 1 if you have the <stdlib.h> header file. */
137 #undef HAVE_STDLIB_H
139 /* Define to 1 if you have the <strings.h> header file. */
140 #undef HAVE_STRINGS_H
142 /* Define to 1 if you have the <string.h> header file. */
143 #undef HAVE_STRING_H
145 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
146 #undef HAVE_STRUCT_STAT_ST_ATIMENSEC
148 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
149 #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
151 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
152 #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
154 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
155 #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
157 /* Define to 1 if you have the <sys/file.h> header file. */
158 #undef HAVE_SYS_FILE_H
160 /* Define to 1 if you have the <sys/param.h> header file. */
161 #undef HAVE_SYS_PARAM_H
163 /* Define to 1 if you have the <sys/stat.h> header file. */
164 #undef HAVE_SYS_STAT_H
166 /* Define to 1 if you have the <sys/time.h> header file. */
167 #undef HAVE_SYS_TIME_H
169 /* Define to 1 if you have the <sys/types.h> header file. */
170 #undef HAVE_SYS_TYPES_H
172 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
173 #undef HAVE_SYS_WAIT_H
175 /* Define to 1 if you have the <unistd.h> header file. */
176 #undef HAVE_UNISTD_H
178 /* Define to 1 if you have the `utimensat' function. */
179 #undef HAVE_UTIMENSAT
181 /* Define to 1 if you have the `utimes' function. */
182 #undef HAVE_UTIMES
184 /* Define to 1 if you have the <windows.h> header file. */
185 #undef HAVE_WINDOWS_H
187 /* Define to 1 if zstd is enabled. */
188 #undef HAVE_ZSTD
190 /* Define as const if the declaration of iconv() needs const. */
191 #undef ICONV_CONST
193 /* Define to the sub-directory in which libtool stores uninstalled libraries.
194    */
195 #undef LT_OBJDIR
197 /* Name of package */
198 #undef PACKAGE
200 /* Define to the address where bug reports for this package should be sent. */
201 #undef PACKAGE_BUGREPORT
203 /* Define to the full name of this package. */
204 #undef PACKAGE_NAME
206 /* Define to the full name and version of this package. */
207 #undef PACKAGE_STRING
209 /* Define to the one symbol short name of this package. */
210 #undef PACKAGE_TARNAME
212 /* Define to the home page for this package. */
213 #undef PACKAGE_URL
215 /* Define to the version of this package. */
216 #undef PACKAGE_VERSION
218 /* Define to 1 if you have the ANSI C header files. */
219 #undef STDC_HEADERS
221 /* Configured target name. */
222 #undef TARGET
224 /* Define to 1 if user symbol names have a leading underscore, 0 if not. */
225 #undef TARGET_PREPENDS_UNDERSCORE
227 /* Define to 1 if the type of the st_atim member of a struct stat is struct
228    timespec. */
229 #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
231 /* Use b modifier when opening binary files? */
232 #undef USE_BINARY_FOPEN
234 /* Enable extensions on AIX 3, Interix.  */
235 #ifndef _ALL_SOURCE
236 # undef _ALL_SOURCE
237 #endif
238 /* Enable GNU extensions on systems that have them.  */
239 #ifndef _GNU_SOURCE
240 # undef _GNU_SOURCE
241 #endif
242 /* Enable threading extensions on Solaris.  */
243 #ifndef _POSIX_PTHREAD_SEMANTICS
244 # undef _POSIX_PTHREAD_SEMANTICS
245 #endif
246 /* Enable extensions on HP NonStop.  */
247 #ifndef _TANDEM_SOURCE
248 # undef _TANDEM_SOURCE
249 #endif
250 /* Enable general extensions on Solaris.  */
251 #ifndef __EXTENSIONS__
252 # undef __EXTENSIONS__
253 #endif
256 /* Version number of package */
257 #undef VERSION
259 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
260    `char[]'. */
261 #undef YYTEXT_POINTER
263 /* Enable large inode numbers on Mac OS X 10.5.  */
264 #ifndef _DARWIN_USE_64_BIT_INODE
265 # define _DARWIN_USE_64_BIT_INODE 1
266 #endif
268 /* Number of bits in a file offset, on hosts where this is settable. */
269 #undef _FILE_OFFSET_BITS
271 /* Define for large files, on AIX-style hosts. */
272 #undef _LARGE_FILES
274 /* Define to 1 if on MINIX. */
275 #undef _MINIX
277 /* Define to 2 if the system does not provide POSIX.1 features except with
278    this defined. */
279 #undef _POSIX_1_SOURCE
281 /* Define to 1 if you need to in order for `stat' and other things to work. */
282 #undef _POSIX_SOURCE