Subversion Repositories Keine

Rev

Rev 3 | Rev 5 | 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 4 2024-09-11 10:22:22Z 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
 
12
#endif
4 nishi 13
 
14
/*
15
vim: syntax=c
16
*/