remove MODULAR_NETLIB define. obsolete.

This commit is contained in:
cyeh%netscape.com 1999-09-02 22:19:21 +00:00
parent dc34704d77
commit c9d7c36281
2 changed files with 2 additions and 9 deletions

View File

@ -20,12 +20,6 @@ DEPTH=.
MOZ_TOP=mozilla
!endif
#
# Arbitrary required defines (should probably just turn them on in the
# tree by default)
MODULAR_NETLIB = 1
#
# Command macro defines
#

View File

@ -156,9 +156,8 @@ CFLAGS = $(CFLAGS) -FR
CFLAGS=$(CFLAGS) -DMOZ_FULLCIRCLE
!endif
!ifdef MODULAR_NETLIB
CFLAGS=$(CFLAGS) -DMODULAR_NETLIB -DNS_MT_SUPPORTED -DNETLIB_THREAD -DNS_NET_FILE
!endif
# For modular netlib support.
CFLAGS=$(CFLAGS) -DNS_MT_SUPPORTED -DNETLIB_THREAD -DNS_NET_FILE
# Defines for cookie management feature...
CFLAGS=$(CFLAGS) -DCookieManagement