diff options
Diffstat (limited to '')
-rw-r--r-- | src/conf.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -47,6 +47,10 @@ struct config_s { char *user; char *group; vector_t listen_addrs; +#ifdef AUTH_SUPPORT + char *auth_username; + char *auth_string; +#endif #ifdef FILTER_ENABLE char *filter; unsigned int filter_url; /* boolean */ |