From 3911462a2ea6be5a2e5d457c25cf903701d18e1a Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Thu, 26 Aug 1993 15:24:06 -0800 Subject: [PATCH] #undef IDENTPROTO for 4.3 systems SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.28 --- usr/src/usr.sbin/sendmail/src/conf.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/usr/src/usr.sbin/sendmail/src/conf.h b/usr/src/usr.sbin/sendmail/src/conf.h index ee0c72674e..05fb3291a3 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 8.27 (Berkeley) %G% + * @(#)conf.h 8.28 (Berkeley) %G% */ /* @@ -96,7 +96,7 @@ # define setreuid(r, e) setresuid(r, e, -1) # define LA_TYPE LA_FLOAT # define _PATH_UNIX "/hp-ux" -# undef IDENTPROTO +# undef IDENTPROTO /* TCP/IP implementation is broken */ # endif @@ -177,7 +177,7 @@ # define HASFLOCK 1 /* has flock(2) call */ # define LA_TYPE LA_INT # define LA_AVENRUN "avenrun" -# undef IDENTPROTO +# undef IDENTPROTO /* TCP/IP implementation is broken */ #endif @@ -252,6 +252,7 @@ typedef int pid_t; # ifndef _PATH_SENDMAILCF # define _PATH_SENDMAILCF "/usr/lib/sendmail.cf" # endif +# undef IDENTPROTO /* TCP/IP implementation is broken */ #endif -- 2.20.1