Subversion Repositories svn1-original

Rev

Rev 288 | Rev 324 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 288 Rev 301
Line 29... Line 29...
29
#define MAX_LEG_NAME    15                       /* Max chars in each leg name */
29
#define MAX_LEG_NAME    15                       /* Max chars in each leg name */
30
#define LEN_CLASS_NAME  15                       /* Chars in a class name */
30
#define LEN_CLASS_NAME  15                       /* Chars in a class name */
31
#define MAX_COUNTRY     40                       /* Maximum countries maintained */
31
#define MAX_COUNTRY     40                       /* Maximum countries maintained */
32
#define MAX_CLASS       40                       /* Number of classes allowed */
32
#define MAX_CLASS       40                       /* Number of classes allowed */
33
#define MAX_FAME        10                       /* Number of life time awards */
33
#define MAX_FAME        10                       /* Number of life time awards */
-
 
34
#define MAX_WEBPATH     200                      /* Length of Web import URL */
34
 
35
 
35
/*
36
/*
36
**  Common definitions
37
**  Common definitions
37
*/
38
*/
38
#undef offsetof
39
#undef offsetof