summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2019-03-21 00:41:37 +0000
committerYann Ylavic <ylavic@apache.org>2019-03-21 00:41:37 +0000
commitb2a37d6423b821f865cf6efd5ed309dfbd53efe7 (patch)
treea8d7cfa26a48aad4fc0dfce103084b82a93735e1 /include
parent15cc937b94f33d047a0e61daa2b773d381907214 (diff)
downloadapr-b2a37d6423b821f865cf6efd5ed309dfbd53efe7.tar.gz
Windows and Netware have a timedlocks implementation.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1855962 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/apr.hnw1
-rw-r--r--include/apr.hw1
-rw-r--r--include/apr.hwc1
3 files changed, 3 insertions, 0 deletions
diff --git a/include/apr.hnw b/include/apr.hnw
index 540263126..5df7d9d51 100644
--- a/include/apr.hnw
+++ b/include/apr.hnw
@@ -214,6 +214,7 @@ extern "C" {
#define APR_HAS_LARGE_FILES 1
#define APR_HAS_XTHREAD_FILES 0
#define APR_HAS_OS_UUID 0
+#define APR_HAS_TIMEDLOCKS 1
#define APR_PROCATTR_USER_SET_REQUIRES_PASSWORD 0
diff --git a/include/apr.hw b/include/apr.hw
index 300b2c8af..35a958988 100644
--- a/include/apr.hw
+++ b/include/apr.hw
@@ -339,6 +339,7 @@ extern "C" {
#define APR_HAS_UNICODE_FS 1
#define APR_HAS_PROC_INVOKED 1
#define APR_HAS_OS_UUID 1
+#define APR_HAS_TIMEDLOCKS 1
#ifndef _WIN32_WCE
#define APR_HAS_SENDFILE 1
diff --git a/include/apr.hwc b/include/apr.hwc
index 5f025bdd2..331c31774 100644
--- a/include/apr.hwc
+++ b/include/apr.hwc
@@ -336,6 +336,7 @@ extern "C" {
#define APR_HAS_UNICODE_FS 1
#define APR_HAS_PROC_INVOKED 1
#define APR_HAS_OS_UUID 1
+#define APR_HAS_TIMEDLOCKS 1
#ifndef _WIN32_WCE
#define APR_HAS_SENDFILE 1