From 318a23146680384cd2012c1dd4151bdcb2f4f430 Mon Sep 17 00:00:00 2001 From: FRIGN Date: Tue, 23 Dec 2014 23:17:21 +0100 Subject: Add ipv6-, tcp- and proxy-mode to config.def.h There's no reason to prevent the user from setting this stuff at compile time. --- config.def.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 2de95d2..9dd605b 100644 --- a/config.def.h +++ b/config.def.h @@ -9,11 +9,14 @@ /* Maximum number of simultaneous calls */ #define MAXCALLS 8 -static char *savefile = ".ratox.tox"; -static int encryptsavefile = 0; +static char *savefile = ".ratox.tox"; +static int encryptsavefile = 0; -static char proxyaddr[] = "localhost"; -static uint16_t proxyport = 8080; +static int ipv6 = 0; +static int tcp = 0; +static int proxy = 0; +static char proxyaddr[] = "localhost"; +static uint16_t proxyport = 8080; static struct node nodes[] = { { -- cgit v1.2.3