summaryrefslogtreecommitdiffstats
path: root/kconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig.h')
-rw-r--r--kconfig.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/kconfig.h b/kconfig.h
index ec26978..edfc794 100644
--- a/kconfig.h
+++ b/kconfig.h
@@ -1,5 +1,12 @@
#ifndef __KCONFIG_H
#define __KCONFIG_H
+#define CONFIG_TODO
+#define CONFIG_TODO_DEFAULT_FILE "todo/todo.txt"
+#define CONFIG_TWIT
+#define CONFIG_TWIT_DEFAULT_FILE "twit/twit.txt"
+#define CONFIG_DOORGAMES
+#define CONFIG_DOOR_DEFAULT_DIR "door"
#define CONFIG_LOGIN
-#define CONFIG_USER_DEFAULT_DIR "./users/"
+#define CONFIG_USER_DEFAULT_DIR "./users"
+#define CONFIG_ARTICLES
#endif