Subversion Repositories Keine

Rev

Rev 4 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 nishi 1
/* $Id: config.h.tmpl 5 2024-09-11 10:27:37Z nishi $ */
2
 
3
#ifndef __CONFIG_H__
4
#define __CONFIG_H__
5
 
4 nishi 6
/* HTML which gets shown on the main. */
7
#define MAIN_HTML "<h1>Index</h1>"
2 nishi 8
 
4 nishi 9
/* Manual page root */
10
#define MANPAGE_DIR "/usr/share/man"
2 nishi 11
 
5 nishi 12
/* Footer, comment it for no footer */
13
#define FOOTER_HTML "some footer"
14
 
2 nishi 15
#endif
4 nishi 16
 
17
/*
18
vim: syntax=c
19
*/