Difference for include/define.h from version 1.25 to 1.26


version 1.25 version 1.26
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_define_h =   * static char *rcsid_define_h =
  *   "$Id: define.h,v 1.25 2000/12/19 06:54:51 peterm Exp $";   *   "$Id: define.h,v 1.26 2000/12/24 01:48:20 cvs Exp $";
  */   */
   
 /*  /*
Line 254
 
Line 254
   
 #define MAX_NAME 16  #define MAX_NAME 16
 #define BIG_NAME 32  #define BIG_NAME 32
   
   /* Instead of using arbitrary constants for indexing the
    * freearr, add these values.  <= SIZEOFFREE1 will get you
    * within 1 space.  <= SIZEOFFREE2 wll get you withing
    * 2 spaces, and the entire array (<= SIZEOFFREE) is
    * three spaces
    */
   #define SIZEOFFREE1 8
   #define SIZEOFFREE2 24
 #define SIZEOFFREE 49  #define SIZEOFFREE 49
   
 #define PATH_NULL 0x00000000      /* 0 */  #define PATH_NULL 0x00000000      /* 0 */


Legend:
line(s) removed in v.1.25 
line(s) changed
 line(s) added in v.1.26

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:20