--- deliantra/server/include/define.h 2009/11/04 00:02:48 1.106 +++ deliantra/server/include/define.h 2009/11/07 18:30:05 1.107 @@ -39,9 +39,6 @@ #define FONTDIR "" #define FONTNAME "" -/* Decstations have trouble with fabs()... */ -#define FABS(x) fabs (x) - #ifdef __NetBSD__ # include #endif @@ -51,9 +48,6 @@ // maximum length of an object name in the protocol #define NAME_LEN 127 -#undef MIN -#undef MAX - #define MAX_STAT 30 /* The maximum legal value of any stat */ #define MIN_STAT 1 /* The minimum legal value of any stat */