summaryrefslogtreecommitdiff
path: root/include/apr.hnw
diff options
context:
space:
mode:
authorMladen Turk <mturk@apache.org>2005-01-16 07:30:46 +0000
committerMladen Turk <mturk@apache.org>2005-01-16 07:30:46 +0000
commit51e6bfa07f19854ff788623e772adaa166467a73 (patch)
tree0a9b23290364285a9658c3df99c4bfa3d929a60e /include/apr.hnw
parent26271924f00509f9227ab0d55f60db6df2dd29eb (diff)
downloadapr-51e6bfa07f19854ff788623e772adaa166467a73.tar.gz
Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/gid for newly created processes using apr_proc_create.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@125349 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 13a84e6d2..e8d14dc8b 100644
--- a/include/apr.hnw
+++ b/include/apr.hnw
@@ -194,6 +194,8 @@ extern "C" {
#define APR_HAS_XTHREAD_FILES 0
#define APR_HAS_OS_UUID 0
+#define APR_PROCATTR_USER_SET_REQUIRES_PASSWORD 0
+
/* Netware can poll on files/pipes.
*/
#define APR_FILES_AS_SOCKETS 1