NCR 3000 changes
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 14 Apr 1994 01:34:06 +0000 (17:34 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 14 Apr 1994 01:34:06 +0000 (17:34 -0800)
SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.103

usr/src/usr.sbin/sendmail/src/conf.h

index d1e9eb1..d7e27ae 100644 (file)
@@ -5,7 +5,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)conf.h      8.102 (Berkeley) %G%
+ *     @(#)conf.h      8.103 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -848,6 +848,20 @@ typedef int                pid_t;
 #endif
 
 
 #endif
 
 
+/*
+**  NCR 3000 Series (SysVr4)
+**
+**     From From: Kevin Darcy <kevin@tech.mis.cfc.com>.
+*/
+
+#ifdef NCR3000
+# define __svr4__
+# undef BSD
+# define LA_AVENRUN    "avenrun"
+#endif
+
+
 
 
 /**********************************************************************
 
 
 /**********************************************************************