[BACK]Return to cgi.h.example CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Annotation of mandoc/cgi.h.example, Revision 1.2

1.1       schwarze    1: /* Example compile-time configuration file for man.cgi(8). */
                      2:
                      3: #define        MAN_DIR "/var/www/man"
                      4: #define        CSS_DIR ""
                      5: #define        CUSTOMIZE_TITLE "Manual pages with mandoc"
                      6: #define        CUSTOMIZE_BEGIN "<H2>\nManual pages with " \
                      7:        "<A HREF=\"http://mdocml.bsd.lv/\">mandoc</A>\n</H2>"
1.2     ! schwarze    8: #define COMPAT_OLDURI Yes

CVSweb