aboutsummaryrefslogtreecommitdiffstats
path: root/math/scilab/files/patch-ab
blob: 3b0d8da34bfd16bfa50704d44e8a98f5195d50bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- routines/graphics/periFig.c.orig    Sun Dec 13 21:20:36 1998
+++ routines/graphics/periFig.c Sun Dec 13 21:21:44 1998
@@ -47,5 +47,11 @@
 #define M_PI   3.14159265358979323846
 #else
+#if defined(HAVE_VALUES_H)
 #include <values.h>
+#else
+#ifndef M_PI
+#define M_PI    3.14159265358979323846 
+#endif
+#endif
 #endif