aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgi.h.example
blob: f4c783186751dd9bce0111310b06d1dc2c5d254c (plain) (blame)
1
2
3
4
5
6
7
8
9
/* Example compile-time configuration file for man.cgi(8). */

#define	HTTP_HOST "mdocml.bsd.lv"
#define	MAN_DIR "/var/www/man"
#define	CSS_DIR ""
#define	CUSTOMIZE_TITLE "Manual pages with mandoc"
#define	CUSTOMIZE_BEGIN "<H2>\nManual pages with " \
	"<A HREF=\"http://mdocml.bsd.lv/\">mandoc</A>\n</H2>"
#define	COMPAT_OLDURI Yes