aboutsummaryrefslogtreecommitdiff
path: root/const.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-28 02:17:04 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-28 02:17:04 +0800
commit33d2a7be3d2ccd826dc3063d4d4703e37b8b3dd2 (patch)
treefe2ba503cf0a133362b7d7c8b556ef9bf54f80c1 /const.h
parentb5323e5e0c54d1db8b22b8ed12588bc34921b8b2 (diff)
...
Diffstat (limited to 'const.h')
-rw-r--r--const.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/const.h b/const.h
index 78dc457..05f12d0 100644
--- a/const.h
+++ b/const.h
@@ -24,10 +24,11 @@ enum {
};
#define MAX_BLOCK 1024
#define MAX_CHDN 1024
-#define MAX_DEBUG_PRINT_BUFF 1024
-#define MAX_DEBUG_PRINT_LVL 1024
+#define MAX_DEBUG_PRINT_BUFF 10240000
+#define MAX_DEBUG_PRINT_LVL 10240000
+#define MAX_LINEBUFF 10240000
#define MAX_TABLE_SIZE 1021
-#define MAX_ERROR_BUFF 1024
+#define MAX_ERROR_BUFF 10240000
#define MAX_NAMELEN 1024
#define INT_SIZE 4
#define CHAR_SIZE 1