summaryrefslogtreecommitdiffstats
path: root/src/paths.h
blob: 723731dea9c75a79ccf184f5e7a4df54ab4a9b67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/*
 * Generated automatically from paths.h.in by the
 * configure script.
 */
/* paths.h - included in man-config.c */
/*
 * Define the absolute path to the configuration file and programs used.
 * (If no configuration file is found then the preset values are used.)
 */
#ifndef CONFIG_FILE
#define CONFIG_FILE "/usr/share/misc/man.conf"
#endif

static struct paths {
    char *name;
    char *path;			/* path plus command options - never NULL */
} paths[] = {
    { "MANBIN",	"" },		/* value unused */
    { "APROPOS",  "/usr/bin/apropos" },
    { "WHATIS",   "/usr/bin/whatis" },
    { "TROFF",	"/usr/bin/groff -Tps -mandoc" },
    { "NROFF",	"/usr/bin/nroff -Tlatin1 -mandoc" },
    { "JNROFF",	"/usr/bin/groff -Tnippon -mandocj" },
    { "EQN",	"/usr/bin/geqn -Tps" },
    { "NEQN",	"/usr/bin/geqn -Tlatin1" },
    { "JNEQN",	"/usr/bin/geqn -Tnippon" },
    { "TBL",	"/usr/bin/gtbl" },
    { "COL",	"" },
    { "REFER",	"" },
    { "PIC",	"/usr/bin/gpic" },
    { "VGRIND",	"" },
    { "GRAP",	"" },
    { "PAGER",	"/bin/less -is" },
    { "BROWSER","/bin/less -is" },
    { "HTMLPAGER", "/bin/cat" },
    { "CMP",	"/usr/bin/cmp -s" },
    { "CAT",	"/bin/cat" },
    { "COMPRESS",	"/usr/bin/xz" },
    { "COMPRESS_EXT", ".xz" }, /* not a path, just a string variable */
    { "DECOMPRESS",	"/usr/bin/unxz -c" },
    { "MANSECT",  "1:1p:8:2:3:3p:4:5:6:7:9:0p:tcl:n:l:p:o"},          /* idem */
    { "MANDEFOPTIONS", ""}                /* idem */
};