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