Add config.def.h and make summary length configurable

This commit is contained in:
FRIGN
2015-12-14 12:49:23 +01:00
parent f33bca44bd
commit c3014aaaba
3 changed files with 11 additions and 4 deletions

2
config.def.h Normal file
View File

@@ -0,0 +1,2 @@
/* See LICENSE file for copyright and license details. */
static const unsigned summarylen = 70; /* summary length in the log */