From 916afae122e94e9627eab3ab62e1d5391e0e1fec Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 22 Mar 2015 18:14:30 +0000 Subject: make MANPATH_DEFAULT compile-time configurable --- manpath.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'manpath.c') diff --git a/manpath.c b/manpath.c index 57572e55..f5ef2cc4 100644 --- a/manpath.c +++ b/manpath.c @@ -1,4 +1,4 @@ -/* $Id: manpath.c,v 1.20 2015/03/21 17:19:36 schwarze Exp $ */ +/* $Id: manpath.c,v 1.21 2015/03/22 18:14:30 schwarze Exp $ */ /* * Copyright (c) 2011, 2014, 2015 Ingo Schwarze * Copyright (c) 2011 Kristaps Dzonsons @@ -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); -- cgit v1.2.3