summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 8889236..9ef00c1 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1,12 +1,12 @@
/* See LICENSE file for copyright and license details. */
-#define DATAFILE ".ratox.tox"
/* connection delay in seconds */
#define CONNECTDELAY 4
/* ringing delay in seconds */
#define RINGINGDELAY 16
#define MAXCALLS 8
-static int encryptdatafile = 0;
+static char *savefile = ".ratox.tox";
+static int encryptsavefile = 0;
static char proxyaddr[] = "localhost";
static uint16_t proxyport = 8080;