summaryrefslogtreecommitdiff
path: root/include/ap_slotmem.h
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2009-11-23 23:17:51 +0000
committerJeff Trawick <trawick@apache.org>2009-11-23 23:17:51 +0000
commit2e9668a33d7187ef575e17c1a198a515366c0db1 (patch)
tree0e58bebdbd155b366ae32e4ada3c3b142ce9adfc /include/ap_slotmem.h
parentb5a24b1d4fe827e0fd59347484f30ab900c7c694 (diff)
downloadhttpd-2e9668a33d7187ef575e17c1a198a515366c0db1.tar.gz
Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,
and WatchdogMutexPath with a single Mutex directive. Add APIs to simplify setup and user customization of APR proc and global mutexes. (See util_mutex.h.) Build-time setting DEFAULT_LOCKFILE is no longer respected; set DEFAULT_REL_RUNTIMEDIR instead. Some existing modules, such as mod_ldap and mod_auth_digest gain configurability for their mutexes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@883540 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_slotmem.h')
-rw-r--r--include/ap_slotmem.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/ap_slotmem.h b/include/ap_slotmem.h
index 3d4f0620a9..4d24c01009 100644
--- a/include/ap_slotmem.h
+++ b/include/ap_slotmem.h
@@ -40,10 +40,6 @@
#include "apr_global_mutex.h"
#include "apr_file_io.h"
-#ifdef AP_NEED_SET_MUTEX_PERMS
-#include "unixd.h"
-#endif
-
#if APR_HAVE_UNISTD_H
#include <unistd.h> /* for getpid() */
#endif