From fe38b67bed0eb13401466706221bce41598754cd Mon Sep 17 00:00:00 2001 From: "ramiro%netscape.com" Date: Mon, 27 Jul 1998 11:19:28 +0000 Subject: [PATCH] Add xfe pref for toggling PORT and PASV ftp modes. Thanks to Christopher Seawood . --- cmd/xfe/Makefile | 4 ++++ cmd/xfe/src/Makefile | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/cmd/xfe/Makefile b/cmd/xfe/Makefile index db28ebbde017..f0165e00a635 100644 --- a/cmd/xfe/Makefile +++ b/cmd/xfe/Makefile @@ -512,6 +512,10 @@ NS_RULES_MK = 1 DEFINES += -DNEW_DECODERS +ifdef XFE_PREF_ADVANCED_PASSIVE_FTP +DEFINES += -DXFE_PREF_ADVANCED_PASSIVE_FTP +endif + ifdef USE_3PANE DEFINES += -DUSE_3PANE endif diff --git a/cmd/xfe/src/Makefile b/cmd/xfe/src/Makefile index e11872a5d130..6c8010ef1e24 100644 --- a/cmd/xfe/src/Makefile +++ b/cmd/xfe/src/Makefile @@ -278,6 +278,10 @@ CPPSRCS += \ DEFINES += -DMOZ_TASKBAR endif +ifdef XFE_PREF_ADVANCED_PASSIVE_FTP +DEFINES += -DXFE_PREF_ADVANCED_PASSIVE_FTP +endif + ifdef MOZ_MAIL_NEWS CPPSRCS += \ TextEditorView.cpp \