--- localsys.h.orig Tue Apr 7 01:55:28 1998 +++ localsys.h Thu Nov 19 00:17:50 1998 @@ -13,14 +13,14 @@ * func_type funcname __P((arglist)); */ -#include "config.h" - #include #include #include #include #include +#include "config.h" + #ifdef HAVE_UNISTD_H #include #endif @@ -192,7 +192,7 @@ #endif #ifndef _SVR4_SOURCE -#ifndef Digital_UNIX +#if !(defined(Digital_UNIX) || (defined(BSD) && (BSD >= 199103))) extern int gethostname __P((char *, size_t size)); #endif #endif @@ -254,7 +254,7 @@ #endif /* type returned by setgrent() */ -#ifdef Digital_UNIX +#if defined(Digital_UNIX) || (defined(BSD) && (BSD >= 199103)) typedef int SETGRENT_T; #else typedef void SETGRENT_T;