Просмотр исходного кода

Resolves: #214728
Summary: Cleaning up obsolete macros in the build
Changes: eliminated macro NET_SSL and UPGRADEDB (Comment #5, #7)

Noriko Hosoi 19 лет назад
Родитель
Сommit
83c29f51c7
1 измененных файлов с 1 добавлено и 4 удалено
  1. 1 4
      ldap/nsldap.mk

+ 1 - 4
ldap/nsldap.mk

@@ -173,9 +173,6 @@ endif
 #CFLAGS += -xwe
 #endif
 
-# turn on convidl: new idl upgrade tool
-CFLAGS+=-DUPGRADEDB
-
 #
 # Dynamic library for LDAP Server Admin interface
 #
@@ -872,7 +869,7 @@ ifeq ($(SECURITY), domestic)
 SECURITY_EXTN=us
 endif
 
-SSL = -DNET_SSL -DUSE_NSPR_MT
+SSL = -DUSE_NSPR_MT
 EXTRASSLLIBS = $(LIBARES)
 
 ifeq ($(ARCH), WINNT)