From 5280f9a0cd1f9ba200422ebba65d1e0133410995 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 13 Sep 2014 09:43:21 -0700 Subject: Initial. --- src/paths.h | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 src/paths.h (limited to 'src/paths.h') diff --git a/src/paths.h b/src/paths.h new file mode 100644 index 0000000..723731d --- /dev/null +++ b/src/paths.h @@ -0,0 +1,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 */ +}; -- cgit v1.2.3