diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h index 74589ed..abf05a1 100644 --- a/config.def.h +++ b/config.def.h @@ -23,10 +23,10 @@ static char *savefile = ".ratox.tox"; static int encryptsavefile = 0; -static int ipv6 = 0; -static int tcp = 0; -static int proxy = 0; -static int proxytype = 2; /* 1 = HTTP, 2 = SOCKS5 */ +static int ipv6 = 0; +static int tcp = 0; +static int proxy = 0; +static TOX_PROXY_TYPE proxytype = TOX_PROXY_TYPE_SOCKS5; /* NONE, HTTP, SOCKS5 */ static char proxyaddr[] = "localhost"; static uint16_t proxyport = 8080; |