diff options
author | the little girl <bie@blekksprut.net> | 2013-06-29 08:11:13 +0200 |
---|---|---|
committer | the little girl <bie@blekksprut.net> | 2013-06-29 08:11:13 +0200 |
commit | 1ec38509b329c49476b5f9dfae4e1889899d1d52 (patch) | |
tree | 9f2e6e23a99d995290846a3bc29a6241115c6124 /config.def.h | |
parent | e8a0a3af0bea6729aa7fba6991d9657d808ed38a (diff) | |
download | ukulele-1ec38509b329c49476b5f9dfae4e1889899d1d52.tar.xz |
config.def.h, oppdatert makefile
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 13 |
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; |