summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-12 17:49:07 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-12 18:04:26 -0800
commitae798c59e34eba8a83995579943b689fc42987bb (patch)
tree9c53c4921cb4e1e609de6365e44f81281b6197aa
parent7f69157bb051c52526c3ba210f75564c86654d2f (diff)
unifdef sgi
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--vendor.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/vendor.h b/vendor.h
index d763b50..1df1b99 100644
--- a/vendor.h
+++ b/vendor.h
@@ -52,7 +52,7 @@ from the X Consortium.
#define SEARCHDIR MAN
-#if (defined(sgi) || (defined(SVR4) && !defined(sun)) || (defined(BSD) && (BSD >= 199103)) || defined(linux) || defined(__CYGWIN__) )
+#if (defined(SVR4) && !defined(sun)) || (defined(BSD) && (BSD >= 199103)) || defined(linux) || defined(__CYGWIN__)
# define SEARCHOTHER CAT
#endif
@@ -72,8 +72,6 @@ from the X Consortium.
# define SYSMANPATH "/usr/share/man:/usr/X11/man:/usr/openwin/share/man:/usr/dt/share/man:/usr/sfw/share/man"
#elif defined(SVR4) || defined(__osf__) || (defined(BSD) && (BSD >= 199103))
# define SYSMANPATH "/usr/share/man"
-#elif defined(sgi)
-# define SYSMANPATH "/usr/catman/a_man:/usr/catman/g_man:/usr/catman/p_man:/usr/catman/u_man:/usr/man/p_man:/usr/man/u_man:/usr/man"
#endif
#ifndef SYSMANPATH
@@ -86,12 +84,7 @@ from the X Consortium.
* Compression Definitions.
*/
-#if defined(sgi)
-# define COMPRESSION_EXTENSION "z"
-# define UNCOMPRESS_FORMAT "pcat %s > %s"
-# define NO_COMPRESS /* mac can't handle using pack as a filter and
- xman needs it to be done that way. */
-#elif defined(__SCO__) || defined(__UNIXWARE__)
+#if defined(__SCO__) || defined(__UNIXWARE__)
# define COMPRESSION_EXTENSION "Z" /* dummy */
# define COMPRESSION_EXTENSIONS "zZF" /* pack, compress, freeze */
# define UNCOMPRESS_FORMAT uncompress_format