Allow changing max name len via hints file
This commit is contained in:
@@ -30,7 +30,10 @@ static long final_fpos;
|
|||||||
|
|
||||||
#define newttentry() (struct toptenentry *) alloc(sizeof (struct toptenentry))
|
#define newttentry() (struct toptenentry *) alloc(sizeof (struct toptenentry))
|
||||||
#define dealloc_ttentry(ttent) free((genericptr_t) (ttent))
|
#define dealloc_ttentry(ttent) free((genericptr_t) (ttent))
|
||||||
|
#ifndef NAMSZ
|
||||||
|
/* Changing NAMSZ can break your existing record/logfile */
|
||||||
#define NAMSZ 10
|
#define NAMSZ 10
|
||||||
|
#endif
|
||||||
#define DTHSZ 100
|
#define DTHSZ 100
|
||||||
#define ROLESZ 3
|
#define ROLESZ 3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user