#undef IDENTPROTO for 4.3 systems
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 26 Aug 1993 23:24:06 +0000 (15:24 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 26 Aug 1993 23:24:06 +0000 (15:24 -0800)
SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.28

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

index ee0c726..05fb329 100644 (file)
@@ -5,7 +5,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %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"
 # 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
 
 
 # endif
 
 
 # define HASFLOCK      1       /* has flock(2) call */
 # define LA_TYPE       LA_INT
 # define LA_AVENRUN    "avenrun"
 # 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
 
 
 #endif
 
 
@@ -252,6 +252,7 @@ typedef int         pid_t;
 # ifndef _PATH_SENDMAILCF
 #  define _PATH_SENDMAILCF     "/usr/lib/sendmail.cf"
 # endif
 # ifndef _PATH_SENDMAILCF
 #  define _PATH_SENDMAILCF     "/usr/lib/sendmail.cf"
 # endif
+# undef IDENTPROTO             /* TCP/IP implementation is broken */
 #endif
 
 
 #endif