toosl/cfgdefine.c: Add more configuration variable names that need to be de-quoted.

This commit is contained in:
Gregory Nutt 2018-07-14 16:48:00 -06:00
parent 49d6f44d96
commit b0178e9519

View File

@ -86,6 +86,8 @@ static const char *dequote_list[] =
"CONFIG_EXAMPLES_HELLO_PROGNAME", /* Name of installed hello example program */
"CONFIG_EXAMPLES_NSH_PROGNAME", /* Name of installed NSH example program */
"CONFIG_EXAMPLES_NSH_SYMTAB_ARRAYNAME", /* Symbol table array name */
"CONFIG_EXAMPLES_NSH_SYMTAB_COUNTNAME", /* Name of the variable holding the number of symbols */
"CONFIG_THTTPD_INDEX_NAMES", /* List of index file names */
NULL /* Marks the end of the list */
};