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

8 lines
220 B
Text
Raw Normal View History

2014-11-22 13:08:25 -05:00
/* Example compile-time configuration file for man.cgi(8). */
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