]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/rx/config.in
sim: unify platform function & header tests
[thirdparty/binutils-gdb.git] / sim / rx / config.in
CommitLineData
2232061b
MF
1/* config.in. Generated from configure.ac by autoheader. */
2
0cb8d851
MF
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
2232061b
MF
6/* --enable-cycle-accurate */
7#undef CYCLE_ACCURATE
8
9/* --enable-cycle-stats */
10#undef CYCLE_STATS
2388a152 11
ce39bd38
MF
12/* Sim debug setting */
13#undef DEBUG
14
2388a152
MM
15/* Define to 1 if translation of program messages to the user's native
16 language is requested. */
17#undef ENABLE_NLS
18
19/* Define to 1 if you have the <dlfcn.h> header file. */
20#undef HAVE_DLFCN_H
21
66d055c7
MF
22/* Define if dv-sockser is usable. */
23#undef HAVE_DV_SOCKSER
24
2388a152
MM
25/* Define to 1 if you have the <inttypes.h> header file. */
26#undef HAVE_INTTYPES_H
27
66d055c7
MF
28/* Define to 1 if you have the `m' library (-lm). */
29#undef HAVE_LIBM
30
2388a152
MM
31/* Define to 1 if you have the `nsl' library (-lnsl). */
32#undef HAVE_LIBNSL
33
34/* Define to 1 if you have the `socket' library (-lsocket). */
35#undef HAVE_LIBSOCKET
36
37/* Define to 1 if you have the <memory.h> header file. */
38#undef HAVE_MEMORY_H
39
2388a152
MM
40/* Define to 1 if you have the <stdint.h> header file. */
41#undef HAVE_STDINT_H
42
43/* Define to 1 if you have the <stdlib.h> header file. */
44#undef HAVE_STDLIB_H
45
46/* Define to 1 if you have the <strings.h> header file. */
47#undef HAVE_STRINGS_H
48
49/* Define to 1 if you have the <string.h> header file. */
50#undef HAVE_STRING_H
51
2388a152
MM
52/* Define to 1 if you have the <sys/stat.h> header file. */
53#undef HAVE_SYS_STAT_H
54
2388a152
MM
55/* Define to 1 if you have the <sys/types.h> header file. */
56#undef HAVE_SYS_TYPES_H
57
2388a152
MM
58/* Define to 1 if you have the <unistd.h> header file. */
59#undef HAVE_UNISTD_H
60
faa743bb
RM
61/* Define to 1 if you have the <windows.h> header file. */
62#undef HAVE_WINDOWS_H
63
faa743bb
RM
64/* Define to the sub-directory in which libtool stores uninstalled libraries.
65 */
66#undef LT_OBJDIR
67
5f3ef9d0
JB
68/* Name of this package. */
69#undef PACKAGE
70
2388a152
MM
71/* Define to the address where bug reports for this package should be sent. */
72#undef PACKAGE_BUGREPORT
73
74/* Define to the full name of this package. */
75#undef PACKAGE_NAME
76
77/* Define to the full name and version of this package. */
78#undef PACKAGE_STRING
79
80/* Define to the one symbol short name of this package. */
81#undef PACKAGE_TARNAME
82
83/* Define to the home page for this package. */
84#undef PACKAGE_URL
85
86/* Define to the version of this package. */
87#undef PACKAGE_VERSION
88
89/* Additional package description */
90#undef PKGVERSION
91
ce39bd38
MF
92/* Sim profile settings */
93#undef PROFILE
94
2388a152
MM
95/* Bug reporting address */
96#undef REPORT_BUGS_TO
97
2388a152
MM
98/* Define to 1 if you have the ANSI C header files. */
99#undef STDC_HEADERS
93378652 100
2232061b
MF
101/* Enable extensions on AIX 3, Interix. */
102#ifndef _ALL_SOURCE
103# undef _ALL_SOURCE
104#endif
105/* Enable GNU extensions on systems that have them. */
106#ifndef _GNU_SOURCE
107# undef _GNU_SOURCE
108#endif
109/* Enable threading extensions on Solaris. */
110#ifndef _POSIX_PTHREAD_SEMANTICS
111# undef _POSIX_PTHREAD_SEMANTICS
112#endif
113/* Enable extensions on HP NonStop. */
114#ifndef _TANDEM_SOURCE
115# undef _TANDEM_SOURCE
116#endif
117/* Enable general extensions on Solaris. */
118#ifndef __EXTENSIONS__
119# undef __EXTENSIONS__
120#endif
121
122
ce39bd38
MF
123/* Sim assert settings */
124#undef WITH_ASSERT
125
126/* Sim debug setting */
127#undef WITH_DEBUG
128
129/* Sim default environment */
130#undef WITH_ENVIRONMENT
131
132/* Sim profile settings */
133#undef WITH_PROFILE
134
135/* How to route I/O */
136#undef WITH_STDIO
137
138/* Sim trace settings */
139#undef WITH_TRACE
140
0cb8d851
MF
141/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
142 significant byte first (like Motorola and SPARC, unlike Intel). */
143#if defined AC_APPLE_UNIVERSAL_BUILD
144# if defined __BIG_ENDIAN__
145# define WORDS_BIGENDIAN 1
146# endif
147#else
148# ifndef WORDS_BIGENDIAN
149# undef WORDS_BIGENDIAN
150# endif
151#endif
152
2232061b
MF
153/* Define to 1 if on MINIX. */
154#undef _MINIX
155
156/* Define to 2 if the system does not provide POSIX.1 features except with
157 this defined. */
158#undef _POSIX_1_SOURCE
159
160/* Define to 1 if you need to in order for `stat' and other things to work. */
161#undef _POSIX_SOURCE