From beb4ba5a68dbfa478bcc375cc885a047a8301c0d Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 28 Dec 1999 15:09:35 +1100 Subject: - Portability fixes for Irix 5.3 (now compiles OK!) - autoconf and other misc cleanups --- includes.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'includes.h') diff --git a/includes.h b/includes.h index 0538bfbc..7203d08c 100644 --- a/includes.h +++ b/includes.h @@ -52,9 +52,15 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #include #include +#ifdef HAVE_BSTRING_H +# include +#endif #ifdef HAVE_NETGROUP_H # include #endif +#ifdef HAVE_NETDB_H +# include +#endif #ifdef HAVE_PATHS_H # include #endif @@ -70,7 +76,7 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #ifdef HAVE_SYS_BSDTTY_H # include #endif -#ifdef HAVE_LIBPAM +#ifdef USE_PAM # include #endif -- cgit v1.2.3