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