Subversion Repositories Keine

Rev

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

Rev 3 Rev 4
Line 1... Line 1...
1
/* $Id: config.h.tmpl 3 2024-09-11 09:16:43Z nishi $ */
1
/* $Id: config.h.tmpl 4 2024-09-11 10:22:22Z 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. */
-
 
7
#define MAIN_HTML "<h1>Index</h1>"
6
 
8
 
-
 
9
/* Manual page root */
-
 
10
#define MANPAGE_DIR "/usr/share/man"
7
 
11
 
8
#endif
12
#endif
-
 
13
 
-
 
14
/*
-
 
15
vim: syntax=c
-
 
16
*/