]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Remove hardcoded values
[lyx.git] / src / LyXRC.h
index 7b50ce0a56e9b218cee1ee9304c43207798bacbe..8a9cc172acc66fed919efb07d84387490bcd2fd7 100644 (file)
@@ -167,6 +167,8 @@ public:
                RC_USER_EMAIL,
                RC_USER_NAME,
                RC_USE_CONVERTER_CACHE,
+               RC_USE_CONVERTER_NEEDAUTH_FORBIDDEN,
+               RC_USE_CONVERTER_NEEDAUTH,
                RC_USE_SYSTEM_COLORS,
                RC_USE_TOOLTIP,
                RC_USE_PIXMAP_CACHE,
@@ -443,6 +445,10 @@ public:
        std::string texinputs_prefix;
        /// Use the cache for file converters?
        bool use_converter_cache;
+       /// Forbid use of external converters with 'needauth' option
+       bool use_converter_needauth_forbidden;
+       /// Ask user before calling external converters with 'needauth' option
+       bool use_converter_needauth;
        /// The maximum age of cache files in seconds
        unsigned int converter_cache_maxage;
        /// Sort layouts alphabetically