1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 07:56:35 +01:00

Use configdir.c instead of hardcoded paths for the list of DHT servers.

This commit is contained in:
loadletter
2013-08-18 23:16:39 +02:00
parent bb0251a027
commit 9367508824
2 changed files with 14 additions and 25 deletions

View File

@@ -19,9 +19,9 @@
*/
#ifdef _win32
#define CONFIGDIR "\\toxic\\"
#define CONFIGDIR "\\tox\\"
#else
#define CONFIGDIR "/toxic/"
#define CONFIGDIR "/tox/"
#endif
#ifndef S_ISDIR