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 fba7711..0bdaffa 100644 --- a/src/config.h +++ b/src/config.h @@ -1,4 +1,4 @@ -/* This file was generated by configgen on Sun Feb 25 14:30:18 2001 +/* This file was generated by configgen on Mon Mar 19 20:34:58 2001 * from config_templ.h * * DO NOT EDIT! @@ -125,6 +125,7 @@ struct Config static bool compactRTFFlag; /*!< generate more compact RTF */ static bool rtfHyperFlag; /*!< generate hyper links in RTF */ static QCString rtfStylesheetFile; /*!< file to load stylesheet definitions from */ + static QCString rtfExtensionsFile; /*!< file to load rtf extensions from */ static bool generateMan; /*!< generate Man pages */ static QCString manOutputDir; /*!< the directory to put the man pages */ static QCString manExtension; /*!< extension the man page files */ |