summaryrefslogtreecommitdiffhomepage
path: root/include/mrbconf.h
diff options
context:
space:
mode:
authorMasaki Muranaka <[email protected]>2013-03-12 17:10:18 +0900
committerMasaki Muranaka <[email protected]>2013-03-12 17:10:18 +0900
commite2d31ba3f3b3bfd4cf39fe97636da5237e655f22 (patch)
treeafdbdfe006dc3368677d5c8decc5c334e15dbec5 /include/mrbconf.h
parent46d8c51763bd13b69a4234f0d4be05cbfd8ae401 (diff)
downloadmruby-e2d31ba3f3b3bfd4cf39fe97636da5237e655f22.tar.gz
mruby-e2d31ba3f3b3bfd4cf39fe97636da5237e655f22.zip
Rename STR_BUF_MIN_SIZE to MRB_STR_BUF_MIN_SIZE. Make it configurable.
Diffstat (limited to 'include/mrbconf.h')
-rw-r--r--include/mrbconf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h
index 52490ceba..cabc10b4f 100644
--- a/include/mrbconf.h
+++ b/include/mrbconf.h
@@ -46,6 +46,10 @@
/* page size of memory pool */
//#define POOL_PAGE_SIZE 16000
+/* initial minimum size for string buffer */
+//#define MRB_STR_BUF_MIN_SIZE 128
+
+
/* -DDISABLE_XXXX to drop following features */
//#define DISABLE_STDIO /* use of stdio */