summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1998-09-22 16:59:57 +0000
committerwtc%netscape.com <devnull@localhost>1998-09-22 16:59:57 +0000
commit8509029089c50c63552a3dbcf58eea1fe5dd1741 (patch)
treeebffda7dddd614d04b351793818d27b91a87b839
parent37fb4e45f22470675e7f4c5dc4cdb1404ac47d18 (diff)
downloadnspr-hg-8509029089c50c63552a3dbcf58eea1fe5dd1741.tar.gz
NO_NSPR_PRIVATE_HEADER_BRANCH landing. Removed the inclusions of
private NSPR headers (prosdep.h and primpl.h) from the Mozilla source. The part of prosdep.h that is actually needed by Mozilla was extracted and put in the new file mozilla/include/xp_path.h.
-rw-r--r--pr/include/md/_macos.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/pr/include/md/_macos.h b/pr/include/md/_macos.h
index 919bca41..f1e2d5c6 100644
--- a/pr/include/md/_macos.h
+++ b/pr/include/md/_macos.h
@@ -462,13 +462,11 @@ typedef short PROSFD;
// Errors not found in the Mac StdCLib
#define EACCES 13 // Permission denied
#define ENOENT -43 // No such file or directory
-#define EMFILE 24 // Too many open files
#define _OS_INVALID_FD_VALUE -1
#define STDERR_FILENO 2
#if !defined(MAC_NSPR_STANDALONE)
-#define MAC_PATH_SEPARATOR ':'
#define PATH_SEPARATOR ':'
#define PATH_SEPARATOR_STR ":"
#define DIRECTORY_SEPARATOR '/'
@@ -478,10 +476,6 @@ typedef short PROSFD;
#define UNIX_THIS_DIRECTORY_STR "./"
#define UNIX_PARENT_DIRECTORY_STR "../"
-#define MAX_PATH 512
-#define MAX_MAC_FILENAME 31
-#define MAXPATHLEN MAX_PATH
-
// Alias a few names
#define getenv PR_GetEnv
@@ -533,10 +527,6 @@ extern void dprintf(const char *format, ...);
extern PRUint8 CallCacheFlushers(size_t blockSize);
#endif
-enum {
- kPrivateNSPREventType = 13
-};
-
#if defined(MAC_NSPR_STANDALONE)
extern void* reallocSmaller(void* block, size_t newSize);
#endif