xref: /dragonfly/gnu/lib/gcc80/libgomp/config.h (revision 092c2dd1)
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define to 1 if the target assembler supports .symver directive. */
5 #define HAVE_AS_SYMVER_DIRECTIVE 1
6 
7 /* Define to 1 if the target supports __attribute__((alias(...))). */
8 #define HAVE_ATTRIBUTE_ALIAS 1
9 
10 /* Define to 1 if the target supports __attribute__((dllexport)). */
11 /* #undef HAVE_ATTRIBUTE_DLLEXPORT */
12 
13 /* Define to 1 if the target supports __attribute__((visibility(...))). */
14 #define HAVE_ATTRIBUTE_VISIBILITY 1
15 
16 /* Define if the POSIX Semaphores do not work on your system. */
17 /* #undef HAVE_BROKEN_POSIX_SEMAPHORES */
18 
19 /* Define to 1 if the target assembler supports thread-local storage. */
20 /* #undef HAVE_CC_TLS */
21 
22 /* Define to 1 if you have the `clock_gettime' function. */
23 #define HAVE_CLOCK_GETTIME 1
24 
25 /* Define to 1 if you have the <dlfcn.h> header file. */
26 #define HAVE_DLFCN_H 1
27 
28 /* Define to 1 if you have the `getegid' function. */
29 #define HAVE_GETEGID 1
30 
31 /* Define to 1 if you have the `geteuid' function. */
32 #define HAVE_GETEUID 1
33 
34 /* Define to 1 if you have the `getgid' function. */
35 #define HAVE_GETGID 1
36 
37 /* Define to 1 if you have the `getloadavg' function. */
38 #define HAVE_GETLOADAVG 1
39 
40 /* Define to 1 if you have the `getuid' function. */
41 #define HAVE_GETUID 1
42 
43 /* Define to 1 if you have the <inttypes.h> header file. */
44 #define HAVE_INTTYPES_H 1
45 
46 /* Define to 1 if you have the `dl' library (-ldl). */
47 /* #undef HAVE_LIBDL */
48 
49 /* Define to 1 if you have the <memory.h> header file. */
50 #define HAVE_MEMORY_H 1
51 
52 /* Define if pthread_{,attr_}{g,s}etaffinity_np is supported. */
53 #define HAVE_PTHREAD_AFFINITY_NP 1
54 
55 /* Define to 1 if you have the <pthread.h> header file. */
56 #define HAVE_PTHREAD_H 1
57 
58 /* Define to 1 if you have the `secure_getenv' function. */
59 /* #undef HAVE_SECURE_GETENV */
60 
61 /* Define to 1 if you have the <semaphore.h> header file. */
62 #define HAVE_SEMAPHORE_H 1
63 
64 /* Define to 1 if you have the <stdint.h> header file. */
65 #define HAVE_STDINT_H 1
66 
67 /* Define to 1 if you have the <stdlib.h> header file. */
68 #define HAVE_STDLIB_H 1
69 
70 /* Define to 1 if you have the <strings.h> header file. */
71 #define HAVE_STRINGS_H 1
72 
73 /* Define to 1 if you have the <string.h> header file. */
74 #define HAVE_STRING_H 1
75 
76 /* Define to 1 if you have the `strtoull' function. */
77 #define HAVE_STRTOULL 1
78 
79 /* Define to 1 if the system has the type `struct _Mutex_Control'. */
80 /* #undef HAVE_STRUCT__MUTEX_CONTROL */
81 
82 /* Define to 1 if the target runtime linker supports binding the same symbol
83    to different versions. */
84 #define HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT 1
85 
86 /* Define to 1 if the target supports __sync_*_compare_and_swap */
87 #define HAVE_SYNC_BUILTINS 1
88 
89 /* Define to 1 if you have the <sys/loadavg.h> header file. */
90 /* #undef HAVE_SYS_LOADAVG_H */
91 
92 /* Define to 1 if you have the <sys/stat.h> header file. */
93 #define HAVE_SYS_STAT_H 1
94 
95 /* Define to 1 if you have the <sys/sysctl.h> header file. */
96 #define HAVE_SYS_SYSCTL_H 1
97 
98 /* Define to 1 if you have the <sys/time.h> header file. */
99 #define HAVE_SYS_TIME_H 1
100 
101 /* Define to 1 if you have the <sys/types.h> header file. */
102 #define HAVE_SYS_TYPES_H 1
103 
104 /* Define to 1 if the target supports thread-local storage. */
105 #define HAVE_TLS 1
106 
107 /* Define to 1 if you have the <unistd.h> header file. */
108 #define HAVE_UNISTD_H 1
109 
110 /* Define to 1 if you have the `__secure_getenv' function. */
111 /* #undef HAVE___SECURE_GETENV */
112 
113 /* Define path to HSA runtime. */
114 #define HSA_RUNTIME_LIB ""
115 
116 /* Define to 1 if GNU symbol versioning is used for libgomp. */
117 #define LIBGOMP_GNU_SYMBOL_VERSIONING 1
118 
119 /* Define to 1 if building libgomp for an accelerator-only target. */
120 /* #undef LIBGOMP_OFFLOADED_ONLY */
121 
122 /* Define to 1 if libgomp should use POSIX threads. */
123 #define LIBGOMP_USE_PTHREADS 1
124 
125 /* Define to the sub-directory in which libtool stores uninstalled libraries.
126    */
127 #define LT_OBJDIR ".libs/"
128 
129 /* Define to offload targets, separated by commas. */
130 #define OFFLOAD_TARGETS ""
131 
132 /* Name of package */
133 #define PACKAGE "libgomp"
134 
135 /* Define to the address where bug reports for this package should be sent. */
136 #define PACKAGE_BUGREPORT ""
137 
138 /* Define to the full name of this package. */
139 #define PACKAGE_NAME "GNU Offloading and Multi Processing Runtime Library"
140 
141 /* Define to the full name and version of this package. */
142 #define PACKAGE_STRING "GNU Offloading and Multi Processing Runtime Library 1.0"
143 
144 /* Define to the one symbol short name of this package. */
145 #define PACKAGE_TARNAME "libgomp"
146 
147 /* Define to the home page for this package. */
148 #define PACKAGE_URL "http://www.gnu.org/software/libgomp/"
149 
150 /* Define to the version of this package. */
151 #define PACKAGE_VERSION "1.0"
152 
153 /* Define to 1 if the HSA plugin is built, 0 if not. */
154 #define PLUGIN_HSA 0
155 
156 /* Define to 1 if the NVIDIA plugin is built, 0 if not. */
157 #define PLUGIN_NVPTX 0
158 
159 /* Define to 1 if the NVIDIA plugin should dlopen libcuda.so.1, 0 if it should
160    be linked against it. */
161 #define PLUGIN_NVPTX_DYNAMIC 0
162 
163 /* Define if all infrastructure, needed for plugins, is supported. */
164 /* #undef PLUGIN_SUPPORT */
165 
166 /* The size of `char', as computed by sizeof. */
167 /* #undef SIZEOF_CHAR */
168 
169 /* The size of `int', as computed by sizeof. */
170 /* #undef SIZEOF_INT */
171 
172 /* The size of `long', as computed by sizeof. */
173 /* #undef SIZEOF_LONG */
174 
175 /* The size of `short', as computed by sizeof. */
176 /* #undef SIZEOF_SHORT */
177 
178 /* The size of `void *', as computed by sizeof. */
179 /* #undef SIZEOF_VOID_P */
180 
181 /* Define to 1 if you have the ANSI C header files. */
182 #define STDC_HEADERS 1
183 
184 /* Define if you can safely include both <string.h> and <strings.h>. */
185 #define STRING_WITH_STRINGS 1
186 
187 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
188 #define TIME_WITH_SYS_TIME 1
189 
190 /* Define to 1 if the target use emutls for thread-local storage. */
191 /* #undef USE_EMUTLS */
192 
193 /* Version number of package */
194 #define VERSION "1.0"
195