diff options
Diffstat (limited to 'libgomp/config.h.in')
-rw-r--r-- | libgomp/config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libgomp/config.h.in b/libgomp/config.h.in index 14c7e2a9a1b..94a2b3b3b32 100644 --- a/libgomp/config.h.in +++ b/libgomp/config.h.in @@ -30,6 +30,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `dl' library (-ldl). */ +#undef HAVE_LIBDL + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H @@ -86,6 +89,9 @@ */ #undef LT_OBJDIR +/* Define to hold the list of target names suitable for offloading. */ +#undef OFFLOAD_TARGETS + /* Name of package */ #undef PACKAGE @@ -107,6 +113,9 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* Define if all infrastructure, needed for plugins, is supported. */ +#undef PLUGIN_SUPPORT + /* The size of `char', as computed by sizeof. */ #undef SIZEOF_CHAR |