summaryrefslogtreecommitdiffstats
path: root/config/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.mk')
-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