f4c783186751dd9bce0111310b06d1dc2c5d254c
[dragonfly.git] / contrib / mdocml / cgi.h.example
1 /* Example compile-time configuration file for man.cgi(8). */
2
3 #define HTTP_HOST "mdocml.bsd.lv"
4 #define MAN_DIR "/var/www/man"
5 #define CSS_DIR ""
6 #define CUSTOMIZE_TITLE "Manual pages with mandoc"
7 #define CUSTOMIZE_BEGIN "<H2>\nManual pages with " \
8         "<A HREF=\"http://mdocml.bsd.lv/\">mandoc</A>\n</H2>"
9 #define COMPAT_OLDURI Yes