From 62f81e5cafbacfb90ac0f86e52e8e3176aa5ba8f Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Tue, 30 Oct 2012 21:29:30 +0000 Subject: Imported Upstream version 0.65 --- config.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config.h (limited to 'config.h') diff --git a/config.h b/config.h new file mode 100644 index 0000000..a5fbbc9 --- /dev/null +++ b/config.h @@ -0,0 +1,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 -- cgit v1.2.3