diff --git a/cfgparser.h b/cfgparser.h index 2e627246d3..7048c723a9 100644 --- a/cfgparser.h +++ b/cfgparser.h @@ -24,6 +24,7 @@ #define CONF_TYPE_SUBCONFIG 8 #define CONF_TYPE_STRING_LIST 9 #define CONF_TYPE_POSITION 10 +#define CONF_TYPE_PRINT_INDIRECT 11 #define ERR_NOT_AN_OPTION -1