From aadd4e09390bf75642aa8b4620b3370753a14d31 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 9 Jan 2002 21:25:34 +0000 Subject: Add -DSM_CONF_SHM to allow the SharedMemoryKey option to be used (off by default). --- gnu/usr.sbin/sendmail/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/usr.sbin/sendmail/Makefile.inc') diff --git a/gnu/usr.sbin/sendmail/Makefile.inc b/gnu/usr.sbin/sendmail/Makefile.inc index 2d850f0b7aa..5c74f155cd3 100644 --- a/gnu/usr.sbin/sendmail/Makefile.inc +++ b/gnu/usr.sbin/sendmail/Makefile.inc @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile.inc,v 1.7 2001/10/01 20:18:19 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.8 2002/01/09 21:25:33 millert Exp $ .include .include ENVDEF+= -DSM_OMIT_BOGUS_WARNINGS -DNEWDB -DMAP_REGEX -ENVDEF+= -DNETINET6 -DNEEDSGETIPNODE +ENVDEF+= -DNETINET6 -DNEEDSGETIPNODE -DSM_CONF_SHM .if (${YP:L} == "yes") ENVDEF+=-DNIS .endif -- cgit v1.2.3