ifdefs for phoenix. 161448. not part of main mozilla build.

git-svn-id: svn://10.0.0.236/trunk@126654 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%netscape.com
2002-08-07 09:26:30 +00:00
parent 704167f579
commit cb8349b654
3 changed files with 32 additions and 4 deletions

View File

@@ -70,11 +70,21 @@
#endif
// define default product directory
#ifdef MOZ_PHOENIX
// Phoenix, the new standalone browser, has its own profile separate from
// mozmail and other standalone apps.
#if defined(XP_WIN) || defined(XP_MAC) || defined(XP_OS2) || defined(XP_BEOS)
#define DEFAULT_PRODUCT_DIR NS_LITERAL_CSTRING("MozBrowser")
#elif defined (XP_UNIX)
#define DEFAULT_PRODUCT_DIR NS_LITERAL_CSTRING(".mozbrowser")
#endif
#else
#if defined(XP_WIN) || defined(XP_MAC) || defined(XP_OS2) || defined(XP_BEOS)
#define DEFAULT_PRODUCT_DIR NS_LITERAL_CSTRING("Mozilla")
#elif defined (XP_UNIX)
#define DEFAULT_PRODUCT_DIR NS_LITERAL_CSTRING(".mozilla")
#endif
#endif // MOZ_PHOENIX
// Locally defined keys used by nsAppDirectoryEnumerator
#define NS_ENV_PLUGINS_DIR "EnvPlugins" // env var MOZ_PLUGIN_PATH