diff options
Diffstat (limited to 'libgomp/config.h.in')
-rw-r--r-- | libgomp/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgomp/config.h.in b/libgomp/config.h.in index 2e4c698..226ac53 100644 --- a/libgomp/config.h.in +++ b/libgomp/config.h.in @@ -60,6 +60,9 @@ /* Define to 1 if you have the `strtoull' function. */ #undef HAVE_STRTOULL +/* Define to 1 if the system has the type `struct _Mutex_Control'. */ +#undef HAVE_STRUCT__MUTEX_CONTROL + /* Define to 1 if the target runtime linker supports binding the same symbol to different versions. */ #undef HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT @@ -119,6 +122,9 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* Define to 1 if the HSA plugin is built, 0 if not. */ +#undef PLUGIN_HSA + /* Define to 1 if the NVIDIA plugin is built, 0 if not. */ #undef PLUGIN_NVPTX |