mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
8 lines
224 B
Plaintext
8 lines
224 B
Plaintext
/* 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
|