* Added PRETTYPRINT_INDENT compile-time option controlling indentation level for XML,JSON and TEXT
* Default value is `3`
This commit is contained in:
parent
1830381249
commit
56f4bb45cc
11 changed files with 73 additions and 1152 deletions
|
|
@ -179,3 +179,8 @@
|
|||
* // Here "s" is still open and you can reply on the non-ssl underlying socket
|
||||
*/
|
||||
#define HTTP_ON_HTTPS_REPLY
|
||||
|
||||
/*! Indentation number of spaces for XML, JSON and TEXT pretty-printed output.
|
||||
* Consider moving to configure.ac(compile-time) or to clixon-config.yang(run-time)
|
||||
*/
|
||||
#define PRETTYPRINT_INDENT 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue