aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
blob: a83aa8e80563838c67238c8311d77d2027e36d4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;