--- ray/src/common/standard.h 1995/11/10 17:04:14 2.6 +++ ray/src/common/standard.h 1996/01/10 09:10:58 2.7 @@ -26,10 +26,12 @@ typedef struct { XF b; /* backward */ } FULLXF; +#ifndef PI #ifdef M_PI #define PI M_PI #else #define PI 3.14159265358979323846 +#endif #endif #ifndef F_OK /* mode bits for access(2) call */