summaryrefslogtreecommitdiffstats
path: root/src/H5config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r--src/H5config.h.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index 51b6b58..5cfb439 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -11,6 +11,20 @@
/* Define if `dev_t' is a scalar */
#undef DEV_T_IS_SCALAR
+/* Define to dummy `main' function (if any) required to link to the Fortran
+ libraries. */
+#undef FC_DUMMY_MAIN
+
+/* Define if F77 and FC dummy `main' functions are identical. */
+#undef FC_DUMMY_MAIN_EQ_F77
+
+/* Define to a macro mangling the given C identifier (in lower and upper
+ case), which must not contain underscores, for linking with Fortran. */
+#undef FC_FUNC
+
+/* As FC_FUNC, but for C identifiers containing underscores. */
+#undef FC_FUNC_
+
/* Define if your system roundup accurately convert floating-point to unsigned
long long values. */
#undef FP_TO_ULLONG_BOTTOM_BIT_WORKS