]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/rx/config.in
sim: unify environment build settings
[thirdparty/binutils-gdb.git] / sim / rx / config.in
1 /* config.in. Generated from configure.ac by autoheader. */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* --enable-cycle-accurate */
7 #undef CYCLE_ACCURATE
8
9 /* --enable-cycle-stats */
10 #undef CYCLE_STATS
11
12 /* Sim debug setting */
13 #undef DEBUG
14
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
22 /* Define if dv-sockser is usable. */
23 #undef HAVE_DV_SOCKSER
24
25 /* Define to 1 if you have the <inttypes.h> header file. */
26 #undef HAVE_INTTYPES_H
27
28 /* Define to 1 if you have the `m' library (-lm). */
29 #undef HAVE_LIBM
30
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
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
52 /* Define to 1 if you have the <sys/stat.h> header file. */
53 #undef HAVE_SYS_STAT_H
54
55 /* Define to 1 if you have the <sys/types.h> header file. */
56 #undef HAVE_SYS_TYPES_H
57
58 /* Define to 1 if you have the <unistd.h> header file. */
59 #undef HAVE_UNISTD_H
60
61 /* Define to 1 if you have the <windows.h> header file. */
62 #undef HAVE_WINDOWS_H
63
64 /* Define to the sub-directory in which libtool stores uninstalled libraries.
65 */
66 #undef LT_OBJDIR
67
68 /* Name of this package. */
69 #undef PACKAGE
70
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
92 /* Sim profile settings */
93 #undef PROFILE
94
95 /* Bug reporting address */
96 #undef REPORT_BUGS_TO
97
98 /* Define to 1 if you have the ANSI C header files. */
99 #undef STDC_HEADERS
100
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
123 /* Sim debug setting */
124 #undef WITH_DEBUG
125
126 /* Sim profile settings */
127 #undef WITH_PROFILE
128
129 /* How to route I/O */
130 #undef WITH_STDIO
131
132 /* Sim trace settings */
133 #undef WITH_TRACE
134
135 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
136 significant byte first (like Motorola and SPARC, unlike Intel). */
137 #if defined AC_APPLE_UNIVERSAL_BUILD
138 # if defined __BIG_ENDIAN__
139 # define WORDS_BIGENDIAN 1
140 # endif
141 #else
142 # ifndef WORDS_BIGENDIAN
143 # undef WORDS_BIGENDIAN
144 # endif
145 #endif
146
147 /* Define to 1 if on MINIX. */
148 #undef _MINIX
149
150 /* Define to 2 if the system does not provide POSIX.1 features except with
151 this defined. */
152 #undef _POSIX_1_SOURCE
153
154 /* Define to 1 if you need to in order for `stat' and other things to work. */
155 #undef _POSIX_SOURCE