Get PATH_MAX right for Neutrino 2.0 (QNX - photon UI).

This commit is contained in:
syd%netscape.com 1999-04-05 21:45:08 +00:00
Родитель 8bdec0ded3
Коммит 3edfeff5dd
2 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -35,6 +35,11 @@ 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
#endif
typedef struct unixprdata {
PRBool toPrinter; /* If PR_TRUE, print to printer */
PRBool fpf; /* If PR_TRUE, first page first */

Просмотреть файл

@ -35,6 +35,11 @@ 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
#endif
typedef struct unixprdata {
PRBool toPrinter; /* If PR_TRUE, print to printer */
PRBool fpf; /* If PR_TRUE, first page first */