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 aa30b7b..6edc4fd 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -4,6 +4,10 @@
values. */
#undef CONVERT_DENORMAL_FLOAT
+/* Define if your system can convert long double to unsigned int values
+ correctly. */
+#undef CV_LDOUBLE_TO_UINT_WORKS
+
/* Define if `dev_t' is a scalar */
#undef DEV_T_IS_SCALAR