Allow changing max name len via hints file

This commit is contained in:
Pasi Kallinen
2017-02-05 09:59:56 +02:00
parent ac2fc526eb
commit 0714e38d28

View File

@@ -30,7 +30,10 @@ static long final_fpos;
#define newttentry() (struct toptenentry *) alloc(sizeof (struct toptenentry))
#define dealloc_ttentry(ttent) free((genericptr_t) (ttent))
#ifndef NAMSZ
/* Changing NAMSZ can break your existing record/logfile */
#define NAMSZ 10
#endif
#define DTHSZ 100
#define ROLESZ 3