summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 0000000..a73edd5
--- /dev/null
+++ b/config.h
@@ -0,0 +1,10 @@
+#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 */
Silva1-0/+13 2016-07-16greybus: power_supply: remove references to kernel headerRui Miguel Silva1-9/+9 2016-07-16greybus: timesync/pm: Make synchronous call to restore FrameTimeBryan O'Donoghue1-0/+6 2016-07-16greybus: hd: arche-platform: implement greybus shutdownDavid Lin