aboutsummaryrefslogtreecommitdiff
path: root/lang/mit-scheme/files/patch-microcode_config.h.in
blob: 7736155e22a236b518a620b470c09b4490fda8b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47

$FreeBSD$

--- microcode/config.h.in.orig
+++ microcode/config.h.in
@@ -86,7 +86,7 @@
 #undef HAVE_FDATASYNC
 
 /* Define to 1 if you have the `feclearexcept' function. */
-#undef HAVE_FECLEAREXCEPT
+#define HAVE_FECLEAREXCEPT 1
 
 /* Define to 1 if you have the `fedisableexcept' function. */
 #undef HAVE_FEDISABLEEXCEPT
@@ -101,10 +101,10 @@
 #undef HAVE_FEGETEXCEPT
 
 /* Define to 1 if you have the `fegetexceptflag' function. */
-#undef HAVE_FEGETEXCEPTFLAG
+#define HAVE_FEGETEXCEPTFLAG 1
 
 /* Define to 1 if you have the `fegetround' function. */
-#undef HAVE_FEGETROUND
+#define HAVE_FEGETROUND 1
 
 /* Define to 1 if you have the `feholdexcept' function. */
 #undef HAVE_FEHOLDEXCEPT
@@ -119,16 +119,16 @@
 #undef HAVE_FERAISEEXCEPT
 
 /* Define to 1 if you have the `fesetenv' function. */
-#undef HAVE_FESETENV
+#define HAVE_FESETENV 1
 
 /* Define to 1 if you have the `fesetexceptflag' function. */
 #undef HAVE_FESETEXCEPTFLAG
 
 /* Define to 1 if you have the `fesetround' function. */
-#undef HAVE_FESETROUND
+#define HAVE_FESETROUND 1
 
 /* Define to 1 if you have the `fetestexcept' function. */
-#undef HAVE_FETESTEXCEPT
+#define HAVE_FETESTEXCEPT 1
 
 /* Define to 1 if you have the `feupdateenv' function. */
 #undef HAVE_FEUPDATEENV