diff options
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index 65a6f23..8ab3455 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -12,6 +12,8 @@ sizeof(struct sockaddr_in) : \ sizeof(struct sockaddr_in6)) +#define DEBUG_LEVEL DBG_INFO + #define CONFIG_MAIN "/etc/radsecproxy/radsecproxy.conf" #define CONFIG_SERVERS "/etc/radsecproxy/servers.conf" #define CONFIG_CLIENTS "/etc/radsecproxy/clients.conf" |