|
version 1.11, 2002/09/21 02:38:25
|
version 1.12, 2003/03/26 20:43:59
|
|
|
|
| from the X Consortium. | from the X Consortium. |
| | |
| */ | */ |
| /* $XFree86: xc/programs/xman/vendor.h,v 1.10 2002/08/05 01:49:16 torrey Exp $ */ |
/* $XFree86: xc/programs/xman/vendor.h,v 1.11tsi Exp $ */ |
| | |
| /* Vendor-specific definitions */ | /* Vendor-specific definitions */ |
| | |
|
|
|
| # elif defined(BSD) && (BSD >= 199103) | # elif defined(BSD) && (BSD >= 199103) |
| # define FORMAT "| eqn | tbl | nroff -man" | # define FORMAT "| eqn | tbl | nroff -man" |
| # elif defined(linux) | # elif defined(linux) |
| # define FORMAT "| geqn | gtbl | groff -Tlatin1 -mandoc" |
# define FORMAT "| eqn | tbl | GROFF_NO_SGR= groff -Tlatin1 -mandoc" |
| # else | # else |
| # define FORMAT "| neqn | nroff -man" /* The format command. */ | # define FORMAT "| neqn | nroff -man" /* The format command. */ |
| # endif | # endif |
| # if defined(linux) |
|
| # define TBL "gtbl" |
|
| # else |
|
| # define TBL "tbl" | # define TBL "tbl" |
| # endif |
|
| #else /* HANDLE_ROFFSEQ */ | #else /* HANDLE_ROFFSEQ */ |
| # if defined(linux) | # if defined(linux) |
| # define ZSOELIM "zsoelim" | # define ZSOELIM "zsoelim" |
| # define EQN "geqn" |
|
| # define TBL "gtbl" |
|
| # else | # else |
| # define ZSOELIM "soelim" | # define ZSOELIM "soelim" |
| |
#endif |
| # define EQN "eqn" | # define EQN "eqn" |
| # define TBL "tbl" | # define TBL "tbl" |
| #endif |
|
| # define GRAP "grap" | # define GRAP "grap" |
| # define PIC "pic" | # define PIC "pic" |
| # define VGRIND "vgrind" | # define VGRIND "vgrind" |
|
|
|
| # if defined(CSRG_BASED) | # if defined(CSRG_BASED) |
| # define FORMAT "nroff -mandoc" | # define FORMAT "nroff -mandoc" |
| # elif defined(linux) | # elif defined(linux) |
| # define FORMAT "groff -Tlatin1 -mandoc" |
# define FORMAT "GROFF_NO_SGR= groff -Tlatin1 -mandoc" |
| # else | # else |
| # define FORMAT "groff -man" | # define FORMAT "groff -man" |
| # endif | # endif |