diff options
Diffstat (limited to '')
-rw-r--r-- | syshead.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -665,6 +665,11 @@ socket_defined (const socket_descriptor_t sd) #endif /* + * Do we support challenge/response authentication, as a console-based client? + */ +#define ENABLE_CLIENT_CR + +/* * Do we support pushing peer info? */ #define ENABLE_PUSH_PEER_INFO |