diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index a8495bd..ce14ac8 100644 --- a/src/config.h +++ b/src/config.h @@ -1,4 +1,4 @@ -/* This file was generated by configgen on Sat Feb 3 18:53:37 2001 +/* This file was generated by configgen on Thu Feb 8 22:26:39 2001 * from config_templ.h * * DO NOT EDIT! @@ -97,6 +97,7 @@ struct Config static QCString htmlStyleSheet; // user defined cascading style sheet static bool htmlAlignMemberFlag; // align members in HTML using tables. static bool htmlHelpFlag; // should html help files be generated? + static bool htmlHelpChiFlag; // should chi file be generated? static bool noIndexFlag; // generate condensed index flag static int enumValuesPerLine; // number of enum values that are put on one line static bool ftvHelpFlag; // should a folder tree view be generated? @@ -140,6 +141,7 @@ struct Config static int maxDotGraphWidth; // max dot graph width static int maxDotGraphHeight; // max dot graph height static bool generateLegend; // generate legend page + static bool dotCleanUp; // remove intermedia dot files? static bool searchEngineFlag; // generate search engine flag static QCString cgiName; // the name of the CGI binary static QCString cgiURL; // the absolute URL to the CGI binary |