It turns out that other platforms besides NTO don't have PATH_MAX, so this change should fix them all.

This commit is contained in:
briano%netscape.com 1999-04-10 01:05:53 +00:00
parent 3ebd774403
commit 95083e0ab1
2 changed files with 4 additions and 6 deletions

View File

@ -35,9 +35,8 @@ PR_BEGIN_EXTERN_C
#define NS_A4_SIZE 3
#endif
#ifdef NTO
// XXX Perhaps an NSPR macro would be a better solution.
#define PATH_MAX _POSIX_PATH_MAX
#ifndef PATH_MAX
#define PATH_MAX _POSIX_PATH_MAX
#endif
typedef struct unixprdata {

View File

@ -35,9 +35,8 @@ PR_BEGIN_EXTERN_C
#define NS_A4_SIZE 3
#endif
#ifdef NTO
// XXX Perhaps an NSPR macro would be a better solution.
#define PATH_MAX _POSIX_PATH_MAX
#ifndef PATH_MAX
#define PATH_MAX _POSIX_PATH_MAX
#endif
typedef struct unixprdata {