summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/H5config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index bcb1cab..f478dc7 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -505,6 +505,10 @@
floating-point values. */
#undef SW_ULONG_TO_FP_BOTTOM_BIT_WORKS
+/* Define if your system can accurately convert unsigned long long values to
+ floating-point values. */
+#undef FP_TO_ULLONG_BOTTOM_BIT_WORKS
+
/* Define if your system supports pthread_attr_setscope(&attribute,
PTHREAD_SCOPE_SYSTEM) call. */
#undef SYSTEM_SCOPE_THREADS