From 8a47b28095a18d1f0914ff7664b1b55e03920fd9 Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Tue, 27 Apr 1993 21:50:41 -0800 Subject: [PATCH] hpux => __hpux SCCS-vsn: usr.sbin/sendmail/src/conf.h 6.23 --- usr/src/usr.sbin/sendmail/src/conf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/src/usr.sbin/sendmail/src/conf.h b/usr/src/usr.sbin/sendmail/src/conf.h index 19f2b7fb0d..35b09ff8a5 100644 --- a/usr/src/usr.sbin/sendmail/src/conf.h +++ b/usr/src/usr.sbin/sendmail/src/conf.h @@ -5,7 +5,7 @@ * * %sccs.include.redist.c% * - * @(#)conf.h 6.22 (Berkeley) %G% + * @(#)conf.h 6.23 (Berkeley) %G% */ /* @@ -73,7 +73,7 @@ ** change these. */ -# ifdef hpux +# ifdef __hpux # define SYSTEM5 1 # endif @@ -107,7 +107,7 @@ ** message such as ICMP_UNREACH_PROTOCOL or _PORT or _NET_PROHIB. */ -#if !defined(ultrix) && !defined(hpux) +#if !defined(ultrix) && !defined(__hpux) # define IDENTPROTO 1 /* use IDENT proto (RFC 1413) */ #endif -- 2.20.1