]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/arm/config.in
Bump to autoconf 2.69 and automake 1.15.1
[thirdparty/binutils-gdb.git] / sim / arm / config.in
CommitLineData
c4793bac 1/* config.in. Generated from configure.ac by autoheader. */
c906108c 2
c4c9c44f
MF
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
ce39bd38
MF
6/* Sim debug setting */
7#undef DEBUG
8
edc5d9ec
HPN
9/* Define to 1 if translation of program messages to the user's native
10 language is requested. */
c4793bac 11#undef ENABLE_NLS
c906108c 12
c4793bac
PB
13/* Define to 1 if you have the <dlfcn.h> header file. */
14#undef HAVE_DLFCN_H
c906108c 15
c4793bac
PB
16/* Define to 1 if you have the <errno.h> header file. */
17#undef HAVE_ERRNO_H
c906108c 18
c4793bac
PB
19/* Define to 1 if you have the <fcntl.h> header file. */
20#undef HAVE_FCNTL_H
c906108c 21
c4793bac
PB
22/* Define to 1 if you have the <fpu_control.h> header file. */
23#undef HAVE_FPU_CONTROL_H
c906108c 24
936df756
MF
25/* Define to 1 if you have the `ftruncate' function. */
26#undef HAVE_FTRUNCATE
27
c4793bac
PB
28/* Define to 1 if you have the `getrusage' function. */
29#undef HAVE_GETRUSAGE
c906108c 30
c4793bac
PB
31/* Define to 1 if you have the <inttypes.h> header file. */
32#undef HAVE_INTTYPES_H
c906108c 33
c4793bac
PB
34/* Define to 1 if you have the `nsl' library (-lnsl). */
35#undef HAVE_LIBNSL
c906108c 36
c4793bac
PB
37/* Define to 1 if you have the `socket' library (-lsocket). */
38#undef HAVE_LIBSOCKET
c906108c 39
936df756
MF
40/* Define to 1 if you have the `lstat' function. */
41#undef HAVE_LSTAT
42
c4793bac
PB
43/* Define to 1 if you have the <memory.h> header file. */
44#undef HAVE_MEMORY_H
c906108c 45
936df756
MF
46/* Define to 1 if you have the `mmap' function. */
47#undef HAVE_MMAP
48
49/* Define to 1 if you have the `munmap' function. */
50#undef HAVE_MUNMAP
51
52/* Define to 1 if you have the `posix_fallocate' function. */
53#undef HAVE_POSIX_FALLOCATE
54
c4793bac 55/* Define to 1 if you have the `sigaction' function. */
c906108c
SS
56#undef HAVE_SIGACTION
57
936df756
MF
58/* Define to 1 if the system has the type `socklen_t'. */
59#undef HAVE_SOCKLEN_T
60
c4793bac
PB
61/* Define to 1 if you have the <stdint.h> header file. */
62#undef HAVE_STDINT_H
63
64/* Define to 1 if you have the <stdlib.h> header file. */
65#undef HAVE_STDLIB_H
66
c4793bac
PB
67/* Define to 1 if you have the <strings.h> header file. */
68#undef HAVE_STRINGS_H
69
70/* Define to 1 if you have the <string.h> header file. */
71#undef HAVE_STRING_H
72
d0ac1c44 73/* Define to 1 if `st_atime' is a member of `struct stat'. */
936df756
MF
74#undef HAVE_STRUCT_STAT_ST_ATIME
75
d0ac1c44 76/* Define to 1 if `st_blksize' is a member of `struct stat'. */
936df756
MF
77#undef HAVE_STRUCT_STAT_ST_BLKSIZE
78
d0ac1c44 79/* Define to 1 if `st_blocks' is a member of `struct stat'. */
936df756
MF
80#undef HAVE_STRUCT_STAT_ST_BLOCKS
81
d0ac1c44 82/* Define to 1 if `st_ctime' is a member of `struct stat'. */
936df756
MF
83#undef HAVE_STRUCT_STAT_ST_CTIME
84
d0ac1c44 85/* Define to 1 if `st_dev' is a member of `struct stat'. */
936df756
MF
86#undef HAVE_STRUCT_STAT_ST_DEV
87
d0ac1c44 88/* Define to 1 if `st_gid' is a member of `struct stat'. */
936df756
MF
89#undef HAVE_STRUCT_STAT_ST_GID
90
d0ac1c44 91/* Define to 1 if `st_ino' is a member of `struct stat'. */
936df756
MF
92#undef HAVE_STRUCT_STAT_ST_INO
93
d0ac1c44 94/* Define to 1 if `st_mode' is a member of `struct stat'. */
936df756
MF
95#undef HAVE_STRUCT_STAT_ST_MODE
96
d0ac1c44 97/* Define to 1 if `st_mtime' is a member of `struct stat'. */
936df756
MF
98#undef HAVE_STRUCT_STAT_ST_MTIME
99
d0ac1c44 100/* Define to 1 if `st_nlink' is a member of `struct stat'. */
936df756
MF
101#undef HAVE_STRUCT_STAT_ST_NLINK
102
d0ac1c44 103/* Define to 1 if `st_rdev' is a member of `struct stat'. */
936df756
MF
104#undef HAVE_STRUCT_STAT_ST_RDEV
105
d0ac1c44 106/* Define to 1 if `st_size' is a member of `struct stat'. */
936df756
MF
107#undef HAVE_STRUCT_STAT_ST_SIZE
108
d0ac1c44 109/* Define to 1 if `st_uid' is a member of `struct stat'. */
936df756
MF
110#undef HAVE_STRUCT_STAT_ST_UID
111
112/* Define to 1 if you have the <sys/mman.h> header file. */
113#undef HAVE_SYS_MMAN_H
114
c4793bac
PB
115/* Define to 1 if you have the <sys/resource.h> header file. */
116#undef HAVE_SYS_RESOURCE_H
117
118/* Define to 1 if you have the <sys/stat.h> header file. */
119#undef HAVE_SYS_STAT_H
120
936df756
MF
121/* Define to 1 if you have the <sys/times.h> header file. */
122#undef HAVE_SYS_TIMES_H
123
c4793bac
PB
124/* Define to 1 if you have the <sys/time.h> header file. */
125#undef HAVE_SYS_TIME_H
126
127/* Define to 1 if you have the <sys/types.h> header file. */
128#undef HAVE_SYS_TYPES_H
129
130/* Define to 1 if you have the `time' function. */
c906108c
SS
131#undef HAVE_TIME
132
c4793bac
PB
133/* Define to 1 if you have the <time.h> header file. */
134#undef HAVE_TIME_H
c906108c 135
936df756
MF
136/* Define to 1 if you have the `truncate' function. */
137#undef HAVE_TRUNCATE
138
c4793bac
PB
139/* Define to 1 if you have the <unistd.h> header file. */
140#undef HAVE_UNISTD_H
c906108c 141
faa743bb
RM
142/* Define to 1 if you have the <windows.h> header file. */
143#undef HAVE_WINDOWS_H
144
c4793bac
PB
145/* Define to 1 if you have the `__setfpucw' function. */
146#undef HAVE___SETFPUCW
c906108c 147
faa743bb
RM
148/* Define to the sub-directory in which libtool stores uninstalled libraries.
149 */
150#undef LT_OBJDIR
151
5f3ef9d0
JB
152/* Name of this package. */
153#undef PACKAGE
154
c4793bac
PB
155/* Define to the address where bug reports for this package should be sent. */
156#undef PACKAGE_BUGREPORT
c906108c 157
c4793bac
PB
158/* Define to the full name of this package. */
159#undef PACKAGE_NAME
c906108c 160
c4793bac
PB
161/* Define to the full name and version of this package. */
162#undef PACKAGE_STRING
c906108c 163
c4793bac
PB
164/* Define to the one symbol short name of this package. */
165#undef PACKAGE_TARNAME
c906108c 166
81ecdfbb
RW
167/* Define to the home page for this package. */
168#undef PACKAGE_URL
169
c4793bac
PB
170/* Define to the version of this package. */
171#undef PACKAGE_VERSION
c906108c 172
b5bd9624
HPN
173/* Additional package description */
174#undef PKGVERSION
175
ce39bd38
MF
176/* Sim profile settings */
177#undef PROFILE
178
b5bd9624
HPN
179/* Bug reporting address */
180#undef REPORT_BUGS_TO
181
c4793bac
PB
182/* Define as the return type of signal handlers (`int' or `void'). */
183#undef RETSIGTYPE
c906108c 184
c4793bac
PB
185/* Define to 1 if you have the ANSI C header files. */
186#undef STDC_HEADERS
2232061b
MF
187
188/* Enable extensions on AIX 3, Interix. */
189#ifndef _ALL_SOURCE
190# undef _ALL_SOURCE
191#endif
192/* Enable GNU extensions on systems that have them. */
193#ifndef _GNU_SOURCE
194# undef _GNU_SOURCE
195#endif
196/* Enable threading extensions on Solaris. */
197#ifndef _POSIX_PTHREAD_SEMANTICS
198# undef _POSIX_PTHREAD_SEMANTICS
199#endif
200/* Enable extensions on HP NonStop. */
201#ifndef _TANDEM_SOURCE
202# undef _TANDEM_SOURCE
203#endif
204/* Enable general extensions on Solaris. */
205#ifndef __EXTENSIONS__
206# undef __EXTENSIONS__
207#endif
208
209
ce39bd38
MF
210/* Sim assert settings */
211#undef WITH_ASSERT
212
213/* Sim debug setting */
214#undef WITH_DEBUG
215
216/* Sim default environment */
217#undef WITH_ENVIRONMENT
218
219/* Sim profile settings */
220#undef WITH_PROFILE
221
222/* How to route I/O */
223#undef WITH_STDIO
224
225/* Sim trace settings */
226#undef WITH_TRACE
227
c4c9c44f
MF
228/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
229 significant byte first (like Motorola and SPARC, unlike Intel). */
230#if defined AC_APPLE_UNIVERSAL_BUILD
231# if defined __BIG_ENDIAN__
232# define WORDS_BIGENDIAN 1
233# endif
234#else
235# ifndef WORDS_BIGENDIAN
236# undef WORDS_BIGENDIAN
237# endif
238#endif
239
2232061b
MF
240/* Define to 1 if on MINIX. */
241#undef _MINIX
242
243/* Define to 2 if the system does not provide POSIX.1 features except with
244 this defined. */
245#undef _POSIX_1_SOURCE
246
247/* Define to 1 if you need to in order for `stat' and other things to work. */
248#undef _POSIX_SOURCE