Subversion Repositories Keine

Rev

Rev 4 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 5
Line 1... Line 1...
1
/* $Id: config.h.tmpl 4 2024-09-11 10:22:22Z nishi $ */
1
/* $Id: config.h.tmpl 5 2024-09-11 10:27:37Z 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. */
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
/* Footer, comment it for no footer */
-
 
13
#define FOOTER_HTML "some footer"
-
 
14
 
12
#endif
15
#endif
13
 
16
 
14
/*
17
/*
15
vim: syntax=c
18
vim: syntax=c
16
*/
19
*/