Subversion Repositories Keine

Rev

Rev 5 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 6
Line 1... Line 1...
1
/* $Id: config.h.tmpl 5 2024-09-11 10:27:37Z nishi $ */
1
/* $Id: config.h.tmpl 6 2024-09-11 15:45:32Z nishi $ */
2
 
2
 
3
#ifndef __CONFIG_H__
3
#ifndef __CONFIG_H__
4
#define __CONFIG_H__
4
#define __CONFIG_H__
5
 
5
 
6
/* HTML which gets shown on the main. */
6
/* HTML which gets shown on the main, undef it for the index */
7
#define MAIN_HTML "<h1>Index</h1>"
7
#define MAIN_HTML "<h1>Index</h1>"
8
 
8
 
9
/* Manual page root */
9
/* Manual page root */
10
#define MANPAGE_DIR "/usr/share/man"
10
#define MANPAGE_DIR "/usr/share/man"
11
 
11
 
-
 
12
/* Define this for multiple directories */
-
 
13
/*
12
/* Footer, comment it for no footer */
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 */
13
#define FOOTER_HTML "some footer"
18
#define FOOTER_HTML "some footer"
14
 
19
 
15
#endif
20
#endif
16
 
21
 
17
/*
22
/*