summaryrefslogtreecommitdiff
path: root/include/apr.hw
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-06-26 15:07:31 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-06-26 15:07:31 +0000
commitfea7e8783739d986f0e7438c1eb1491a93410917 (patch)
tree3f783a44fc8ac57e363cf367bd4b6f30b4c6d3eb /include/apr.hw
parent7609814b51ea4b1da52ba79ad6b213726aeda684 (diff)
downloadlibapr-fea7e8783739d986f0e7438c1eb1491a93410917.tar.gz
Export APR_HAS_foo_SERIALIZE symbols from APR so apps can tell which lock
mechanisms are available. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61798 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr.hw')
-rw-r--r--include/apr.hw5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/apr.hw b/include/apr.hw
index 7cc8b1a0f..a5c57ae15 100644
--- a/include/apr.hw
+++ b/include/apr.hw
@@ -157,6 +157,11 @@
#define APR_USE_PROC_PTHREAD_SERIALIZE 0
#define APR_USE_PTHREAD_SERIALIZE 0
+#define APR_HAS_FLOCK_SERIALIZE 0
+#define APR_HAS_SYSVSEM_SERIALIZE 0
+#define APR_HAS_FCNTL_SERIALIZE 0
+#define APR_HAS_PROC_PTHREAD_SERIALIZE 0
+
#define APR_HAS_LOCK_CREATE_NP 0
#define APR_PROCESS_LOCK_IS_GLOBAL 0