diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 81e6a4e..7160451 100644 --- a/src/config.h +++ b/src/config.h @@ -1,4 +1,4 @@ -/* This file was generated by configgen on Sat Aug 12 16:16:35 2000 +/* This file was generated by configgen on Fri Aug 25 21:22:11 2000 * from config_templ.h * * DO NOT EDIT! @@ -68,6 +68,7 @@ struct Config static QStrList sectionFilterList; // list of section filters that are enabled static bool generateTodoList; // do we want a todo list? static bool generateTestList; // do we want a test list? + static QStrList aliasList; // list of aliases static bool quietFlag; // generate progress messages flag static bool warningFlag; // generate warnings flag static bool warningUndocFlag; // generate undocumented warnings |