aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
blob: a5fbbc96885f5e4308f85efb33a17f6058c869af (plain)
1
2
3
4
5
6
7
8
9
10
// size for the hex buffer
#define	BUFFERSIZE	(1<<20)
#define	BUFFERMARGIN	(BUFFERSIZE/4)

#define	CHANGEBUFSIZE	(1<<16)	


// size for text strings, like from the config-file
#define	TEXTSTRINGSIZE	128