keine/config.h.tmpl
Nishi f7f6c89f91 add footer
git-svn-id: file:///raid/svn-personal/keine/trunk@5 a3977ea8-0dc0-2842-9144-a1a46b47fd40
2024-09-11 10:27:37 +00:00

20 lines
295 B
C

/* $Id$ */
#ifndef __CONFIG_H__
#define __CONFIG_H__
/* HTML which gets shown on the main. */
#define MAIN_HTML "<h1>Index</h1>"
/* Manual page root */
#define MANPAGE_DIR "/usr/share/man"
/* Footer, comment it for no footer */
#define FOOTER_HTML "some footer"
#endif
/*
vim: syntax=c
*/