summaryrefslogtreecommitdiffstats
path: root/manpath.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-03-22 18:14:30 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-03-22 18:14:30 +0000
commit5960f0c1ba4284107409535ccbcbda4bd3a66c5a (patch)
tree38cb9145ae288ed9fbec91680cde9363263b4fb1 /manpath.c
parentd9be634890cae1728d5f49489b411202f19337ad (diff)
downloadmandoc-5960f0c1ba4284107409535ccbcbda4bd3a66c5a.tar.gz
make MANPATH_DEFAULT compile-time configurable
Diffstat (limited to 'manpath.c')
-rw-r--r--manpath.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/manpath.c b/manpath.c
index ac885af2..4bedea3a 100644
--- a/manpath.c
+++ b/manpath.c
@@ -32,7 +32,6 @@
#define MAN_CONF_FILE "/etc/man.conf"
#define MAN_CONF_KEY "_whatdb"
-#define MANPATH_DEFAULT "/usr/share/man:/usr/X11R6/man:/usr/local/man"
static void manpath_add(struct manpaths *, const char *, int);
static void manpath_parseline(struct manpaths *, char *, int);