From 4aca8efc97c724be3fdb55c81b9b1f25ecdce1c1 Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Fri, 5 May 1995 15:18:32 -0800 Subject: [PATCH] allow command-line redefinitions of BROKEN_RES_SEARCH SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.155 --- usr/src/usr.sbin/sendmail/src/conf.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/usr/src/usr.sbin/sendmail/src/conf.h b/usr/src/usr.sbin/sendmail/src/conf.h index 3b5934c59d..190fbcaadd 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.154 (Berkeley) %G% + * @(#)conf.h 8.155 (Berkeley) %G% */ /* @@ -341,7 +341,9 @@ extern long dgux_inet_addr(); # define HASFLOCK 1 /* has flock(2) call */ # endif # define HASGETUSERSHELL 0 /* does not have getusershell(3) call */ -# define BROKEN_RES_SEARCH 1 /* res_search(unknown) returns h_errno=0 */ +# ifndef BROKEN_RES_SEARCH +# define BROKEN_RES_SEARCH 1 /* res_search(unknown) returns h_errno=0 */ +# endif # ifdef vax # define LA_TYPE LA_FLOAT # else @@ -350,7 +352,7 @@ extern long dgux_inet_addr(); # endif # define SFS_TYPE SFS_MOUNT /* use statfs() impl */ # ifndef IDENTPROTO -# define IDENTPROTO 0 /* TCP/IP implementation is broken */ +# define IDENTPROTO 0 /* pre-4.4 TCP/IP implementation is broken */ # endif #endif -- 2.20.1