[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Fri, 4 Oct 2024 20:00:03 -0400 (EDT) |
branch: master
commit ecfd89059fb00af34844788c2bf48b6692885279
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Oct 5 01:59:59 2024 +0200
Regenerate generated code
---
tp/Texinfo/XS/main/options_init_free.c | 1175 --------------------------------
1 file changed, 1175 deletions(-)
diff --git a/tp/Texinfo/XS/main/options_init_free.c
b/tp/Texinfo/XS/main/options_init_free.c
index 1e5babaea3..7a20c452b0 100644
--- a/tp/Texinfo/XS/main/options_init_free.c
+++ b/tp/Texinfo/XS/main/options_init_free.c
@@ -1309,1181 +1309,6 @@ copy_options (OPTIONS *destination, const OPTIONS
*source)
copy_option (&destination->smallbook, &source->smallbook);
}
-void
-set_option_key_configured (OPTIONS *options, const char *key, int configured)
-{
- if (0) {}
-
-/* array_cmdline */
-
- else if (!strcmp (key, "CSS_FILES"))
- {
- if (configured > 0)
- options->CSS_FILES.configured = configured;
- }
- else if (!strcmp (key, "CSS_REFS"))
- {
- if (configured > 0)
- options->CSS_REFS.configured = configured;
- }
- else if (!strcmp (key, "EXPANDED_FORMATS"))
- {
- if (configured > 0)
- options->EXPANDED_FORMATS.configured = configured;
- }
- else if (!strcmp (key, "INCLUDE_DIRECTORIES"))
- {
- if (configured > 0)
- options->INCLUDE_DIRECTORIES.configured = configured;
- }
- else if (!strcmp (key, "TEXINFO_LANGUAGE_DIRECTORIES"))
- {
- if (configured > 0)
- options->TEXINFO_LANGUAGE_DIRECTORIES.configured = configured;
- }
-
-/* converter_cmdline */
-
- else if (!strcmp (key, "SPLIT_SIZE"))
- {
- if (configured > 0)
- options->SPLIT_SIZE.configured = configured;
- }
- else if (!strcmp (key, "FILLCOLUMN"))
- {
- if (configured > 0)
- options->FILLCOLUMN.configured = configured;
- }
- else if (!strcmp (key, "NUMBER_SECTIONS"))
- {
- if (configured > 0)
- options->NUMBER_SECTIONS.configured = configured;
- }
- else if (!strcmp (key, "NUMBER_FOOTNOTES"))
- {
- if (configured > 0)
- options->NUMBER_FOOTNOTES.configured = configured;
- }
- else if (!strcmp (key, "TRANSLITERATE_FILE_NAMES"))
- {
- if (configured > 0)
- options->TRANSLITERATE_FILE_NAMES.configured = configured;
- }
- else if (!strcmp (key, "SPLIT"))
- {
- if (configured > 0)
- options->SPLIT.configured = configured;
- }
- else if (!strcmp (key, "HEADERS"))
- {
- if (configured > 0)
- options->HEADERS.configured = configured;
- }
- else if (!strcmp (key, "NODE_FILES"))
- {
- if (configured > 0)
- options->NODE_FILES.configured = configured;
- }
- else if (!strcmp (key, "VERBOSE"))
- {
- if (configured > 0)
- options->VERBOSE.configured = configured;
- }
- else if (!strcmp (key, "OUTFILE"))
- {
- if (configured > 0)
- options->OUTFILE.configured = configured;
- }
- else if (!strcmp (key, "SUBDIR"))
- {
- if (configured > 0)
- options->SUBDIR.configured = configured;
- }
- else if (!strcmp (key, "ENABLE_ENCODING"))
- {
- if (configured > 0)
- options->ENABLE_ENCODING.configured = configured;
- }
-
-/* converter_customization */
-
- else if (!strcmp (key, "TOP_NODE_UP"))
- {
- if (configured > 0)
- options->TOP_NODE_UP.configured = configured;
- }
- else if (!strcmp (key, "BASEFILENAME_LENGTH"))
- {
- if (configured > 0)
- options->BASEFILENAME_LENGTH.configured = configured;
- }
- else if (!strcmp (key, "DOC_ENCODING_FOR_INPUT_FILE_NAME"))
- {
- if (configured > 0)
- options->DOC_ENCODING_FOR_INPUT_FILE_NAME.configured = configured;
- }
- else if (!strcmp (key, "DOC_ENCODING_FOR_OUTPUT_FILE_NAME"))
- {
- if (configured > 0)
- options->DOC_ENCODING_FOR_OUTPUT_FILE_NAME.configured = configured;
- }
- else if (!strcmp (key, "IMAGE_LINK_PREFIX"))
- {
- if (configured > 0)
- options->IMAGE_LINK_PREFIX.configured = configured;
- }
- else if (!strcmp (key, "CASE_INSENSITIVE_FILENAMES"))
- {
- if (configured > 0)
- options->CASE_INSENSITIVE_FILENAMES.configured = configured;
- }
- else if (!strcmp (key, "DEBUG"))
- {
- if (configured > 0)
- options->DEBUG.configured = configured;
- }
- else if (!strcmp (key, "HANDLER_FATAL_ERROR_LEVEL"))
- {
- if (configured > 0)
- options->HANDLER_FATAL_ERROR_LEVEL.configured = configured;
- }
- else if (!strcmp (key, "TEST"))
- {
- if (configured > 0)
- options->TEST.configured = configured;
- }
- else if (!strcmp (key, "TEXTCONTENT_COMMENT"))
- {
- if (configured > 0)
- options->TEXTCONTENT_COMMENT.configured = configured;
- }
- else if (!strcmp (key, "TEXINFO_DTD_VERSION"))
- {
- if (configured > 0)
- options->TEXINFO_DTD_VERSION.configured = configured;
- }
- else if (!strcmp (key, "USE_UNICODE_COLLATION"))
- {
- if (configured > 0)
- options->USE_UNICODE_COLLATION.configured = configured;
- }
- else if (!strcmp (key, "AFTER_BODY_OPEN"))
- {
- if (configured > 0)
- options->AFTER_BODY_OPEN.configured = configured;
- }
- else if (!strcmp (key, "AFTER_SHORT_TOC_LINES"))
- {
- if (configured > 0)
- options->AFTER_SHORT_TOC_LINES.configured = configured;
- }
- else if (!strcmp (key, "AFTER_TOC_LINES"))
- {
- if (configured > 0)
- options->AFTER_TOC_LINES.configured = configured;
- }
- else if (!strcmp (key, "ASCII_DASHES_AND_QUOTES"))
- {
- if (configured > 0)
- options->ASCII_DASHES_AND_QUOTES.configured = configured;
- }
- else if (!strcmp (key, "ASCII_GLYPH"))
- {
- if (configured > 0)
- options->ASCII_GLYPH.configured = configured;
- }
- else if (!strcmp (key, "ASCII_PUNCTUATION"))
- {
- if (configured > 0)
- options->ASCII_PUNCTUATION.configured = configured;
- }
- else if (!strcmp (key, "AUTO_MENU_DESCRIPTION_ALIGN_COLUMN"))
- {
- if (configured > 0)
- options->AUTO_MENU_DESCRIPTION_ALIGN_COLUMN.configured = configured;
- }
- else if (!strcmp (key, "AUTO_MENU_MAX_WIDTH"))
- {
- if (configured > 0)
- options->AUTO_MENU_MAX_WIDTH.configured = configured;
- }
- else if (!strcmp (key, "BEFORE_SHORT_TOC_LINES"))
- {
- if (configured > 0)
- options->BEFORE_SHORT_TOC_LINES.configured = configured;
- }
- else if (!strcmp (key, "BEFORE_TOC_LINES"))
- {
- if (configured > 0)
- options->BEFORE_TOC_LINES.configured = configured;
- }
- else if (!strcmp (key, "BIG_RULE"))
- {
- if (configured > 0)
- options->BIG_RULE.configured = configured;
- }
- else if (!strcmp (key, "BODY_ELEMENT_ATTRIBUTES"))
- {
- if (configured > 0)
- options->BODY_ELEMENT_ATTRIBUTES.configured = configured;
- }
- else if (!strcmp (key, "CLASS_BEGIN_USEPACKAGE"))
- {
- if (configured > 0)
- options->CLASS_BEGIN_USEPACKAGE.configured = configured;
- }
- else if (!strcmp (key, "COPIABLE_LINKS"))
- {
- if (configured > 0)
- options->COPIABLE_LINKS.configured = configured;
- }
- else if (!strcmp (key, "CHAPTER_HEADER_LEVEL"))
- {
- if (configured > 0)
- options->CHAPTER_HEADER_LEVEL.configured = configured;
- }
- else if (!strcmp (key, "CHECK_HTMLXREF"))
- {
- if (configured > 0)
- options->CHECK_HTMLXREF.configured = configured;
- }
- else if (!strcmp (key, "CLOSE_DOUBLE_QUOTE_SYMBOL"))
- {
- if (configured > 0)
- options->CLOSE_DOUBLE_QUOTE_SYMBOL.configured = configured;
- }
- else if (!strcmp (key, "CLOSE_QUOTE_SYMBOL"))
- {
- if (configured > 0)
- options->CLOSE_QUOTE_SYMBOL.configured = configured;
- }
- else if (!strcmp (key, "COLLATION_LANGUAGE"))
- {
- if (configured > 0)
- options->COLLATION_LANGUAGE.configured = configured;
- }
- else if (!strcmp (key, "COMMAND_LINE_ENCODING"))
- {
- if (configured > 0)
- options->COMMAND_LINE_ENCODING.configured = configured;
- }
- else if (!strcmp (key, "INDENTED_BLOCK_COMMANDS_IN_TABLE"))
- {
- if (configured > 0)
- options->INDENTED_BLOCK_COMMANDS_IN_TABLE.configured = configured;
- }
- else if (!strcmp (key, "CONTENTS_OUTPUT_LOCATION"))
- {
- if (configured > 0)
- options->CONTENTS_OUTPUT_LOCATION.configured = configured;
- }
- else if (!strcmp (key, "CONVERT_TO_LATEX_IN_MATH"))
- {
- if (configured > 0)
- options->CONVERT_TO_LATEX_IN_MATH.configured = configured;
- }
- else if (!strcmp (key, "DATE_IN_HEADER"))
- {
- if (configured > 0)
- options->DATE_IN_HEADER.configured = configured;
- }
- else if (!strcmp (key, "DEFAULT_RULE"))
- {
- if (configured > 0)
- options->DEFAULT_RULE.configured = configured;
- }
- else if (!strcmp (key, "DEF_TABLE"))
- {
- if (configured > 0)
- options->DEF_TABLE.configured = configured;
- }
- else if (!strcmp (key, "DO_ABOUT"))
- {
- if (configured > 0)
- options->DO_ABOUT.configured = configured;
- }
- else if (!strcmp (key, "DOCTYPE"))
- {
- if (configured > 0)
- options->DOCTYPE.configured = configured;
- }
- else if (!strcmp (key, "DOCUMENTLANGUAGE_COLLATION"))
- {
- if (configured > 0)
- options->DOCUMENTLANGUAGE_COLLATION.configured = configured;
- }
- else if (!strcmp (key, "END_USEPACKAGE"))
- {
- if (configured > 0)
- options->END_USEPACKAGE.configured = configured;
- }
- else if (!strcmp (key, "EPUB_CREATE_CONTAINER_FILE"))
- {
- if (configured > 0)
- options->EPUB_CREATE_CONTAINER_FILE.configured = configured;
- }
- else if (!strcmp (key, "EPUB_KEEP_CONTAINER_FOLDER"))
- {
- if (configured > 0)
- options->EPUB_KEEP_CONTAINER_FOLDER.configured = configured;
- }
- else if (!strcmp (key, "EXTENSION"))
- {
- if (configured > 0)
- options->EXTENSION.configured = configured;
- }
- else if (!strcmp (key, "EXTERNAL_CROSSREF_EXTENSION"))
- {
- if (configured > 0)
- options->EXTERNAL_CROSSREF_EXTENSION.configured = configured;
- }
- else if (!strcmp (key, "EXTERNAL_CROSSREF_SPLIT"))
- {
- if (configured > 0)
- options->EXTERNAL_CROSSREF_SPLIT.configured = configured;
- }
- else if (!strcmp (key, "EXTERNAL_DIR"))
- {
- if (configured > 0)
- options->EXTERNAL_DIR.configured = configured;
- }
- else if (!strcmp (key, "EXTRA_HEAD"))
- {
- if (configured > 0)
- options->EXTRA_HEAD.configured = configured;
- }
- else if (!strcmp (key, "FOOTNOTE_END_HEADER_LEVEL"))
- {
- if (configured > 0)
- options->FOOTNOTE_END_HEADER_LEVEL.configured = configured;
- }
- else if (!strcmp (key, "FOOTNOTE_SEPARATE_HEADER_LEVEL"))
- {
- if (configured > 0)
- options->FOOTNOTE_SEPARATE_HEADER_LEVEL.configured = configured;
- }
- else if (!strcmp (key, "HEADER_IN_TABLE"))
- {
- if (configured > 0)
- options->HEADER_IN_TABLE.configured = configured;
- }
- else if (!strcmp (key, "HIGHLIGHT_SYNTAX"))
- {
- if (configured > 0)
- options->HIGHLIGHT_SYNTAX.configured = configured;
- }
- else if (!strcmp (key, "HIGHLIGHT_SYNTAX_DEFAULT_LANGUAGE"))
- {
- if (configured > 0)
- options->HIGHLIGHT_SYNTAX_DEFAULT_LANGUAGE.configured = configured;
- }
- else if (!strcmp (key, "HTML_MATH"))
- {
- if (configured > 0)
- options->HTML_MATH.configured = configured;
- }
- else if (!strcmp (key, "HTML_ROOT_ELEMENT_ATTRIBUTES"))
- {
- if (configured > 0)
- options->HTML_ROOT_ELEMENT_ATTRIBUTES.configured = configured;
- }
- else if (!strcmp (key, "HTMLXREF_FILE"))
- {
- if (configured > 0)
- options->HTMLXREF_FILE.configured = configured;
- }
- else if (!strcmp (key, "HTMLXREF_MODE"))
- {
- if (configured > 0)
- options->HTMLXREF_MODE.configured = configured;
- }
- else if (!strcmp (key, "ICONS"))
- {
- if (configured > 0)
- options->ICONS.configured = configured;
- }
- else if (!strcmp (key, "INDEX_ENTRY_COLON"))
- {
- if (configured > 0)
- options->INDEX_ENTRY_COLON.configured = configured;
- }
- else if (!strcmp (key, "INDEX_SPECIAL_CHARS_WARNING"))
- {
- if (configured > 0)
- options->INDEX_SPECIAL_CHARS_WARNING.configured = configured;
- }
- else if (!strcmp (key, "INFO_JS_DIR"))
- {
- if (configured > 0)
- options->INFO_JS_DIR.configured = configured;
- }
- else if (!strcmp (key, "INFO_SPECIAL_CHARS_QUOTE"))
- {
- if (configured > 0)
- options->INFO_SPECIAL_CHARS_QUOTE.configured = configured;
- }
- else if (!strcmp (key, "INFO_SPECIAL_CHARS_WARNING"))
- {
- if (configured > 0)
- options->INFO_SPECIAL_CHARS_WARNING.configured = configured;
- }
- else if (!strcmp (key, "IGNORE_REF_TO_TOP_NODE_UP"))
- {
- if (configured > 0)
- options->IGNORE_REF_TO_TOP_NODE_UP.configured = configured;
- }
- else if (!strcmp (key, "INLINE_CSS_STYLE"))
- {
- if (configured > 0)
- options->INLINE_CSS_STYLE.configured = configured;
- }
- else if (!strcmp (key, "INPUT_FILE_NAME_ENCODING"))
- {
- if (configured > 0)
- options->INPUT_FILE_NAME_ENCODING.configured = configured;
- }
- else if (!strcmp (key, "JS_WEBLABELS"))
- {
- if (configured > 0)
- options->JS_WEBLABELS.configured = configured;
- }
- else if (!strcmp (key, "JS_WEBLABELS_FILE"))
- {
- if (configured > 0)
- options->JS_WEBLABELS_FILE.configured = configured;
- }
- else if (!strcmp (key, "LATEX_FLOATS_FILE_EXTENSION"))
- {
- if (configured > 0)
- options->LATEX_FLOATS_FILE_EXTENSION.configured = configured;
- }
- else if (!strcmp (key, "LOCALE_ENCODING"))
- {
- if (configured > 0)
- options->LOCALE_ENCODING.configured = configured;
- }
- else if (!strcmp (key, "L2H_CLEAN"))
- {
- if (configured > 0)
- options->L2H_CLEAN.configured = configured;
- }
- else if (!strcmp (key, "L2H_FILE"))
- {
- if (configured > 0)
- options->L2H_FILE.configured = configured;
- }
- else if (!strcmp (key, "L2H_HTML_VERSION"))
- {
- if (configured > 0)
- options->L2H_HTML_VERSION.configured = configured;
- }
- else if (!strcmp (key, "L2H_L2H"))
- {
- if (configured > 0)
- options->L2H_L2H.configured = configured;
- }
- else if (!strcmp (key, "L2H_SKIP"))
- {
- if (configured > 0)
- options->L2H_SKIP.configured = configured;
- }
- else if (!strcmp (key, "L2H_TMP"))
- {
- if (configured > 0)
- options->L2H_TMP.configured = configured;
- }
- else if (!strcmp (key, "MATHJAX_CONFIGURATION"))
- {
- if (configured > 0)
- options->MATHJAX_CONFIGURATION.configured = configured;
- }
- else if (!strcmp (key, "MATHJAX_SCRIPT"))
- {
- if (configured > 0)
- options->MATHJAX_SCRIPT.configured = configured;
- }
- else if (!strcmp (key, "MATHJAX_SOURCE"))
- {
- if (configured > 0)
- options->MATHJAX_SOURCE.configured = configured;
- }
- else if (!strcmp (key, "MAX_HEADER_LEVEL"))
- {
- if (configured > 0)
- options->MAX_HEADER_LEVEL.configured = configured;
- }
- else if (!strcmp (key, "MENU_ENTRY_COLON"))
- {
- if (configured > 0)
- options->MENU_ENTRY_COLON.configured = configured;
- }
- else if (!strcmp (key, "MENU_SYMBOL"))
- {
- if (configured > 0)
- options->MENU_SYMBOL.configured = configured;
- }
- else if (!strcmp (key, "MESSAGE_ENCODING"))
- {
- if (configured > 0)
- options->MESSAGE_ENCODING.configured = configured;
- }
- else if (!strcmp (key, "MONOLITHIC"))
- {
- if (configured > 0)
- options->MONOLITHIC.configured = configured;
- }
- else if (!strcmp (key, "NO_CSS"))
- {
- if (configured > 0)
- options->NO_CSS.configured = configured;
- }
- else if (!strcmp (key, "NO_NUMBER_FOOTNOTE_SYMBOL"))
- {
- if (configured > 0)
- options->NO_NUMBER_FOOTNOTE_SYMBOL.configured = configured;
- }
- else if (!strcmp (key, "NO_CUSTOM_HTML_ATTRIBUTE"))
- {
- if (configured > 0)
- options->NO_CUSTOM_HTML_ATTRIBUTE.configured = configured;
- }
- else if (!strcmp (key, "NODE_NAME_IN_INDEX"))
- {
- if (configured > 0)
- options->NODE_NAME_IN_INDEX.configured = configured;
- }
- else if (!strcmp (key, "NODE_NAME_IN_MENU"))
- {
- if (configured > 0)
- options->NODE_NAME_IN_MENU.configured = configured;
- }
- else if (!strcmp (key, "NO_TOP_NODE_OUTPUT"))
- {
- if (configured > 0)
- options->NO_TOP_NODE_OUTPUT.configured = configured;
- }
- else if (!strcmp (key, "OPEN_DOUBLE_QUOTE_SYMBOL"))
- {
- if (configured > 0)
- options->OPEN_DOUBLE_QUOTE_SYMBOL.configured = configured;
- }
- else if (!strcmp (key, "OPEN_QUOTE_SYMBOL"))
- {
- if (configured > 0)
- options->OPEN_QUOTE_SYMBOL.configured = configured;
- }
- else if (!strcmp (key, "OUTPUT_CHARACTERS"))
- {
- if (configured > 0)
- options->OUTPUT_CHARACTERS.configured = configured;
- }
- else if (!strcmp (key, "OUTPUT_ENCODING_NAME"))
- {
- if (configured > 0)
- options->OUTPUT_ENCODING_NAME.configured = configured;
- }
- else if (!strcmp (key, "OUTPUT_FILE_NAME_ENCODING"))
- {
- if (configured > 0)
- options->OUTPUT_FILE_NAME_ENCODING.configured = configured;
- }
- else if (!strcmp (key, "OUTPUT_PERL_ENCODING"))
- {
- if (configured > 0)
- options->OUTPUT_PERL_ENCODING.configured = configured;
- }
- else if (!strcmp (key, "PACKAGE"))
- {
- if (configured > 0)
- options->PACKAGE.configured = configured;
- }
- else if (!strcmp (key, "PACKAGE_AND_VERSION"))
- {
- if (configured > 0)
- options->PACKAGE_AND_VERSION.configured = configured;
- }
- else if (!strcmp (key, "PACKAGE_NAME"))
- {
- if (configured > 0)
- options->PACKAGE_NAME.configured = configured;
- }
- else if (!strcmp (key, "PACKAGE_URL"))
- {
- if (configured > 0)
- options->PACKAGE_URL.configured = configured;
- }
- else if (!strcmp (key, "PACKAGE_VERSION"))
- {
- if (configured > 0)
- options->PACKAGE_VERSION.configured = configured;
- }
- else if (!strcmp (key, "PRE_BODY_CLOSE"))
- {
- if (configured > 0)
- options->PRE_BODY_CLOSE.configured = configured;
- }
- else if (!strcmp (key, "PREFIX"))
- {
- if (configured > 0)
- options->PREFIX.configured = configured;
- }
- else if (!strcmp (key, "PROGRAM"))
- {
- if (configured > 0)
- options->PROGRAM.configured = configured;
- }
- else if (!strcmp (key, "PROGRAM_NAME_IN_ABOUT"))
- {
- if (configured > 0)
- options->PROGRAM_NAME_IN_ABOUT.configured = configured;
- }
- else if (!strcmp (key, "PROGRAM_NAME_IN_FOOTER"))
- {
- if (configured > 0)
- options->PROGRAM_NAME_IN_FOOTER.configured = configured;
- }
- else if (!strcmp (key, "SECTION_NAME_IN_TITLE"))
- {
- if (configured > 0)
- options->SECTION_NAME_IN_TITLE.configured = configured;
- }
- else if (!strcmp (key, "SHORT_TOC_LINK_TO_TOC"))
- {
- if (configured > 0)
- options->SHORT_TOC_LINK_TO_TOC.configured = configured;
- }
- else if (!strcmp (key, "SHOW_TITLE"))
- {
- if (configured > 0)
- options->SHOW_TITLE.configured = configured;
- }
- else if (!strcmp (key, "T4H_LATEX_CONVERSION"))
- {
- if (configured > 0)
- options->T4H_LATEX_CONVERSION.configured = configured;
- }
- else if (!strcmp (key, "T4H_MATH_CONVERSION"))
- {
- if (configured > 0)
- options->T4H_MATH_CONVERSION.configured = configured;
- }
- else if (!strcmp (key, "T4H_TEX_CONVERSION"))
- {
- if (configured > 0)
- options->T4H_TEX_CONVERSION.configured = configured;
- }
- else if (!strcmp (key, "TEXI2HTML"))
- {
- if (configured > 0)
- options->TEXI2HTML.configured = configured;
- }
- else if (!strcmp (key, "TEXINFO_OUTPUT_FORMAT"))
- {
- if (configured > 0)
- options->TEXINFO_OUTPUT_FORMAT.configured = configured;
- }
- else if (!strcmp (key, "TXI_MARKUP_NO_SECTION_EXTENT"))
- {
- if (configured > 0)
- options->TXI_MARKUP_NO_SECTION_EXTENT.configured = configured;
- }
- else if (!strcmp (key, "TOC_LINKS"))
- {
- if (configured > 0)
- options->TOC_LINKS.configured = configured;
- }
- else if (!strcmp (key, "TOP_FILE"))
- {
- if (configured > 0)
- options->TOP_FILE.configured = configured;
- }
- else if (!strcmp (key, "TOP_NODE_FILE_TARGET"))
- {
- if (configured > 0)
- options->TOP_NODE_FILE_TARGET.configured = configured;
- }
- else if (!strcmp (key, "TOP_NODE_UP_URL"))
- {
- if (configured > 0)
- options->TOP_NODE_UP_URL.configured = configured;
- }
- else if (!strcmp (key, "USE_ACCESSKEY"))
- {
- if (configured > 0)
- options->USE_ACCESSKEY.configured = configured;
- }
- else if (!strcmp (key, "USE_ISO"))
- {
- if (configured > 0)
- options->USE_ISO.configured = configured;
- }
- else if (!strcmp (key, "USE_LINKS"))
- {
- if (configured > 0)
- options->USE_LINKS.configured = configured;
- }
- else if (!strcmp (key, "USE_NEXT_HEADING_FOR_LONE_NODE"))
- {
- if (configured > 0)
- options->USE_NEXT_HEADING_FOR_LONE_NODE.configured = configured;
- }
- else if (!strcmp (key, "USE_NODES"))
- {
- if (configured > 0)
- options->USE_NODES.configured = configured;
- }
- else if (!strcmp (key, "USE_NODE_DIRECTIONS"))
- {
- if (configured > 0)
- options->USE_NODE_DIRECTIONS.configured = configured;
- }
- else if (!strcmp (key, "USE_NUMERIC_ENTITY"))
- {
- if (configured > 0)
- options->USE_NUMERIC_ENTITY.configured = configured;
- }
- else if (!strcmp (key, "USE_REL_REV"))
- {
- if (configured > 0)
- options->USE_REL_REV.configured = configured;
- }
- else if (!strcmp (key, "USE_SETFILENAME_EXTENSION"))
- {
- if (configured > 0)
- options->USE_SETFILENAME_EXTENSION.configured = configured;
- }
- else if (!strcmp (key, "USE_TITLEPAGE_FOR_TITLE"))
- {
- if (configured > 0)
- options->USE_TITLEPAGE_FOR_TITLE.configured = configured;
- }
- else if (!strcmp (key, "USE_UNIDECODE"))
- {
- if (configured > 0)
- options->USE_UNIDECODE.configured = configured;
- }
- else if (!strcmp (key, "USE_XML_SYNTAX"))
- {
- if (configured > 0)
- options->USE_XML_SYNTAX.configured = configured;
- }
- else if (!strcmp (key, "VERTICAL_HEAD_NAVIGATION"))
- {
- if (configured > 0)
- options->VERTICAL_HEAD_NAVIGATION.configured = configured;
- }
- else if (!strcmp (key, "WORDS_IN_PAGE"))
- {
- if (configured > 0)
- options->WORDS_IN_PAGE.configured = configured;
- }
- else if (!strcmp (key, "XREF_USE_FLOAT_LABEL"))
- {
- if (configured > 0)
- options->XREF_USE_FLOAT_LABEL.configured = configured;
- }
- else if (!strcmp (key, "XREF_USE_NODE_NAME_ARG"))
- {
- if (configured > 0)
- options->XREF_USE_NODE_NAME_ARG.configured = configured;
- }
- else if (!strcmp (key, "XS_EXTERNAL_CONVERSION"))
- {
- if (configured > 0)
- options->XS_EXTERNAL_CONVERSION.configured = configured;
- }
- else if (!strcmp (key, "XS_EXTERNAL_FORMATTING"))
- {
- if (configured > 0)
- options->XS_EXTERNAL_FORMATTING.configured = configured;
- }
- else if (!strcmp (key, "XS_STRXFRM_COLLATION_LOCALE"))
- {
- if (configured > 0)
- options->XS_STRXFRM_COLLATION_LOCALE.configured = configured;
- }
- else if (!strcmp (key, "_INLINE_STYLE_WIDTH"))
- {
- if (configured > 0)
- options->_INLINE_STYLE_WIDTH.configured = configured;
- }
-
-/* converter_other */
-
- else if (!strcmp (key, "LINKS_BUTTONS"))
- {
- if (configured > 0)
- options->LINKS_BUTTONS.configured = configured;
- }
- else if (!strcmp (key, "TOP_BUTTONS"))
- {
- if (configured > 0)
- options->TOP_BUTTONS.configured = configured;
- }
- else if (!strcmp (key, "TOP_FOOTER_BUTTONS"))
- {
- if (configured > 0)
- options->TOP_FOOTER_BUTTONS.configured = configured;
- }
- else if (!strcmp (key, "SECTION_BUTTONS"))
- {
- if (configured > 0)
- options->SECTION_BUTTONS.configured = configured;
- }
- else if (!strcmp (key, "CHAPTER_FOOTER_BUTTONS"))
- {
- if (configured > 0)
- options->CHAPTER_FOOTER_BUTTONS.configured = configured;
- }
- else if (!strcmp (key, "SECTION_FOOTER_BUTTONS"))
- {
- if (configured > 0)
- options->SECTION_FOOTER_BUTTONS.configured = configured;
- }
- else if (!strcmp (key, "NODE_FOOTER_BUTTONS"))
- {
- if (configured > 0)
- options->NODE_FOOTER_BUTTONS.configured = configured;
- }
- else if (!strcmp (key, "MISC_BUTTONS"))
- {
- if (configured > 0)
- options->MISC_BUTTONS.configured = configured;
- }
- else if (!strcmp (key, "CHAPTER_BUTTONS"))
- {
- if (configured > 0)
- options->CHAPTER_BUTTONS.configured = configured;
- }
- else if (!strcmp (key, "ACTIVE_ICONS"))
- {
- if (configured > 0)
- options->ACTIVE_ICONS.configured = configured;
- }
- else if (!strcmp (key, "PASSIVE_ICONS"))
- {
- if (configured > 0)
- options->PASSIVE_ICONS.configured = configured;
- }
-
-/* multiple_at_command */
-
- else if (!strcmp (key, "allowcodebreaks"))
- {
- if (configured > 0)
- options->allowcodebreaks.configured = configured;
- }
- else if (!strcmp (key, "clickstyle"))
- {
- if (configured > 0)
- options->clickstyle.configured = configured;
- }
- else if (!strcmp (key, "codequotebacktick"))
- {
- if (configured > 0)
- options->codequotebacktick.configured = configured;
- }
- else if (!strcmp (key, "codequoteundirected"))
- {
- if (configured > 0)
- options->codequoteundirected.configured = configured;
- }
- else if (!strcmp (key, "contents"))
- {
- if (configured > 0)
- options->contents.configured = configured;
- }
- else if (!strcmp (key, "deftypefnnewline"))
- {
- if (configured > 0)
- options->deftypefnnewline.configured = configured;
- }
- else if (!strcmp (key, "documentencoding"))
- {
- if (configured > 0)
- options->documentencoding.configured = configured;
- }
- else if (!strcmp (key, "documentlanguage"))
- {
- if (configured > 0)
- options->documentlanguage.configured = configured;
- }
- else if (!strcmp (key, "evenfooting"))
- {
- if (configured > 0)
- options->evenfooting.configured = configured;
- }
- else if (!strcmp (key, "evenheading"))
- {
- if (configured > 0)
- options->evenheading.configured = configured;
- }
- else if (!strcmp (key, "everyfooting"))
- {
- if (configured > 0)
- options->everyfooting.configured = configured;
- }
- else if (!strcmp (key, "everyheading"))
- {
- if (configured > 0)
- options->everyheading.configured = configured;
- }
- else if (!strcmp (key, "exampleindent"))
- {
- if (configured > 0)
- options->exampleindent.configured = configured;
- }
- else if (!strcmp (key, "firstparagraphindent"))
- {
- if (configured > 0)
- options->firstparagraphindent.configured = configured;
- }
- else if (!strcmp (key, "frenchspacing"))
- {
- if (configured > 0)
- options->frenchspacing.configured = configured;
- }
- else if (!strcmp (key, "headings"))
- {
- if (configured > 0)
- options->headings.configured = configured;
- }
- else if (!strcmp (key, "kbdinputstyle"))
- {
- if (configured > 0)
- options->kbdinputstyle.configured = configured;
- }
- else if (!strcmp (key, "microtype"))
- {
- if (configured > 0)
- options->microtype.configured = configured;
- }
- else if (!strcmp (key, "oddheading"))
- {
- if (configured > 0)
- options->oddheading.configured = configured;
- }
- else if (!strcmp (key, "oddfooting"))
- {
- if (configured > 0)
- options->oddfooting.configured = configured;
- }
- else if (!strcmp (key, "paragraphindent"))
- {
- if (configured > 0)
- options->paragraphindent.configured = configured;
- }
- else if (!strcmp (key, "shortcontents"))
- {
- if (configured > 0)
- options->shortcontents.configured = configured;
- }
- else if (!strcmp (key, "summarycontents"))
- {
- if (configured > 0)
- options->summarycontents.configured = configured;
- }
- else if (!strcmp (key, "urefbreakstyle"))
- {
- if (configured > 0)
- options->urefbreakstyle.configured = configured;
- }
- else if (!strcmp (key, "xrefautomaticsectiontitle"))
- {
- if (configured > 0)
- options->xrefautomaticsectiontitle.configured = configured;
- }
-
-/* program_cmdline */
-
- else if (!strcmp (key, "MACRO_EXPAND"))
- {
- if (configured > 0)
- options->MACRO_EXPAND.configured = configured;
- }
- else if (!strcmp (key, "INTERNAL_LINKS"))
- {
- if (configured > 0)
- options->INTERNAL_LINKS.configured = configured;
- }
- else if (!strcmp (key, "ERROR_LIMIT"))
- {
- if (configured > 0)
- options->ERROR_LIMIT.configured = configured;
- }
- else if (!strcmp (key, "FORCE"))
- {
- if (configured > 0)
- options->FORCE.configured = configured;
- }
- else if (!strcmp (key, "NO_WARN"))
- {
- if (configured > 0)
- options->NO_WARN.configured = configured;
- }
- else if (!strcmp (key, "SILENT"))
- {
- if (configured > 0)
- options->SILENT.configured = configured;
- }
- else if (!strcmp (key, "TRACE_INCLUDES"))
- {
- if (configured > 0)
- options->TRACE_INCLUDES.configured = configured;
- }
- else if (!strcmp (key, "FORMAT_MENU"))
- {
- if (configured > 0)
- options->FORMAT_MENU.configured = configured;
- }
-
-/* program_customization */
-
- else if (!strcmp (key, "CHECK_NORMAL_MENU_STRUCTURE"))
- {
- if (configured > 0)
- options->CHECK_NORMAL_MENU_STRUCTURE.configured = configured;
- }
- else if (!strcmp (key, "CHECK_MISSING_MENU_ENTRY"))
- {
- if (configured > 0)
- options->CHECK_MISSING_MENU_ENTRY.configured = configured;
- }
- else if (!strcmp (key, "DUMP_TREE"))
- {
- if (configured > 0)
- options->DUMP_TREE.configured = configured;
- }
- else if (!strcmp (key, "DUMP_TEXI"))
- {
- if (configured > 0)
- options->DUMP_TEXI.configured = configured;
- }
- else if (!strcmp (key, "SHOW_BUILTIN_CSS_RULES"))
- {
- if (configured > 0)
- options->SHOW_BUILTIN_CSS_RULES.configured = configured;
- }
- else if (!strcmp (key, "SORT_ELEMENT_COUNT"))
- {
- if (configured > 0)
- options->SORT_ELEMENT_COUNT.configured = configured;
- }
- else if (!strcmp (key, "SORT_ELEMENT_COUNT_WORDS"))
- {
- if (configured > 0)
- options->SORT_ELEMENT_COUNT_WORDS.configured = configured;
- }
- else if (!strcmp (key, "TEXI2DVI"))
- {
- if (configured > 0)
- options->TEXI2DVI.configured = configured;
- }
- else if (!strcmp (key, "TREE_TRANSFORMATIONS"))
- {
- if (configured > 0)
- options->TREE_TRANSFORMATIONS.configured = configured;
- }
-
-/* unique_at_command */
-
- else if (!strcmp (key, "afivepaper"))
- {
- if (configured > 0)
- options->afivepaper.configured = configured;
- }
- else if (!strcmp (key, "afourpaper"))
- {
- if (configured > 0)
- options->afourpaper.configured = configured;
- }
- else if (!strcmp (key, "afourlatex"))
- {
- if (configured > 0)
- options->afourlatex.configured = configured;
- }
- else if (!strcmp (key, "afourwide"))
- {
- if (configured > 0)
- options->afourwide.configured = configured;
- }
- else if (!strcmp (key, "bsixpaper"))
- {
- if (configured > 0)
- options->bsixpaper.configured = configured;
- }
- else if (!strcmp (key, "documentdescription"))
- {
- if (configured > 0)
- options->documentdescription.configured = configured;
- }
- else if (!strcmp (key, "evenfootingmarks"))
- {
- if (configured > 0)
- options->evenfootingmarks.configured = configured;
- }
- else if (!strcmp (key, "evenheadingmarks"))
- {
- if (configured > 0)
- options->evenheadingmarks.configured = configured;
- }
- else if (!strcmp (key, "everyfootingmarks"))
- {
- if (configured > 0)
- options->everyfootingmarks.configured = configured;
- }
- else if (!strcmp (key, "everyheadingmarks"))
- {
- if (configured > 0)
- options->everyheadingmarks.configured = configured;
- }
- else if (!strcmp (key, "fonttextsize"))
- {
- if (configured > 0)
- options->fonttextsize.configured = configured;
- }
- else if (!strcmp (key, "footnotestyle"))
- {
- if (configured > 0)
- options->footnotestyle.configured = configured;
- }
- else if (!strcmp (key, "novalidate"))
- {
- if (configured > 0)
- options->novalidate.configured = configured;
- }
- else if (!strcmp (key, "oddfootingmarks"))
- {
- if (configured > 0)
- options->oddfootingmarks.configured = configured;
- }
- else if (!strcmp (key, "oddheadingmarks"))
- {
- if (configured > 0)
- options->oddheadingmarks.configured = configured;
- }
- else if (!strcmp (key, "pagesizes"))
- {
- if (configured > 0)
- options->pagesizes.configured = configured;
- }
- else if (!strcmp (key, "setchapternewpage"))
- {
- if (configured > 0)
- options->setchapternewpage.configured = configured;
- }
- else if (!strcmp (key, "setfilename"))
- {
- if (configured > 0)
- options->setfilename.configured = configured;
- }
- else if (!strcmp (key, "smallbook"))
- {
- if (configured > 0)
- options->smallbook.configured = configured;
- }
-}
-
#include "command_ids.h"
OPTION *