summaryrefslogtreecommitdiff
path: root/libgfortran/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r--libgfortran/config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in
index a705e84be28..b858c4ef01b 100644
--- a/libgfortran/config.h.in
+++ b/libgfortran/config.h.in
@@ -15,6 +15,15 @@
/* libm includes atanf */
#undef HAVE_ATANF
+/* Define to 1 if the target supports __attribute__((alias(...))). */
+#undef HAVE_ATTRIBUTE_ALIAS
+
+/* Define to 1 if the target supports __attribute__((dllexport)). */
+#undef HAVE_ATTRIBUTE_DLLEXPORT
+
+/* Define to 1 if the target supports __attribute__((visibility(...))). */
+#undef HAVE_ATTRIBUTE_VISIBILITY
+
/* libm includes ceilf */
#undef HAVE_CEILF