summaryrefslogtreecommitdiff
path: root/vendor.h
diff options
context:
space:
mode:
Diffstat (limited to 'vendor.h')
-rw-r--r--vendor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor.h b/vendor.h
index b06eb35..43b1520 100644
--- a/vendor.h
+++ b/vendor.h
@@ -28,7 +28,7 @@ other dealings in this Software without prior written authorization
from the X Consortium.
*/
-/* $XFree86: xc/programs/xman/vendor.h,v 1.14 2004/03/12 02:17:55 dickey Exp $ */
+/* $XFree86: xc/programs/xman/vendor.h,v 1.12 2003/03/26 20:43:59 tsi Exp $ */
/* Vendor-specific definitions */
@@ -166,7 +166,7 @@ from the X Consortium.
# define FORMAT "| eqn | tbl | nroff -mandoc"
# elif defined(BSD) && (BSD >= 199103)
# define FORMAT "| eqn | tbl | nroff -man"
-# elif defined(linux) || defined(__CYGWIN__)
+# elif defined(linux)
# define FORMAT "| eqn | tbl | GROFF_NO_SGR= groff -Tlatin1 -mandoc"
# else
# define FORMAT "| neqn | nroff -man" /* The format command. */
@@ -186,7 +186,7 @@ from the X Consortium.
# define REFER "refer"
# if defined(CSRG_BASED)
# define FORMAT "nroff -mandoc"
-# elif defined(linux) || defined(__CYGWIN__)
+# elif defined(linux)
# define FORMAT "GROFF_NO_SGR= groff -Tlatin1 -mandoc"
# elif defined(__DARWIN__)
# define FORMAT "nroff -man"