]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/ppc/config.in
sim: unify debug/stdio/trace/profile build settings
[thirdparty/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
2974be62
AM
10/* Define to 1 if you have the <dlfcn.h> header file. */
11#undef HAVE_DLFCN_H
12
30e66173
MI
13/* Define to 1 if you have the <inttypes.h> header file. */
14#undef HAVE_INTTYPES_H
15
30e66173
MI
16/* Define to 1 if the system has the type `long long'. */
17#undef HAVE_LONG_LONG
18
30e66173
MI
19/* Define to 1 if you have the <memory.h> header file. */
20#undef HAVE_MEMORY_H
21
30e66173
MI
22/* Define to 1 if you have the <stdint.h> header file. */
23#undef HAVE_STDINT_H
24
25/* Define to 1 if you have the <stdlib.h> header file. */
26#undef HAVE_STDLIB_H
27
30e66173
MI
28/* Define to 1 if you have the <strings.h> header file. */
29#undef HAVE_STRINGS_H
30
31/* Define to 1 if you have the <string.h> header file. */
32#undef HAVE_STRING_H
33
34/* Define if struct statfs is defined in <sys/mount.h> */
35#undef HAVE_STRUCT_STATFS
36
30e66173
MI
37/* Define to 1 if you have the <sys/stat.h> header file. */
38#undef HAVE_SYS_STAT_H
39
30e66173
MI
40/* Define to 1 if you have the <sys/types.h> header file. */
41#undef HAVE_SYS_TYPES_H
42
bf0275b1
DE
43/* Define if union semun is defined in <sys/sem.h> */
44#undef HAVE_UNION_SEMUN
45
30e66173
MI
46/* Define to 1 if you have the <unistd.h> header file. */
47#undef HAVE_UNISTD_H
c906108c 48
2974be62
AM
49/* Define to 1 if you have the <windows.h> header file. */
50#undef HAVE_WINDOWS_H
51
30e66173
MI
52/* Define to the address where bug reports for this package should be sent. */
53#undef PACKAGE_BUGREPORT
c906108c 54
30e66173
MI
55/* Define to the full name of this package. */
56#undef PACKAGE_NAME
c906108c 57
30e66173
MI
58/* Define to the full name and version of this package. */
59#undef PACKAGE_STRING
c906108c 60
30e66173
MI
61/* Define to the one symbol short name of this package. */
62#undef PACKAGE_TARNAME
c906108c 63
81ecdfbb
RW
64/* Define to the home page for this package. */
65#undef PACKAGE_URL
66
30e66173
MI
67/* Define to the version of this package. */
68#undef PACKAGE_VERSION
c906108c 69
6efef468
JM
70/* Additional package description */
71#undef PKGVERSION
72
73/* Bug reporting address */
74#undef REPORT_BUGS_TO
75
30e66173
MI
76/* Define to 1 if you have the ANSI C header files. */
77#undef STDC_HEADERS
c906108c 78
058ad269
MM
79/* Define if we should use the Windows API, instead of the POSIX API. On
80 Windows, we use the Windows API when building for MinGW, but the POSIX API
81 when building for Cygwin. */
82#undef USE_WIN32API
83
ce39bd38
MF
84/* Sim assert settings */
85#undef WITH_ASSERT
86
81ecdfbb
RW
87/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
88 significant byte first (like Motorola and SPARC, unlike Intel). */
89#if defined AC_APPLE_UNIVERSAL_BUILD
90# if defined __BIG_ENDIAN__
91# define WORDS_BIGENDIAN 1
92# endif
93#else
94# ifndef WORDS_BIGENDIAN
95# undef WORDS_BIGENDIAN
96# endif
97#endif