summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 8c61c4b8..0cd328e8 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -36,3 +36,6 @@
// Defined to 1 if timezone is available as a variable
#cmakedefine TIMEZONE_IS_INT 1
+
+// Defined to 1 if you have <ieeefp.h> header file.
+#cmakedefine HAVE_IEEEFP_H 1