remove last bits of MODULAR_NETLIB

This commit is contained in:
cyeh%netscape.com 1999-09-07 18:43:48 +00:00
parent e768441a1f
commit 6de0892bfe
2 changed files with 0 additions and 8 deletions

View File

@ -55,7 +55,6 @@ ENABLE_TESTS = @ENABLE_TESTS@
ENABLE_PICS = @ENABLE_PICS@
NO_UNIX_LDAP = @NO_UNIX_LDAP@
BUILD_IDLC = @BUILD_IDLC@
MODULAR_NETLIB = @MODULAR_NETLIB@
ClientWallet=@ClientWallet@
CookieManagement=@CookieManagement@

View File

@ -3010,13 +3010,6 @@ fi # $no_x
dnl Set various defines and substitutions
dnl ========================================================
# netlib stuff
MODULAR_NETLIB=1
AC_DEFINE(MODULAR_NETLIB)
AC_SUBST(MODULAR_NETLIB)
if test !"$MODULAR_NETLIB"; then
AC_DEFINE(CookieManagement)
fi
if test "$OS_TARGET" = "OS2"; then
AC_DEFINE(XP_PC)