summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/config.h b/config.h
deleted file mode 100644
index a73edd5..0000000
--- a/config.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef CONFIG_H
-#define CONFIG_H
-
-#define FILE_CLIENTS ".curvetun/clients"
-#define FILE_SERVERS ".curvetun/servers"
-#define FILE_PRIVKEY ".curvetun/priv.key"
-#define FILE_PUBKEY ".curvetun/pub.key"
-#define FILE_USERNAM ".curvetun/username"
-
-#endif /* CONFIG_H */