]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/config.h.in
sim: ppc: move termios probes to top-level
[thirdparty/binutils-gdb.git] / sim / config.h.in
CommitLineData
b15c5d7a
MF
1/* config.h.in. Generated from configure.ac by autoheader. */
2
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
04381273
MF
6/* Sim debug setting */
7#undef DEBUG
8
a48ff3ef
MF
9/* Define to the type of elements in the array set by `getgroups'. Usually
10 this is either `int' or `gid_t'. */
11#undef GETGROUPS_T
12
13/* Define to 1 if you have the `access' function. */
14#undef HAVE_ACCESS
15
b15c5d7a
MF
16/* Define to 1 if you have the `aint' function. */
17#undef HAVE_AINT
18
19/* Define to 1 if you have the `anint' function. */
20#undef HAVE_ANINT
21
a48ff3ef
MF
22/* Define to 1 if you have the `cfgetispeed' function. */
23#undef HAVE_CFGETISPEED
24
25/* Define to 1 if you have the `cfgetospeed' function. */
26#undef HAVE_CFGETOSPEED
27
28/* Define to 1 if you have the `cfsetispeed' function. */
29#undef HAVE_CFSETISPEED
30
31/* Define to 1 if you have the `cfsetospeed' function. */
32#undef HAVE_CFSETOSPEED
33
34/* Define to 1 if you have the `chdir' function. */
35#undef HAVE_CHDIR
36
b15c5d7a
MF
37/* Define to 1 if you have the `chmod' function. */
38#undef HAVE_CHMOD
39
340aa4f6
TO
40/* Is the prototype for getopt in <unistd.h> in the expected format? */
41#undef HAVE_DECL_GETOPT
42
a48ff3ef
MF
43/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
44 */
45#undef HAVE_DECL_TZNAME
46
47/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
48 */
49#undef HAVE_DIRENT_H
50
b15c5d7a
MF
51/* Define to 1 if you have the <dlfcn.h> header file. */
52#undef HAVE_DLFCN_H
53
a48ff3ef
MF
54/* Define to 1 if you have the `dup' function. */
55#undef HAVE_DUP
56
57/* Define to 1 if you have the `dup2' function. */
58#undef HAVE_DUP2
59
b15c5d7a
MF
60/* Define to 1 if you have the `execv' function. */
61#undef HAVE_EXECV
62
63/* Define to 1 if you have the `execve' function. */
64#undef HAVE_EXECVE
65
a48ff3ef
MF
66/* Define to 1 if you have the `fcntl' function. */
67#undef HAVE_FCNTL
68
b15c5d7a
MF
69/* Define to 1 if you have the <fcntl.h> header file. */
70#undef HAVE_FCNTL_H
71
72/* Define to 1 if you have the `fork' function. */
73#undef HAVE_FORK
74
75/* Define to 1 if you have the <fpu_control.h> header file. */
76#undef HAVE_FPU_CONTROL_H
77
a48ff3ef
MF
78/* Define to 1 if you have the `fstat' function. */
79#undef HAVE_FSTAT
80
81/* Define to 1 if you have the `fstatfs' function. */
82#undef HAVE_FSTATFS
83
b15c5d7a
MF
84/* Define to 1 if you have the `ftruncate' function. */
85#undef HAVE_FTRUNCATE
86
a48ff3ef
MF
87/* Define to 1 if you have the `getdirentries' function. */
88#undef HAVE_GETDIRENTRIES
89
b15c5d7a
MF
90/* Define to 1 if you have the `getegid' function. */
91#undef HAVE_GETEGID
92
93/* Define to 1 if you have the `geteuid' function. */
94#undef HAVE_GETEUID
95
96/* Define to 1 if you have the `getgid' function. */
97#undef HAVE_GETGID
98
a48ff3ef
MF
99/* Define to 1 if you have the `getpid' function. */
100#undef HAVE_GETPID
101
102/* Define to 1 if you have the `getppid' function. */
103#undef HAVE_GETPPID
104
b15c5d7a
MF
105/* Define to 1 if you have the `getrusage' function. */
106#undef HAVE_GETRUSAGE
107
a48ff3ef
MF
108/* Define to 1 if you have the `gettimeofday' function. */
109#undef HAVE_GETTIMEOFDAY
110
b15c5d7a
MF
111/* Define to 1 if you have the `getuid' function. */
112#undef HAVE_GETUID
113
114/* Define to 1 if you have the <inttypes.h> header file. */
115#undef HAVE_INTTYPES_H
116
a48ff3ef
MF
117/* Define to 1 if you have the `ioctl' function. */
118#undef HAVE_IOCTL
119
b15c5d7a
MF
120/* Define to 1 if you have the `kill' function. */
121#undef HAVE_KILL
122
a48ff3ef
MF
123/* Define to 1 if you have the `link' function. */
124#undef HAVE_LINK
125
b15c5d7a
MF
126/* Define to 1 if you have the <linux/if_tun.h> header file. */
127#undef HAVE_LINUX_IF_TUN_H
128
129/* Define to 1 if you have the <linux/mii.h> header file. */
130#undef HAVE_LINUX_MII_H
131
132/* Define to 1 if you have the <linux/types.h> header file. */
133#undef HAVE_LINUX_TYPES_H
134
56843243
MF
135/* Define to 1 if the system has the type `long long'. */
136#undef HAVE_LONG_LONG
137
a48ff3ef
MF
138/* Define to 1 if you have the `lseek' function. */
139#undef HAVE_LSEEK
b15c5d7a 140
95955095
MF
141/* Define to 1 if you have the `lstat' function. */
142#undef HAVE_LSTAT
143
b15c5d7a
MF
144/* Define to 1 if you have the <memory.h> header file. */
145#undef HAVE_MEMORY_H
146
95955095
MF
147/* Define to 1 if you have the `mkdir' function. */
148#undef HAVE_MKDIR
149
b15c5d7a
MF
150/* Define to 1 if you have the `mmap' function. */
151#undef HAVE_MMAP
152
153/* Define to 1 if you have the `munmap' function. */
154#undef HAVE_MUNMAP
155
a48ff3ef
MF
156/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
157#undef HAVE_NDIR_H
158
b15c5d7a
MF
159/* Define to 1 if you have the <netinet/in.h> header file. */
160#undef HAVE_NETINET_IN_H
161
162/* Define to 1 if you have the <netinet/tcp.h> header file. */
163#undef HAVE_NETINET_TCP_H
164
165/* Define to 1 if you have the <net/if.h> header file. */
166#undef HAVE_NET_IF_H
167
a48ff3ef
MF
168/* Define to 1 if you have the `pipe' function. */
169#undef HAVE_PIPE
170
b15c5d7a
MF
171/* Define to 1 if you have the `posix_fallocate' function. */
172#undef HAVE_POSIX_FALLOCATE
173
174/* Define to 1 if you have the `pread' function. */
175#undef HAVE_PREAD
176
a48ff3ef
MF
177/* Define to 1 if you have the `rmdir' function. */
178#undef HAVE_RMDIR
179
b15c5d7a
MF
180/* Define to 1 if you have the `setgid' function. */
181#undef HAVE_SETGID
182
a48ff3ef
MF
183/* Define to 1 if you have the `setregid' function. */
184#undef HAVE_SETREGID
185
186/* Define to 1 if you have the `setreuid' function. */
187#undef HAVE_SETREUID
188
b15c5d7a
MF
189/* Define to 1 if you have the `setuid' function. */
190#undef HAVE_SETUID
191
192/* Define to 1 if you have the `sigaction' function. */
193#undef HAVE_SIGACTION
194
a48ff3ef
MF
195/* Define to 1 if you have the `sigprocmask' function. */
196#undef HAVE_SIGPROCMASK
197
b15c5d7a
MF
198/* Define to 1 if the system has the type `socklen_t'. */
199#undef HAVE_SOCKLEN_T
200
201/* Define to 1 if you have the `sqrt' function. */
202#undef HAVE_SQRT
203
a48ff3ef
MF
204/* Define to 1 if you have the `stat' function. */
205#undef HAVE_STAT
206
b15c5d7a
MF
207/* Define to 1 if you have the <stdint.h> header file. */
208#undef HAVE_STDINT_H
209
210/* Define to 1 if you have the <stdlib.h> header file. */
211#undef HAVE_STDLIB_H
212
213/* Define to 1 if you have the <strings.h> header file. */
214#undef HAVE_STRINGS_H
215
216/* Define to 1 if you have the <string.h> header file. */
217#undef HAVE_STRING_H
218
219/* Define to 1 if you have the `strsignal' function. */
220#undef HAVE_STRSIGNAL
221
d43207b0
MF
222/* Define if struct statfs is defined in <sys/mount.h> */
223#undef HAVE_STRUCT_STATFS
224
b15c5d7a
MF
225/* Define to 1 if `st_atime' is a member of `struct stat'. */
226#undef HAVE_STRUCT_STAT_ST_ATIME
227
228/* Define to 1 if `st_blksize' is a member of `struct stat'. */
229#undef HAVE_STRUCT_STAT_ST_BLKSIZE
230
231/* Define to 1 if `st_blocks' is a member of `struct stat'. */
232#undef HAVE_STRUCT_STAT_ST_BLOCKS
233
234/* Define to 1 if `st_ctime' is a member of `struct stat'. */
235#undef HAVE_STRUCT_STAT_ST_CTIME
236
237/* Define to 1 if `st_dev' is a member of `struct stat'. */
238#undef HAVE_STRUCT_STAT_ST_DEV
239
240/* Define to 1 if `st_gid' is a member of `struct stat'. */
241#undef HAVE_STRUCT_STAT_ST_GID
242
243/* Define to 1 if `st_ino' is a member of `struct stat'. */
244#undef HAVE_STRUCT_STAT_ST_INO
245
246/* Define to 1 if `st_mode' is a member of `struct stat'. */
247#undef HAVE_STRUCT_STAT_ST_MODE
248
249/* Define to 1 if `st_mtime' is a member of `struct stat'. */
250#undef HAVE_STRUCT_STAT_ST_MTIME
251
252/* Define to 1 if `st_nlink' is a member of `struct stat'. */
253#undef HAVE_STRUCT_STAT_ST_NLINK
254
255/* Define to 1 if `st_rdev' is a member of `struct stat'. */
256#undef HAVE_STRUCT_STAT_ST_RDEV
257
258/* Define to 1 if `st_size' is a member of `struct stat'. */
259#undef HAVE_STRUCT_STAT_ST_SIZE
260
261/* Define to 1 if `st_uid' is a member of `struct stat'. */
262#undef HAVE_STRUCT_STAT_ST_UID
263
a48ff3ef
MF
264/* Define to 1 if `tm_zone' is a member of `struct tm'. */
265#undef HAVE_STRUCT_TM_TM_ZONE
266
267/* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
268 `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
269#undef HAVE_ST_BLKSIZE
270
271/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
272 `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
273#undef HAVE_ST_BLOCKS
274
275/* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
276 `HAVE_STRUCT_STAT_ST_RDEV' instead. */
277#undef HAVE_ST_RDEV
278
279/* Define to 1 if you have the `symlink' function. */
280#undef HAVE_SYMLINK
281
d4720664
MF
282/* Define if System V semaphores are supported */
283#undef HAVE_SYSV_SEM
284
285/* Define if System V shared memory is supported */
286#undef HAVE_SYSV_SHM
287
a48ff3ef
MF
288/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
289 */
290#undef HAVE_SYS_DIR_H
291
b15c5d7a
MF
292/* Define to 1 if you have the <sys/ioctl.h> header file. */
293#undef HAVE_SYS_IOCTL_H
294
295/* Define to 1 if you have the <sys/mman.h> header file. */
296#undef HAVE_SYS_MMAN_H
297
a48ff3ef
MF
298/* Define to 1 if you have the <sys/mount.h> header file. */
299#undef HAVE_SYS_MOUNT_H
300
301/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
302 */
303#undef HAVE_SYS_NDIR_H
304
b15c5d7a
MF
305/* Define to 1 if you have the <sys/param.h> header file. */
306#undef HAVE_SYS_PARAM_H
307
308/* Define to 1 if you have the <sys/resource.h> header file. */
309#undef HAVE_SYS_RESOURCE_H
310
b15c5d7a
MF
311/* Define to 1 if you have the <sys/socket.h> header file. */
312#undef HAVE_SYS_SOCKET_H
313
a48ff3ef
MF
314/* Define to 1 if you have the <sys/statfs.h> header file. */
315#undef HAVE_SYS_STATFS_H
316
b15c5d7a
MF
317/* Define to 1 if you have the <sys/stat.h> header file. */
318#undef HAVE_SYS_STAT_H
319
a48ff3ef
MF
320/* Define to 1 if you have the <sys/termios.h> header file. */
321#undef HAVE_SYS_TERMIOS_H
322
323/* Define to 1 if you have the <sys/termio.h> header file. */
324#undef HAVE_SYS_TERMIO_H
325
b15c5d7a
MF
326/* Define to 1 if you have the <sys/types.h> header file. */
327#undef HAVE_SYS_TYPES_H
328
a48ff3ef
MF
329/* Define to 1 if you have the <sys/vfs.h> header file. */
330#undef HAVE_SYS_VFS_H
331
332/* Define to 1 if you have the `tcdrain' function. */
333#undef HAVE_TCDRAIN
334
335/* Define to 1 if you have the `tcflow' function. */
336#undef HAVE_TCFLOW
337
338/* Define to 1 if you have the `tcflush' function. */
339#undef HAVE_TCFLUSH
340
341/* Define to 1 if you have the `tcgetattr' function. */
342#undef HAVE_TCGETATTR
343
344/* Define to 1 if you have the `tcgetpgrp' function. */
345#undef HAVE_TCGETPGRP
346
347/* Define to 1 if you have the `tcsendbreak' function. */
348#undef HAVE_TCSENDBREAK
349
350/* Define to 1 if you have the `tcsetattr' function. */
351#undef HAVE_TCSETATTR
352
353/* Define to 1 if you have the `tcsetpgrp' function. */
354#undef HAVE_TCSETPGRP
355
6bf212a8
MF
356/* Define if struct termios has c_line. */
357#undef HAVE_TERMIOS_CLINE
358
b15c5d7a
MF
359/* Define to 1 if you have the <termios.h> header file. */
360#undef HAVE_TERMIOS_H
361
6bf212a8
MF
362/* Define if struct termios exists. */
363#undef HAVE_TERMIOS_STRUCTURE
364
365/* Define if struct termio has c_line. */
366#undef HAVE_TERMIO_CLINE
367
368/* Define if struct termio exists. */
369#undef HAVE_TERMIO_STRUCTURE
370
b15c5d7a
MF
371/* Define to 1 if you have the `time' function. */
372#undef HAVE_TIME
373
a48ff3ef
MF
374/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
375 `HAVE_STRUCT_TM_TM_ZONE' instead. */
376#undef HAVE_TM_ZONE
377
b15c5d7a
MF
378/* Define to 1 if you have the `truncate' function. */
379#undef HAVE_TRUNCATE
380
a48ff3ef
MF
381/* Define to 1 if you don't have `tm_zone' but do have the external array
382 `tzname'. */
383#undef HAVE_TZNAME
384
385/* Define to 1 if you have the `umask' function. */
386#undef HAVE_UMASK
387
d4720664
MF
388/* Define if union semun is defined in <sys/sem.h> */
389#undef HAVE_UNION_SEMUN
390
b15c5d7a
MF
391/* Define to 1 if you have the <unistd.h> header file. */
392#undef HAVE_UNISTD_H
393
a48ff3ef
MF
394/* Define to 1 if you have the `unlink' function. */
395#undef HAVE_UNLINK
396
b15c5d7a
MF
397/* Define to 1 if you have the `utime' function. */
398#undef HAVE_UTIME
399
400/* Define to 1 if you have the <utime.h> header file. */
401#undef HAVE_UTIME_H
402
403/* Define to 1 if the system has the type `__int128'. */
404#undef HAVE___INT128
405
406/* Define to 1 if you have the `__setfpucw' function. */
407#undef HAVE___SETFPUCW
408
b5689863
MF
409/* Define to the sub-directory in which libtool stores uninstalled libraries.
410 */
411#undef LT_OBJDIR
412
b15c5d7a
MF
413/* Name of package */
414#undef PACKAGE
415
416/* Define to the address where bug reports for this package should be sent. */
417#undef PACKAGE_BUGREPORT
418
419/* Define to the full name of this package. */
420#undef PACKAGE_NAME
421
422/* Define to the full name and version of this package. */
423#undef PACKAGE_STRING
424
425/* Define to the one symbol short name of this package. */
426#undef PACKAGE_TARNAME
427
428/* Define to the home page for this package. */
429#undef PACKAGE_URL
430
431/* Define to the version of this package. */
432#undef PACKAGE_VERSION
433
6dd65fc0
MF
434/* Additional package description */
435#undef PKGVERSION
436
04381273
MF
437/* Sim profile settings */
438#undef PROFILE
439
6dd65fc0
MF
440/* Bug reporting address */
441#undef REPORT_BUGS_TO
442
b15c5d7a
MF
443/* Define as the return type of signal handlers (`int' or `void'). */
444#undef RETSIGTYPE
445
446/* Define to 1 if you have the ANSI C header files. */
447#undef STDC_HEADERS
448
a48ff3ef
MF
449/* Define to 1 if your <sys/time.h> declares `struct tm'. */
450#undef TM_IN_SYS_TIME
451
b15c5d7a
MF
452/* Version number of package */
453#undef VERSION
454
ba307cdd
MF
455/* Sim alignment settings */
456#undef WITH_ALIGNMENT
457
dba333c1
MF
458/* Sim assert settings */
459#undef WITH_ASSERT
460
04381273
MF
461/* Sim debug setting */
462#undef WITH_DEBUG
463
5ea45474
MF
464/* Sim default environment */
465#undef WITH_ENVIRONMENT
466
04381273
MF
467/* Sim profile settings */
468#undef WITH_PROFILE
469
7eb1f99a
MF
470/* Sim reserved bits setting */
471#undef WITH_RESERVED_BITS
472
b79efe26
MF
473/* Sim cache szie */
474#undef WITH_SCACHE
475
20b579ba
MF
476/* Sim SMP settings */
477#undef WITH_SMP
478
04381273
MF
479/* How to route I/O */
480#undef WITH_STDIO
481
f9a4d543
MF
482/* Sim endian settings */
483#undef WITH_TARGET_BYTE_ORDER
484
04381273
MF
485/* Sim trace settings */
486#undef WITH_TRACE
487
b15c5d7a
MF
488/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
489 significant byte first (like Motorola and SPARC, unlike Intel). */
490#if defined AC_APPLE_UNIVERSAL_BUILD
491# if defined __BIG_ENDIAN__
492# define WORDS_BIGENDIAN 1
493# endif
494#else
495# ifndef WORDS_BIGENDIAN
496# undef WORDS_BIGENDIAN
497# endif
498#endif
499
a48ff3ef
MF
500/* Define to `int' if <sys/types.h> doesn't define. */
501#undef gid_t
502
503/* Define to `int' if <sys/types.h> does not define. */
504#undef mode_t
505
506/* Define to `long int' if <sys/types.h> does not define. */
507#undef off_t
508
509/* Define to `int' if <sys/types.h> does not define. */
510#undef pid_t
511
512/* Define to `unsigned int' if <sys/types.h> does not define. */
513#undef size_t
514
515/* Define to `int' if <sys/types.h> doesn't define. */
516#undef uid_t