10 #include <grass/gis.h> 
   27     colors->undef_set = 0;
 
   33     colors->fixed.min = 0;
 
   34     colors->fixed.max = -1;
 
   35     colors->fixed.rules = 
NULL;
 
   36     colors->fixed.n_rules = 0;
 
   37     colors->fixed.lookup.active = 0;
 
   38     colors->fixed.fp_lookup.active = 0;
 
   39     colors->fixed.fp_lookup.nalloc = 0;
 
   40     colors->modular.min = 0;
 
   41     colors->modular.max = -1;
 
   42     colors->modular.rules = 
NULL;
 
   43     colors->modular.n_rules = 0;
 
   44     colors->modular.lookup.active = 0;
 
   45     colors->modular.fp_lookup.active = 0;
 
   46     colors->modular.fp_lookup.nalloc = 0;