summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2006-11-10 01:34:17 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2006-11-10 01:34:17 +0000
commit9836a68c2f977736ef928bd1807fae43d3ac7ebe (patch)
tree7aef14e31136d8aa7fef52af53fb3220eecb5a71 /include
parentfbe7b93edde01330b428ca0a2f4b595a5e5a908e (diff)
downloadds-9836a68c2f977736ef928bd1807fae43d3ac7ebe.tar.gz
ds-9836a68c2f977736ef928bd1807fae43d3ac7ebe.tar.xz
ds-9836a68c2f977736ef928bd1807fae43d3ac7ebe.zip
Resolves: #214728
Summary: Cleaning up obsolete macros in the build Changes: eliminated macro NSPR20 (Comment #8)
Diffstat (limited to 'include')
-rw-r--r--include/libaccess/usrcache.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/libaccess/usrcache.h b/include/libaccess/usrcache.h
index 464980a8..5021b0bb 100644
--- a/include/libaccess/usrcache.h
+++ b/include/libaccess/usrcache.h
@@ -39,11 +39,7 @@
#ifndef ACL_USER_CACHE_H
#define ACL_USER_CACHE_H
-#ifdef NSPR20
#include <plhash.h>
-#else
-#include <nspr/prhash.h>
-#endif
#include <sys/types.h>
#include <time.h>