aboutsummaryrefslogtreecommitdiff
path: root/const.h
diff options
context:
space:
mode:
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