rename old MOZ_MAIL_NEWS macro to OLD_MOZ_MAIL_NEWS so that we can turn on MOZ_MAIL_NEWS flag to build the whole client

git-svn-id: svn://10.0.0.236/trunk@19285 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
1999-02-02 04:13:24 +00:00
parent e056d8845f
commit 0c07a9e0b5
7 changed files with 34 additions and 34 deletions

View File

@@ -376,7 +376,7 @@ xp_TempFileName(int type, const char * request_prefix, const char * extension,
ext = ".MOZ";
prefix = CACHE_PREFIX;
break;
#ifdef MOZ_MAIL_NEWS
#ifdef OLD_MOZ_MAIL_NEWS
case xpSNewsRC:
case xpNewsRC:
case xpNewsgroups:
@@ -400,7 +400,7 @@ xp_TempFileName(int type, const char * request_prefix, const char * extension,
prefix = "abook";
ext = ".nab";
break;
#endif // MOZ_MAIL_NEWS
#endif // OLD_MOZ_MAIL_NEWS
case xpCacheFAT:
directory = theApp.m_pCacheDir;
prefix = "fat";