opnsense-src/contrib/mdocml/cgi.h.example

9 lines
254 B
Text
Raw Normal View History

2014-11-22 13:08:25 -05:00
/* Example compile-time configuration file for man.cgi(8). */
#define HTTP_HOST "mdocml.bsd.lv"
2016-07-23 07:45:42 -04:00
#define SCRIPT_NAME "cgi-bin/man.cgi"
#define MAN_DIR "/man"
2014-11-22 13:08:25 -05:00
#define CSS_DIR ""
#define CUSTOMIZE_TITLE "Manual pages with mandoc"
#define COMPAT_OLDURI Yes