aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-08-08 08:12:41 -0700
committerChris Robinson <[email protected]>2008-08-08 08:12:41 -0700
commitf8ef66954c4cd95a8c91a458b33a8e8318a72d5b (patch)
treeb011a6656d153fb814df91b2166570954ddbf4cb /config.h.in
parentef59901e7c5b8813214fde6ee090d835c67277fd (diff)
Include fenv.h if it exists for fesetround
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index f40ca8a9..7b310f3b 100644
--- a/config.h.in
+++ b/config.h.in
@@ -49,4 +49,13 @@
/* Define if we have pthread_np.h */
#cmakedefine HAVE_PTHREAD_NP_H
+/* Define if we have fenv.h */
+#cmakedefine HAVE_FENV_H
+
+/* Define if we have fesetround() */
+#cmakedefine HAVE_FESETROUND
+
+/* Define if we have _controlfp() */
+#cmakedefine HAVE__CONTROLFP
+
#endif