Subversion Repositories Keine

Rev

Rev 3 | Rev 5 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

/* $Id: config.h.tmpl 4 2024-09-11 10:22:22Z nishi $ */

#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"

#endif

/*
vim: syntax=c
*/