(file) Return to vendor.h CVS log (file) (dir) Up to [XFree86 CVS] / xc / programs / xman

Diff for /xc/programs/xman/vendor.h between version 1.11 and 1.12

version 1.11, 2002/09/21 02:38:25 version 1.12, 2003/03/26 20:43:59
Line 28 
Line 28 
 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 */
  
Line 167 
Line 167 
 # 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"
Line 193 
Line 187 
 # 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


Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

Powered by
ViewCVS 0.9.2