summaryrefslogtreecommitdiff
path: root/pr/include/md/_aix.h
diff options
context:
space:
mode:
authorcvs2hg <devnull@localhost>2004-04-16 22:28:04 +0000
committercvs2hg <devnull@localhost>2004-04-16 22:28:04 +0000
commitf4c156a0df550fc3ccb6395b97ff98b612723b3b (patch)
tree513ada980b1cc6324ec31920d6b5da061e049c92 /pr/include/md/_aix.h
parent57c2cc83bfe90fe3b51c3c8ba1e0cd8a7dc9636a (diff)
downloadnspr-hg-THUNDERBIRD_0_6_RELEASE.tar.gz
Diffstat (limited to 'pr/include/md/_aix.h')
-rw-r--r--pr/include/md/_aix.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/pr/include/md/_aix.h b/pr/include/md/_aix.h
index d8d79eeb..6e89d52d 100644
--- a/pr/include/md/_aix.h
+++ b/pr/include/md/_aix.h
@@ -57,7 +57,8 @@
#define _PR_VMBASE 0x30000000
#define _PR_STACK_VMBASE 0x50000000
-#define _MD_DEFAULT_STACK_SIZE 65536L
+#define _MD_DEFAULT_STACK_SIZE (2*65536L)
+#define _MD_MINIMUM_STACK_SIZE (2*65536L)
#define _MD_MMAP_FLAGS MAP_PRIVATE
#define NEED_TIME_R
@@ -71,7 +72,9 @@
#define _PR_USE_POLL
#define _PR_STAT_HAS_ONLY_ST_ATIME
#ifdef _PR_INET6
+#define _PR_HAVE_INET_NTOP
#define _PR_HAVE_GETHOSTBYNAME2
+#define _PR_HAVE_GETADDRINFO
#endif
#define _PR_HAVE_SYSV_SEMAPHORES
#define PR_HAVE_SYSV_NAMED_SHARED_MEMORY
@@ -243,4 +246,6 @@ struct _MDCPU {
#define _MD_POLL poll
#endif
+extern void _MD_aix_map_sendfile_error(int err);
+
#endif /* nspr_aix_defs_h___ */