summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-12 19:07:56 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-12 19:07:56 -0800
commit4c47303a0af4b5045f7735ccc848cd02fef6995d (patch)
treed45ef7c960b9da6bbbd736019c7811e2b49f4a0f
parent3ecea7a4526f571949b9d45430cfc44c59e406b6 (diff)
unifdef __bsdi__
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--vendor.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/vendor.h b/vendor.h
index 0051574..576c093 100644
--- a/vendor.h
+++ b/vendor.h
@@ -64,9 +64,7 @@ from the X Consortium.
#ifndef SYSMANPATH
-#if defined(__bsdi__)
-# define SYSMANPATH "/usr/share/man:/usr/contrib/man:/usr/contrib/isode/man:/usr/local/man"
-#elif defined(__OpenBSD__) || defined(__DARWIN__)
+#if defined(__OpenBSD__) || defined(__DARWIN__)
# define SYSMANPATH "/usr/share/man:/usr/local/man:/usr/X11R6/man"
#elif defined(SVR4) && defined(sun)
# define SYSMANPATH "/usr/share/man:/usr/X11/man:/usr/openwin/share/man:/usr/dt/share/man:/usr/sfw/share/man"
@@ -143,12 +141,7 @@ from the X Consortium.
* Names of the man and cat dirs.
*/
-#ifdef __bsdi__
-#define MAN "cat"
-#else
#define MAN "man"
-#endif
-
#define CAT "cat"
/* Solaris has nroff man pages in "man" and sgml man pages in "sman" */