From 3744b5191822525a69861c1bc035cf955be196a1 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 23 Nov 1999 11:24:32 +1100 Subject: - Numerous little Solaris fixes --- acconfig.h | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 6459c6371..86ce003aa 100644 --- a/acconfig.h +++ b/acconfig.h @@ -68,17 +68,25 @@ /* ******************* Shouldn't need to edit below this line ************** */ -# include /* For u_intXX_t */ -# include /* For SHUT_XXXX */ +#include /* For u_intXX_t */ +#include /* For SHUT_XXXX */ #ifdef HAVE_PATHS_H # include /* For _PATH_XXX */ #endif +#ifdef HAVE_UTMP_H +# include /* For _PATH_XXX */ +#endif + #ifdef HAVE_SYS_TIME_H # include /* For timersub */ #endif +#ifdef HAVE_MAILLOCK_H +#include +#endif + #ifndef SHUT_RDWR enum { @@ -176,6 +184,10 @@ enum # define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin:" #endif +#ifndef _PATH_DEVNULL +# define _PATH_DEVNULL "/dev/null" +#endif + #ifndef _PATH_MAILDIR # ifdef MAILDIR # define _PATH_MAILDIR MAILDIR -- cgit v1.2.3