mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 07:55:21 -04:00
8 lines
224 B
Text
8 lines
224 B
Text
|
|
/* 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 COMPAT_OLDURI Yes
|