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