summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2005-02-23 18:19:13 +0000
committerRob Crittenden <rcritten@redhat.com>2005-02-23 18:19:13 +0000
commit21305115e547133a0122c44b7e9956ef78dc94be (patch)
treeb72f28ba737b35c0f13003478f5e777146789ef3 /config
parentf64e827b9c3011b07b5d78dd52466236dc77346e (diff)
downloadds-21305115e547133a0122c44b7e9956ef78dc94be.tar.gz
ds-21305115e547133a0122c44b7e9956ef78dc94be.tar.xz
ds-21305115e547133a0122c44b7e9956ef78dc94be.zip
149510
Strip down ACL code and support libraries to the bare minimum.
Diffstat (limited to 'config')
-rw-r--r--config/config.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/config/config.mk b/config/config.mk
index 2da430db..d9cd0962 100644
--- a/config/config.mk
+++ b/config/config.mk
@@ -376,7 +376,7 @@ DEFINES += -DUNIX_LDAP
endif
#
-# Platform dependent switching off of NSPR, JAVA and MOCHA
+# Platform dependent switching off of NSPR and JAVA
#
ifndef NO_NSPR
DEFINES += -DNSPR -DNSPR20
@@ -390,10 +390,6 @@ ifeq ($(LW_JAVA), 1)
DEFINES += -DJAVA
endif
-ifndef NO_MOCHA
-DEFINES += -DMOCHA
-endif
-
ifdef FORTEZZA
DEFINES += -DFORTEZZA
endif