summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-28 15:09:35 +1100
committerDamien Miller <djm@mindrot.org>1999-12-28 15:09:35 +1100
commitbeb4ba5a68dbfa478bcc375cc885a047a8301c0d (patch)
treef612c8142e3891e40e68797c00a339a8efde0a40 /includes.h
parent4ff2b9bf429f40cb4d8119108cd7c4aa76c081ee (diff)
- Portability fixes for Irix 5.3 (now compiles OK!)
- autoconf and other misc cleanups
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/includes.h b/includes.h
index 0538bfbc3..7203d08c9 100644
--- a/includes.h
+++ b/includes.h
@@ -52,9 +52,15 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
52#include <time.h> 52#include <time.h>
53#include <dirent.h> 53#include <dirent.h>
54 54
55#ifdef HAVE_BSTRING_H
56# include <bstring.h>
57#endif
55#ifdef HAVE_NETGROUP_H 58#ifdef HAVE_NETGROUP_H
56# include <netgroup.h> 59# include <netgroup.h>
57#endif 60#endif
61#ifdef HAVE_NETDB_H
62# include <netdb.h>
63#endif
58#ifdef HAVE_PATHS_H 64#ifdef HAVE_PATHS_H
59# include <paths.h> 65# include <paths.h>
60#endif 66#endif
@@ -70,7 +76,7 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
70#ifdef HAVE_SYS_BSDTTY_H 76#ifdef HAVE_SYS_BSDTTY_H
71# include <sys/bsdtty.h> 77# include <sys/bsdtty.h>
72#endif 78#endif
73#ifdef HAVE_LIBPAM 79#ifdef USE_PAM
74# include <security/pam_appl.h> 80# include <security/pam_appl.h>
75#endif 81#endif
76 82