From 485a1ac5f6e71ea26e5ed2711dcd78dbf3bcd67b Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Sat, 13 Nov 1993 16:16:39 -0800 Subject: [PATCH] AIX has statfs() and uname() SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.49 --- usr/src/usr.sbin/sendmail/src/conf.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr/src/usr.sbin/sendmail/src/conf.h b/usr/src/usr.sbin/sendmail/src/conf.h index ac2c94942e..918dd23a17 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.48 (Berkeley) %G% + * @(#)conf.h 8.49 (Berkeley) %G% */ /* @@ -112,6 +112,8 @@ # ifdef _AIX3 # define HASINITGROUPS 1 /* has initgroups(3) call */ +# define HASSTATFS 1 /* has the statfs(2) syscall */ +# define HASUNAME 1 /* use System V uname(2) system call */ # define FORK fork /* no vfork primitive available */ # undef SETPROCTITLE /* setproctitle confuses AIX */ # endif -- 2.20.1