]> git.ipfire.org Git - thirdparty/gcc.git/blame - libitm/config.h.in
[Ada] Get rid of linear searches in Lib
[thirdparty/gcc.git] / libitm / config.h.in
CommitLineData
4c0315d0 1/* config.h.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 the target supports 64-bit __sync_*_compare_and_swap */
7#undef HAVE_64BIT_SYNC_BUILTINS
8
36a0e17a 9/* Define to 1 if the assembler supports AVX. */
10#undef HAVE_AS_AVX
11
67ba1f57 12/* Define if your assembler supports .cfi_* directives. */
13#undef HAVE_AS_CFI_PSEUDO_OP
14
5088e479 15/* Define to 1 if the assembler supports HTM. */
16#undef HAVE_AS_HTM
17
ca09a9c4 18/* Define to 1 if the assembler supports RTM. */
19#undef HAVE_AS_RTM
20
4c0315d0 21/* Define to 1 if the target supports __attribute__((alias(...))). */
22#undef HAVE_ATTRIBUTE_ALIAS
23
24/* Define to 1 if the target supports __attribute__((dllexport)). */
25#undef HAVE_ATTRIBUTE_DLLEXPORT
26
27/* Define to 1 if the target supports __attribute__((visibility(...))). */
28#undef HAVE_ATTRIBUTE_VISIBILITY
29
30/* Define if the POSIX Semaphores do not work on your system. */
31#undef HAVE_BROKEN_POSIX_SEMAPHORES
32
33/* Define to 1 if the target assembler supports thread-local storage. */
34#undef HAVE_CC_TLS
35
36/* Define to 1 if you have the <dlfcn.h> header file. */
37#undef HAVE_DLFCN_H
38
07acf712 39/* Define to 1 if target has a weakref that works like the ELF one. */
40#undef HAVE_ELF_STYLE_WEAKREF
41
5088e479 42/* Define to 1 if you have the `getauxval' function. */
43#undef HAVE_GETAUXVAL
44
4c0315d0 45/* Define to 1 if you have the <inttypes.h> header file. */
46#undef HAVE_INTTYPES_H
47
48/* Define to 1 if you have the <malloc.h> header file. */
49#undef HAVE_MALLOC_H
50
51/* Define to 1 if you have the `memalign' function. */
52#undef HAVE_MEMALIGN
53
54/* Define to 1 if you have the <memory.h> header file. */
55#undef HAVE_MEMORY_H
56
57/* Define if mmap with MAP_ANON(YMOUS) works. */
58#undef HAVE_MMAP_ANON
59
60/* Define if mmap of /dev/zero works. */
61#undef HAVE_MMAP_DEV_ZERO
62
63/* Define if read-only mmap of a plain file works. */
64#undef HAVE_MMAP_FILE
65
66/* Define to 1 if you have the `posix_memalign' function. */
67#undef HAVE_POSIX_MEMALIGN
68
69/* Define to 1 if you have the <semaphore.h> header file. */
70#undef HAVE_SEMAPHORE_H
71
72/* Define to 1 if you have the <stdint.h> header file. */
73#undef HAVE_STDINT_H
74
75/* Define to 1 if you have the <stdlib.h> header file. */
76#undef HAVE_STDLIB_H
77
78/* Define to 1 if you have the <strings.h> header file. */
79#undef HAVE_STRINGS_H
80
81/* Define to 1 if you have the <string.h> header file. */
82#undef HAVE_STRING_H
83
84/* Define to 1 if you have the `strtoull' function. */
85#undef HAVE_STRTOULL
86
87/* Define to 1 if the target supports __sync_*_compare_and_swap */
88#undef HAVE_SYNC_BUILTINS
89
5088e479 90/* Define to 1 if you have the <sys/auxv.h> header file. */
91#undef HAVE_SYS_AUXV_H
92
4c0315d0 93/* Define to 1 if you have the <sys/stat.h> header file. */
94#undef HAVE_SYS_STAT_H
95
96/* Define to 1 if you have the <sys/time.h> header file. */
97#undef HAVE_SYS_TIME_H
98
99/* Define to 1 if you have the <sys/types.h> header file. */
100#undef HAVE_SYS_TYPES_H
101
102/* Define to 1 if the target supports thread-local storage. */
103#undef HAVE_TLS
104
105/* Define to 1 if you have the <unistd.h> header file. */
106#undef HAVE_UNISTD_H
107
108/* Define to 1 if GNU symbol versioning is used for libitm. */
109#undef LIBITM_GNU_SYMBOL_VERSIONING
110
111/* Define to the sub-directory in which libtool stores uninstalled libraries.
112 */
113#undef LT_OBJDIR
114
115/* Define to the letter to which size_t is mangled. */
116#undef MANGLE_SIZE_T
117
118/* Name of package */
119#undef PACKAGE
120
121/* Define to the address where bug reports for this package should be sent. */
122#undef PACKAGE_BUGREPORT
123
124/* Define to the full name of this package. */
125#undef PACKAGE_NAME
126
127/* Define to the full name and version of this package. */
128#undef PACKAGE_STRING
129
130/* Define to the one symbol short name of this package. */
131#undef PACKAGE_TARNAME
132
133/* Define to the home page for this package. */
134#undef PACKAGE_URL
135
136/* Define to the version of this package. */
137#undef PACKAGE_VERSION
138
139/* The size of `char', as computed by sizeof. */
140#undef SIZEOF_CHAR
141
142/* The size of `int', as computed by sizeof. */
143#undef SIZEOF_INT
144
145/* The size of `long', as computed by sizeof. */
146#undef SIZEOF_LONG
147
148/* The size of `short', as computed by sizeof. */
149#undef SIZEOF_SHORT
150
151/* The size of `void *', as computed by sizeof. */
152#undef SIZEOF_VOID_P
153
154/* Define to 1 if you have the ANSI C header files. */
155#undef STDC_HEADERS
156
157/* Define if you can safely include both <string.h> and <strings.h>. */
158#undef STRING_WITH_STRINGS
159
160/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
161#undef TIME_WITH_SYS_TIME
162
163/* Version number of package */
164#undef VERSION
165
166/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
167 significant byte first (like Motorola and SPARC, unlike Intel). */
168#if defined AC_APPLE_UNIVERSAL_BUILD
169# if defined __BIG_ENDIAN__
170# define WORDS_BIGENDIAN 1
171# endif
172#else
173# ifndef WORDS_BIGENDIAN
174# undef WORDS_BIGENDIAN
175# endif
176#endif
177
178#ifndef WORDS_BIGENDIAN
179#define WORDS_BIGENDIAN 0
180#endif