From 60e52ca78759c372479da4a3f6c9d616902e6f2b Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Mon, 3 Jan 1994 17:32:25 -0800 Subject: [PATCH] HP-UX portability SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.72 --- 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 0cba0f8965..919ec58e66 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.71 (Berkeley) %G% + * @(#)conf.h 8.72 (Berkeley) %G% */ /* @@ -109,7 +109,11 @@ # define HASSETREUID 1 /* has setreuid(2) call */ # define setreuid(r, e) setresuid(r, e, -1) # define LA_TYPE LA_FLOAT +# define GIDSET_T gid_t # define _PATH_UNIX "/hp-ux" +# ifndef _PATH_SENDMAILCF +# define _PATH_SENDMAILCF "/usr/lib/sendmail.cf" +# endif # ifndef IDENTPROTO # define IDENTPROTO 0 /* TCP/IP implementation is broken */ # endif -- 2.20.1