gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / sim / ppc / config.in
CommitLineData
30e66173 1/* config.in. Generated from configure.ac by autoheader. */
c906108c 2
81ecdfbb
RW
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
edc5d9ec
HPN
6/* Define to 1 if translation of program messages to the user's native
7 language is requested. */
30e66173
MI
8#undef ENABLE_NLS
9
10/* Define to the type of elements in the array set by `getgroups'. Usually
11 this is either `int' or `gid_t'. */
12#undef GETGROUPS_T
c906108c 13
30e66173 14/* Define to 1 if you have the `access' function. */
c906108c
SS
15#undef HAVE_ACCESS
16
30e66173 17/* Define to 1 if you have the `cfgetispeed' function. */
c906108c
SS
18#undef HAVE_CFGETISPEED
19
30e66173 20/* Define to 1 if you have the `cfgetospeed' function. */
c906108c
SS
21#undef HAVE_CFGETOSPEED
22
30e66173 23/* Define to 1 if you have the `cfsetispeed' function. */
c906108c
SS
24#undef HAVE_CFSETISPEED
25
30e66173 26/* Define to 1 if you have the `cfsetospeed' function. */
c906108c
SS
27#undef HAVE_CFSETOSPEED
28
30e66173 29/* Define to 1 if you have the `chdir' function. */
c906108c
SS
30#undef HAVE_CHDIR
31
30e66173 32/* Define to 1 if you have the `chmod' function. */
c906108c
SS
33#undef HAVE_CHMOD
34
30e66173 35/* Define to 1 if you have the `chown' function. */
c906108c
SS
36#undef HAVE_CHOWN
37
81ecdfbb
RW
38/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
39 */
40#undef HAVE_DECL_TZNAME
41
30e66173
MI
42/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
43 */
44#undef HAVE_DIRENT_H
45
2974be62
AM
46/* Define to 1 if you have the <dlfcn.h> header file. */
47#undef HAVE_DLFCN_H
48
30e66173 49/* Define to 1 if you have the `dup' function. */
c906108c
SS
50#undef HAVE_DUP
51
30e66173 52/* Define to 1 if you have the `dup2' function. */
c906108c
SS
53#undef HAVE_DUP2
54
30e66173 55/* Define to 1 if you have the `fchmod' function. */
c906108c
SS
56#undef HAVE_FCHMOD
57
30e66173 58/* Define to 1 if you have the `fchown' function. */
c906108c
SS
59#undef HAVE_FCHOWN
60
30e66173 61/* Define to 1 if you have the `fcntl' function. */
c906108c
SS
62#undef HAVE_FCNTL
63
30e66173
MI
64/* Define to 1 if you have the <fcntl.h> header file. */
65#undef HAVE_FCNTL_H
66
67/* Define to 1 if you have the `fstat' function. */
c906108c
SS
68#undef HAVE_FSTAT
69
30e66173 70/* Define to 1 if you have the `fstatfs' function. */
c906108c
SS
71#undef HAVE_FSTATFS
72
30e66173 73/* Define to 1 if you have the `getdirentries' function. */
c906108c
SS
74#undef HAVE_GETDIRENTRIES
75
30e66173 76/* Define to 1 if you have the `getegid' function. */
c906108c
SS
77#undef HAVE_GETEGID
78
30e66173 79/* Define to 1 if you have the `geteuid' function. */
c906108c
SS
80#undef HAVE_GETEUID
81
30e66173 82/* Define to 1 if you have the `getgid' function. */
c906108c
SS
83#undef HAVE_GETGID
84
30e66173 85/* Define to 1 if you have the `getpid' function. */
c906108c
SS
86#undef HAVE_GETPID
87
30e66173 88/* Define to 1 if you have the `getppid' function. */
c906108c
SS
89#undef HAVE_GETPPID
90
30e66173 91/* Define to 1 if you have the `getrusage' function. */
c906108c
SS
92#undef HAVE_GETRUSAGE
93
30e66173 94/* Define to 1 if you have the `gettimeofday' function. */
c906108c
SS
95#undef HAVE_GETTIMEOFDAY
96
30e66173 97/* Define to 1 if you have the `getuid' function. */
c906108c
SS
98#undef HAVE_GETUID
99
30e66173
MI
100/* Define to 1 if you have the <inttypes.h> header file. */
101#undef HAVE_INTTYPES_H
102
103/* Define to 1 if you have the `ioctl' function. */
c906108c
SS
104#undef HAVE_IOCTL
105
30e66173 106/* Define to 1 if you have the `kill' function. */
c906108c
SS
107#undef HAVE_KILL
108
30e66173 109/* Define to 1 if you have the `link' function. */
c906108c
SS
110#undef HAVE_LINK
111
30e66173
MI
112/* Define to 1 if the system has the type `long long'. */
113#undef HAVE_LONG_LONG
114
115/* Define to 1 if you have the `lseek' function. */
c906108c
SS
116#undef HAVE_LSEEK
117
30e66173 118/* Define to 1 if you have the `lstat' function. */
c906108c
SS
119#undef HAVE_LSTAT
120
30e66173
MI
121/* Define to 1 if you have the <memory.h> header file. */
122#undef HAVE_MEMORY_H
123
124/* Define to 1 if you have the `mkdir' function. */
c906108c
SS
125#undef HAVE_MKDIR
126
30e66173
MI
127/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
128#undef HAVE_NDIR_H
129
30e66173 130/* Define to 1 if you have the `pipe' function. */
c906108c
SS
131#undef HAVE_PIPE
132
30e66173 133/* Define to 1 if you have the `readlink' function. */
c906108c
SS
134#undef HAVE_READLINK
135
30e66173 136/* Define to 1 if you have the `rmdir' function. */
c906108c
SS
137#undef HAVE_RMDIR
138
30e66173 139/* Define to 1 if you have the `setregid' function. */
c906108c
SS
140#undef HAVE_SETREGID
141
30e66173 142/* Define to 1 if you have the `setreuid' function. */
c906108c
SS
143#undef HAVE_SETREUID
144
30e66173 145/* Define to 1 if you have the `sigprocmask' function. */
c906108c
SS
146#undef HAVE_SIGPROCMASK
147
30e66173 148/* Define to 1 if you have the `stat' function. */
c906108c
SS
149#undef HAVE_STAT
150
30e66173
MI
151/* Define to 1 if you have the <stdint.h> header file. */
152#undef HAVE_STDINT_H
153
154/* Define to 1 if you have the <stdlib.h> header file. */
155#undef HAVE_STDLIB_H
156
30e66173
MI
157/* Define to 1 if you have the <strings.h> header file. */
158#undef HAVE_STRINGS_H
159
160/* Define to 1 if you have the <string.h> header file. */
161#undef HAVE_STRING_H
162
163/* Define if struct statfs is defined in <sys/mount.h> */
164#undef HAVE_STRUCT_STATFS
165
d0ac1c44 166/* Define to 1 if `st_blksize' is a member of `struct stat'. */
30e66173
MI
167#undef HAVE_STRUCT_STAT_ST_BLKSIZE
168
d0ac1c44 169/* Define to 1 if `st_blocks' is a member of `struct stat'. */
30e66173
MI
170#undef HAVE_STRUCT_STAT_ST_BLOCKS
171
d0ac1c44 172/* Define to 1 if `st_rdev' is a member of `struct stat'. */
30e66173
MI
173#undef HAVE_STRUCT_STAT_ST_RDEV
174
d0ac1c44 175/* Define to 1 if `tm_zone' is a member of `struct tm'. */
30e66173
MI
176#undef HAVE_STRUCT_TM_TM_ZONE
177
178/* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
179 `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
180#undef HAVE_ST_BLKSIZE
181
182/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
183 `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
184#undef HAVE_ST_BLOCKS
185
186/* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
187 `HAVE_STRUCT_STAT_ST_RDEV' instead. */
188#undef HAVE_ST_RDEV
189
190/* Define to 1 if you have the `symlink' function. */
c906108c
SS
191#undef HAVE_SYMLINK
192
30e66173
MI
193/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
194 */
195#undef HAVE_SYS_DIR_H
196
197/* Define to 1 if you have the <sys/ioctl.h> header file. */
198#undef HAVE_SYS_IOCTL_H
199
200/* Define to 1 if you have the <sys/mount.h> header file. */
201#undef HAVE_SYS_MOUNT_H
202
203/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
204 */
205#undef HAVE_SYS_NDIR_H
206
207/* Define to 1 if you have the <sys/param.h> header file. */
208#undef HAVE_SYS_PARAM_H
209
210/* Define to 1 if you have the <sys/resource.h> header file. */
211#undef HAVE_SYS_RESOURCE_H
212
213/* Define to 1 if you have the <sys/statfs.h> header file. */
214#undef HAVE_SYS_STATFS_H
215
216/* Define to 1 if you have the <sys/stat.h> header file. */
217#undef HAVE_SYS_STAT_H
218
219/* Define to 1 if you have the <sys/termios.h> header file. */
220#undef HAVE_SYS_TERMIOS_H
221
222/* Define to 1 if you have the <sys/termio.h> header file. */
223#undef HAVE_SYS_TERMIO_H
224
225/* Define to 1 if you have the <sys/times.h> header file. */
226#undef HAVE_SYS_TIMES_H
227
228/* Define to 1 if you have the <sys/time.h> header file. */
229#undef HAVE_SYS_TIME_H
230
231/* Define to 1 if you have the <sys/types.h> header file. */
232#undef HAVE_SYS_TYPES_H
233
234/* Define to 1 if you have the <sys/vfs.h> header file. */
235#undef HAVE_SYS_VFS_H
236
237/* Define to 1 if you have the `tcdrain' function. */
c906108c
SS
238#undef HAVE_TCDRAIN
239
30e66173 240/* Define to 1 if you have the `tcflow' function. */
c906108c
SS
241#undef HAVE_TCFLOW
242
30e66173 243/* Define to 1 if you have the `tcflush' function. */
c906108c
SS
244#undef HAVE_TCFLUSH
245
30e66173 246/* Define to 1 if you have the `tcgetattr' function. */
c906108c
SS
247#undef HAVE_TCGETATTR
248
30e66173 249/* Define to 1 if you have the `tcgetpgrp' function. */
c906108c
SS
250#undef HAVE_TCGETPGRP
251
30e66173 252/* Define to 1 if you have the `tcsendbreak' function. */
c906108c
SS
253#undef HAVE_TCSENDBREAK
254
30e66173 255/* Define to 1 if you have the `tcsetattr' function. */
c906108c
SS
256#undef HAVE_TCSETATTR
257
30e66173 258/* Define to 1 if you have the `tcsetpgrp' function. */
c906108c
SS
259#undef HAVE_TCSETPGRP
260
30e66173 261/* Define to 1 if you have the `time' function. */
c906108c
SS
262#undef HAVE_TIME
263
30e66173
MI
264/* Define to 1 if you have the <time.h> header file. */
265#undef HAVE_TIME_H
c906108c 266
30e66173
MI
267/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
268 `HAVE_STRUCT_TM_TM_ZONE' instead. */
269#undef HAVE_TM_ZONE
c906108c 270
30e66173
MI
271/* Define to 1 if you don't have `tm_zone' but do have the external array
272 `tzname'. */
273#undef HAVE_TZNAME
c906108c 274
30e66173
MI
275/* Define to 1 if you have the `umask' function. */
276#undef HAVE_UMASK
c906108c 277
bf0275b1
DE
278/* Define if union semun is defined in <sys/sem.h> */
279#undef HAVE_UNION_SEMUN
280
30e66173
MI
281/* Define to 1 if you have the <unistd.h> header file. */
282#undef HAVE_UNISTD_H
c906108c 283
30e66173
MI
284/* Define to 1 if you have the `unlink' function. */
285#undef HAVE_UNLINK
c906108c 286
2974be62
AM
287/* Define to 1 if you have the <windows.h> header file. */
288#undef HAVE_WINDOWS_H
289
30e66173
MI
290/* Define to the address where bug reports for this package should be sent. */
291#undef PACKAGE_BUGREPORT
c906108c 292
30e66173
MI
293/* Define to the full name of this package. */
294#undef PACKAGE_NAME
c906108c 295
30e66173
MI
296/* Define to the full name and version of this package. */
297#undef PACKAGE_STRING
c906108c 298
30e66173
MI
299/* Define to the one symbol short name of this package. */
300#undef PACKAGE_TARNAME
c906108c 301
81ecdfbb
RW
302/* Define to the home page for this package. */
303#undef PACKAGE_URL
304
30e66173
MI
305/* Define to the version of this package. */
306#undef PACKAGE_VERSION
c906108c 307
6efef468
JM
308/* Additional package description */
309#undef PKGVERSION
310
311/* Bug reporting address */
312#undef REPORT_BUGS_TO
313
30e66173
MI
314/* Define as the return type of signal handlers (`int' or `void'). */
315#undef RETSIGTYPE
c906108c 316
30e66173
MI
317/* Define to 1 if you have the ANSI C header files. */
318#undef STDC_HEADERS
c906108c 319
30e66173
MI
320/* Define to 1 if your <sys/time.h> declares `struct tm'. */
321#undef TM_IN_SYS_TIME
c906108c 322
058ad269
MM
323/* Define if we should use the Windows API, instead of the POSIX API. On
324 Windows, we use the Windows API when building for MinGW, but the POSIX API
325 when building for Cygwin. */
326#undef USE_WIN32API
327
ce39bd38
MF
328/* Sim assert settings */
329#undef WITH_ASSERT
330
331/* Sim default environment */
332#undef WITH_ENVIRONMENT
333
334/* How to route I/O */
335#undef WITH_STDIO
336
337/* Sim trace settings */
338#undef WITH_TRACE
339
81ecdfbb
RW
340/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
341 significant byte first (like Motorola and SPARC, unlike Intel). */
342#if defined AC_APPLE_UNIVERSAL_BUILD
343# if defined __BIG_ENDIAN__
344# define WORDS_BIGENDIAN 1
345# endif
346#else
347# ifndef WORDS_BIGENDIAN
348# undef WORDS_BIGENDIAN
349# endif
350#endif
c906108c 351
30e66173
MI
352/* Define to `int' if <sys/types.h> doesn't define. */
353#undef gid_t
c906108c 354
30e66173
MI
355/* Define to `int' if <sys/types.h> does not define. */
356#undef mode_t
c906108c 357
81ecdfbb 358/* Define to `long int' if <sys/types.h> does not define. */
30e66173 359#undef off_t
c906108c 360
30e66173
MI
361/* Define to `int' if <sys/types.h> does not define. */
362#undef pid_t
1f362c96 363
81ecdfbb 364/* Define to `unsigned int' if <sys/types.h> does not define. */
30e66173 365#undef size_t
1f362c96 366
30e66173
MI
367/* Define to `int' if <sys/types.h> doesn't define. */
368#undef uid_t
This page took 1.10803 seconds and 4 git commands to generate.