aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-10-30 21:29:30 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2012-10-30 21:29:30 +0000
commit62f81e5cafbacfb90ac0f86e52e8e3176aa5ba8f (patch)
tree8f8f6028fa880b3296b1e42bc8d87cead73aaf78 /config.h
downloaddhex-62f81e5cafbacfb90ac0f86e52e8e3176aa5ba8f.tar.gz
Imported Upstream version 0.65upstream/0.65
Diffstat (limited to 'config.h')
-rw-r--r--config.h10
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