chase more of the MIN/MAX mess. *sigh*

This commit is contained in:
alfred 2003-02-02 13:52:25 +00:00
parent 86daf0cca6
commit 499b47780f
2 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,9 @@
#include <dev/syscons/syscons.h>
#define SAVER_NAME "rain_saver"
#ifdef MAX
#undef MAX
#endif
#define MAX 63 /* number of colors (in addition to black) */
#define INCREMENT 4 /* increment between colors */

View File

@ -56,6 +56,7 @@
#include <sys/types.h>
#include <sys/time.h>
#include <sys/systm.h>
#include <sys/param.h>
# define HAVE_MEMCPY
#else