aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-09-16 01:44:45 -0700
committerChris Robinson <[email protected]>2012-09-16 01:44:45 -0700
commita1daec66e29cf90132d4a5e51e00b04a162f15be (patch)
tree8f6dc98a0e1100d7bdd18fc7c663c251b418f143 /config.h.in
parent657ee85136861c9da105a67050ae84a85ecfe808 (diff)
Use __control87_2 when available
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index b0729b09..3f426994 100644
--- a/config.h.in
+++ b/config.h.in
@@ -157,6 +157,9 @@
/* Define if we have _controlfp() */
#cmakedefine HAVE__CONTROLFP
+/* Define if we have __control87_2() */
+#cmakedefine HAVE___CONTROL87_2
+
/* Define if we have pthread_setschedparam() */
#cmakedefine HAVE_PTHREAD_SETSCHEDPARAM