File: config.h

package info (click to toggle)
dhex 0.69-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 472 kB
  • sloc: ansic: 5,095; makefile: 71; sh: 46
file content (10 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (5)
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