if UNDEFINED endif config SINGLE_DEF config MULTI_DEF # Throw in some line continuations too to make sure it doesn't mess up the line # numbers if y && \ y if y && \ y && \ y # Throw in some help texts too config HELP_1 bool "help 1" help config HELP_2 bool "help 2" help foo bar baz config MULTI_DEF endif endif config EXPANDED_FROM_ENV string option env="EXPANDED_FROM_ENV" config _INCLUDED string default "_included" # Expands to "tests/Klocation_included" source "$EXPANDED_FROM_ENV/Klocation$_INCLUDED" config MULTI_DEF