version 1.75 | | version 1.76 |
---|
| | |
/* | | /* |
* static char *rcsid_define_h = | | * static char *rcsid_define_h = |
* "$Id: define.h,v 1.75 2004/08/24 19:43:58 akirschbaum Exp $"; | | * "$Id: define.h,v 1.76 2004/09/19 16:12:18 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#define FONTNAME "" | | #define FONTNAME "" |
| | |
/* Decstations have trouble with fabs()... */ | | /* Decstations have trouble with fabs()... */ |
#define FABS(x) (x<0?-x:x) | | #define FABS(x) ((x)<0?-(x):(x)) |
| | |
#ifdef __NetBSD__ | | #ifdef __NetBSD__ |
#include <sys/param.h> | | #include <sys/param.h> |