Subversion Repositories Keine

Rev

Rev 5 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 nishi 1
/* $Id: config.h.tmpl 6 2024-09-11 15:45:32Z nishi $ */
2
 
3
#ifndef __CONFIG_H__
4
#define __CONFIG_H__
5
 
6 nishi 6
/* HTML which gets shown on the main, undef it for the index */
4 nishi 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
 
6 nishi 12
/* Define this for multiple directories */
13
/*
14
#define MANPAGE_DIRS {"/usr/share/man/man1", "/usr/share/man/man2", "/usr/share/man/man3", "/usr/share/man/man3f", "/usr/share/man/man3lua", "/usr/share/man/man4", "/usr/share/man/man5", "/usr/share/man/man6", "/usr/share/man/man7", "/usr/share/man/man8", "/usr/share/man/man9", "/usr/share/man/man9lua"}
15
*/
16
 
17
/* Footer, undef it for no footer */
5 nishi 18
#define FOOTER_HTML "some footer"
19
 
2 nishi 20
#endif
4 nishi 21
 
22
/*
23
vim: syntax=c
24
*/