summaryrefslogtreecommitdiff
path: root/include/apr.hnw
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-02-22 07:09:26 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-02-22 07:09:26 +0000
commit6bc1854003718dad4dafabaa7a8be64d78891d5a (patch)
treef08eb6dad987dda524aca3d009ce747628d912e6 /include/apr.hnw
parent65c44be4fe792f9830a25c6cbdd62aeb3de68558 (diff)
downloadlibapr-6bc1854003718dad4dafabaa7a8be64d78891d5a.tar.gz
Per Aaron's consent that there is no more rational way to optimize this
relationship - allow Win32/Netware [and perhaps, some unix-ish platforms that don't have a 'proc lock not typesafe' construct] to 'borrow' the proc_mutex code. Because the apr_thread_lock_create call differs so significantly, global locks can never be implemented in terms of thread locks [as well as the converse.] git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63050 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr.hnw')
-rw-r--r--include/apr.hnw2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/apr.hnw b/include/apr.hnw
index 882cf0c32..1fa3e2b2f 100644
--- a/include/apr.hnw
+++ b/include/apr.hnw
@@ -256,6 +256,8 @@ typedef unsigned short nuint16;
#define LOBYTE NGetLo8
#endif
+/* PROC mutex is a GLOBAL mutex on Netware */
+#define APR_PROC_MUTEX_IS_GLOBAL 1
/* Definitions that APR programs need to work properly. */