diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 10 |
1 files changed, 10 insertions, 0 deletions
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 |