diff options
author | Chris Robinson <[email protected]> | 2012-09-16 01:44:45 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-09-16 01:44:45 -0700 |
commit | a1daec66e29cf90132d4a5e51e00b04a162f15be (patch) | |
tree | 8f6dc98a0e1100d7bdd18fc7c663c251b418f143 /config.h.in | |
parent | 657ee85136861c9da105a67050ae84a85ecfe808 (diff) |
Use __control87_2 when available
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
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 |