aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.c b/src/config.c
index 4f6838f..bbbfa19 100644
--- a/src/config.c
+++ b/src/config.c
@@ -7,6 +7,7 @@ int _max_depth = 2;
int _start_nl_at = 3;
int _collapse_all = 0;
int _collapse_to_memory = 1;
+int _print_meta = 0;
int _file_malloc_chunk = 512;