Workaround for sun386i breakage.

This commit is contained in:
warren%netscape.com 1999-03-09 10:07:02 +00:00
parent 3d21ed5037
commit f1e85d538a
2 changed files with 8 additions and 0 deletions

View File

@ -33,6 +33,10 @@
#include <Processes.h>
#include <TextUtils.h>
#include "primpl.h" // XXX for PR_PATH_SEPARATOR
#elif defined(XP_UNIX)
#ifndef PR_PATH_SEPARATOR
#define PR_PATH_SEPARATOR ':' // nspr doesn't like sun386i?
#endif
#else
#include "private/primpl.h" // XXX for PR_PATH_SEPARATOR
#endif

View File

@ -33,6 +33,10 @@
#include <Processes.h>
#include <TextUtils.h>
#include "primpl.h" // XXX for PR_PATH_SEPARATOR
#elif defined(XP_UNIX)
#ifndef PR_PATH_SEPARATOR
#define PR_PATH_SEPARATOR ':' // nspr doesn't like sun386i?
#endif
#else
#include "private/primpl.h" // XXX for PR_PATH_SEPARATOR
#endif