--- 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 +#else +#ifndef M_PI +#define M_PI 3.14159265358979323846 +#endif +#endif #endif