diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-09-28 23:04:44 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-09-28 23:04:44 +0200 |
commit | 25ae82f933be9668aaf4c1fe7a53f01ff1defab8 (patch) | |
tree | 2d0685382d5373d4ac82a4202a2cde573cf9b096 /compat/nss_compat.h | |
parent | 3a6a57b4aacc044de27636f7d42476a4a971b01f (diff) |
begin merging some of the compatibility improvements from Ted C. Cheng of Symas Corporation
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1225 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'compat/nss_compat.h')
-rw-r--r-- | compat/nss_compat.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/compat/nss_compat.h b/compat/nss_compat.h index 2e2cfb3..f38463e 100644 --- a/compat/nss_compat.h +++ b/compat/nss_compat.h @@ -2,6 +2,7 @@ nss_compat.h - compatibility definitions for NSS functions Copyright (C) 2010 Arthur de Jong + Copyright (C) 2010 Symas Corporation This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -42,6 +43,12 @@ #ifdef HAVE_RPC_RPCENT_H #include <rpc/rpcent.h> #endif /* HAVE_RPC_RPCENT_H */ +#ifdef HAVE_NSS_DBDEFS_H +#include <nss_dbdefs.h> +#endif /* HAVE_NSS_DBDEFS_H */ +#ifdef HAVE_NSSWITCH_H +#include <nsswitch.h> +#endif /* HAVE_NSSWITCH_H */ #include "compat/ether.h" |