diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configreader.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h index c6775bc29..e2ff1c2c9 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -348,6 +348,10 @@ class ServerConfig : public Extensible */ bool NoUserDns; + /** If set to true, provide syntax hints for unknown commands + */ + bool SyntaxHints; + ServerConfig(); /** Clears the include stack in preperation for |