add Intel Paragon support
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 11 Dec 1994 01:20:43 +0000 (17:20 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 11 Dec 1994 01:20:43 +0000 (17:20 -0800)
SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.125

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

index 8a20743..a08c280 100644 (file)
@@ -5,7 +5,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)conf.h      8.124 (Berkeley) %G%
+ *     @(#)conf.h      8.125 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -321,6 +321,21 @@ extern long        dgux_inet_addr();
 #endif
 
 
 #endif
 
 
+/*
+**  OSF/1 for Intel Paragon.
+**
+**     Contributed by Jeff A. Earickson <jeff@ithaca.ccs.ornl.gov>
+**     of Oak Ridge National Lab.
+*/
+
+#ifdef __PARAGON__
+# define __osf__       1       /* get OSF/1 defines below */
+# ifndef _PATH_SENDMAILCF
+#  define _PATH_SENDMAILCF     "/var/adm/sendmail/sendmail.cf"
+# endif
+#endif
+
+
 /*
 **  OSF/1 (tested on Alpha)
 */
 /*
 **  OSF/1 (tested on Alpha)
 */