summaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/conf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h
index 0fb4226..9d5bd01 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -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 */