cgi.h.example revision 274876
1274876Sbapt/* Example compile-time configuration file for man.cgi(8). */
2274876Sbapt
3274876Sbapt#define	HTTP_HOST "mdocml.bsd.lv"
4274876Sbapt#define	MAN_DIR "/var/www/man"
5274876Sbapt#define	CSS_DIR ""
6274876Sbapt#define	CUSTOMIZE_TITLE "Manual pages with mandoc"
7274876Sbapt#define	CUSTOMIZE_BEGIN "<H2>\nManual pages with " \
8274876Sbapt	"<A HREF=\"http://mdocml.bsd.lv/\">mandoc</A>\n</H2>"
9274876Sbapt#define	COMPAT_OLDURI Yes
10