summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2010-09-28 19:39:57 +0000
committerArthur de Jong <arthur@arthurdejong.org>2010-09-28 19:39:57 +0000
commit3a6a57b4aacc044de27636f7d42476a4a971b01f (patch)
treec5bc30c343797b0b18d3bcb0f72bb217cbf986ad /compat
parentee93d8634afd2646f11cc630b87ae4c692360f74 (diff)
no need to provide a enum nss_status replacement because we don't use it
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1224 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'compat')
-rw-r--r--compat/nss_compat.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/compat/nss_compat.h b/compat/nss_compat.h
index 2f79196..2e2cfb3 100644
--- a/compat/nss_compat.h
+++ b/compat/nss_compat.h
@@ -69,17 +69,6 @@
typedef enum nss_status nss_status_t;
#endif
-#ifndef HAVE_ENUM_NSS_STATUS
-enum nss_status
-{
- NSS_STATUS_TRYAGAIN = NSS_TRYAGAIN,
- NSS_STATUS_UNAVAIL = NSS_UNAVAIL,
- NSS_STATUS_NOTFOUND = NSS_NOTFOUND,
- NSS_STATUS_SUCCESS = NSS_SUCCESS,
- NSS_STATUS_RETURN = NSS_NOTFOUND
-};
-#endif
-
/* Define an aliasent if it was not found on the system. */
#ifndef HAVE_STRUCT_ALIASENT
struct aliasent