aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
blob: ea4a312ed66965d328ab454e3416ca71be4271a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
static char *title = "a wiki";
static char *id = "anonymous";

static char *loft = ".loft";

static char *links[][2] = {
  { "home", "home" },
  { "planer", "planer" },
  0
};

static char *(*authenticate)() = NULL;

static char *script;
static char *base;