From 8d3fd3258e593f0bcc187bee38edcf621bbd9535 Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Thu, 28 Jan 1993 17:41:07 -0800 Subject: [PATCH] System 5 compatibility SCCS-vsn: usr.sbin/sendmail/src/conf.h 6.5 --- usr/src/usr.sbin/sendmail/src/conf.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/usr/src/usr.sbin/sendmail/src/conf.h b/usr/src/usr.sbin/sendmail/src/conf.h index 41cd3ede2e..f8218b8cea 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 6.4 (Berkeley) %G% + * @(#)conf.h 6.5 (Berkeley) %G% */ /* @@ -129,3 +129,7 @@ struct utsname #ifdef sun # include #endif + +#ifndef MAXHOSTNAMELEN +#define MAXHOSTNAMELEN 256 +#endif -- 2.20.1