From a9c4e8d524828740826ce6685af320a58741d474 Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Thu, 25 May 1995 19:27:55 -0800 Subject: [PATCH] Linux doesn't support IP_OPTIONS SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.170 --- usr/src/usr.sbin/sendmail/src/conf.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usr/src/usr.sbin/sendmail/src/conf.h b/usr/src/usr.sbin/sendmail/src/conf.h index 36df838689..d67c0c4070 100644 --- a/usr/src/usr.sbin/sendmail/src/conf.h +++ b/usr/src/usr.sbin/sendmail/src/conf.h @@ -755,10 +755,9 @@ extern void *malloc(); ** Florian La Roche ** Karl London ** -** Last compiled against: [12/14/94 @ 11:38:41 PM (Wednesday)] -** sendmail 8.7.a.5 named 4.9.3-beta12-p1 db-1.85 -** gcc 2.6.2 libc.so.4.6.20 -** slackware 2.1.0 linux 1.1.70 +** Last compiled against: [05/25/95 @ 11:39:31 AM (Thursday)] +** sendmail 8.7.b.0 named 4.9.3-beta17 db-1.85 +** gcc 2.6.4-950518 libc-5.0.9 linux 1.2.8 */ #ifdef __linux__ @@ -769,6 +768,7 @@ extern void *malloc(); # define ERRLIST_PREDEFINED /* don't declare sys_errlist */ # define GIDSET_T gid_t /* from */ # define HASGETUSERSHELL 0 /* getusershell(3) broken in Slackware 2.0 */ +# define IP_SRCROUTE 0 /* linux <= 1.2.8 doesn't support IP_OPTIONS */ # ifndef HASFLOCK # define HASFLOCK 0 /* flock(2) is broken after 0.99.13 */ # endif -- 2.20.1