summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
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