]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/ppc/config.in
sim: unify bug & package settings
[thirdparty/binutils-gdb.git] / sim / ppc / 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 /* Define to 1 if translation of program messages to the user's native
7 language is requested. */
8 #undef ENABLE_NLS
9
10 /* Define to 1 if you have the <dlfcn.h> header file. */
11 #undef HAVE_DLFCN_H
12
13 /* Define to 1 if you have the <inttypes.h> header file. */
14 #undef HAVE_INTTYPES_H
15
16 /* Define to 1 if the system has the type `long long'. */
17 #undef HAVE_LONG_LONG
18
19 /* Define to 1 if you have the <memory.h> header file. */
20 #undef HAVE_MEMORY_H
21
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
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
37 /* Define to 1 if you have the <sys/stat.h> header file. */
38 #undef HAVE_SYS_STAT_H
39
40 /* Define to 1 if you have the <sys/types.h> header file. */
41 #undef HAVE_SYS_TYPES_H
42
43 /* Define if union semun is defined in <sys/sem.h> */
44 #undef HAVE_UNION_SEMUN
45
46 /* Define to 1 if you have the <unistd.h> header file. */
47 #undef HAVE_UNISTD_H
48
49 /* Define to 1 if you have the <windows.h> header file. */
50 #undef HAVE_WINDOWS_H
51
52 /* Define to the address where bug reports for this package should be sent. */
53 #undef PACKAGE_BUGREPORT
54
55 /* Define to the full name of this package. */
56 #undef PACKAGE_NAME
57
58 /* Define to the full name and version of this package. */
59 #undef PACKAGE_STRING
60
61 /* Define to the one symbol short name of this package. */
62 #undef PACKAGE_TARNAME
63
64 /* Define to the home page for this package. */
65 #undef PACKAGE_URL
66
67 /* Define to the version of this package. */
68 #undef PACKAGE_VERSION
69
70 /* Define to 1 if you have the ANSI C header files. */
71 #undef STDC_HEADERS
72
73 /* Define if we should use the Windows API, instead of the POSIX API. On
74 Windows, we use the Windows API when building for MinGW, but the POSIX API
75 when building for Cygwin. */
76 #undef USE_WIN32API
77
78 /* Sim assert settings */
79 #undef WITH_ASSERT
80
81 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
82 significant byte first (like Motorola and SPARC, unlike Intel). */
83 #if defined AC_APPLE_UNIVERSAL_BUILD
84 # if defined __BIG_ENDIAN__
85 # define WORDS_BIGENDIAN 1
86 # endif
87 #else
88 # ifndef WORDS_BIGENDIAN
89 # undef WORDS_BIGENDIAN
90 # endif
91 #endif