aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
new file mode 100644
index 0000000..a83aa8e
--- /dev/null
+++ b/config.def.h
@@ -0,0 +1,13 @@
+static char *title = "a wiki";
+static char *id = "anonymous";
+
+static char *links[][2] = {
+ { "home", "home" },
+ { "planer", "planer" },
+ 0
+};
+
+static char *(*authenticate)() = NULL;
+
+static char *script;
+static char *base;