Cleanup, debug stmts, diff vars and obsolete compile options

This commit is contained in:
Olof hagsand 2022-06-23 12:36:17 +02:00
parent bdb516fec9
commit 33c77c8a09
4 changed files with 6 additions and 19 deletions

View file

@ -164,19 +164,4 @@
*/
#define PROTO_RESTART_RECONNECT
/*! Text output keys as identifiers instead of ordinary leafs
* That is, given list "list" with key value "a", if set, the output of show config or save
* as text command is:
* list a {
* val 42;
* }
* If not set, the output is:
* list {
* keyname a;
* val 42;
* }
* The TEXT parser (ie load) accepts both formats.
*/
#define TEXT_LIST_KEYS