summaryrefslogtreecommitdiff
path: root/server/Makefile.in
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2006-10-24 13:17:29 +0000
committerJim Jagielski <jim@apache.org>2006-10-24 13:17:29 +0000
commit707d1dabb908ca954b4a5a11aa6f998d76b07499 (patch)
tree72c7d65b98991a8e825caa45862150d7adb49f3d /server/Makefile.in
parentae0b0e4d651bc8f8ff397ce24510bd1605225606 (diff)
downloadhttpd-707d1dabb908ca954b4a5a11aa6f998d76b07499.tar.gz
Once SSLMutex allowed for the setting of both the
locking method and the lockfile location, I never liked how AcceptMutex was linked to LockFile. This seemed unnecessary. Much better to have AcceptMutex do both as well. Plus, now that we will likely see other modules require a "standard" way of setting mutexes, why not have Apache provide that as an API of sorts. Anyway, LockFile is now depreciated and AcceptMutex is now SSLMutex-like. We also provide a short function that "parses" out a mutex parameter and strips out the mechanism and lockfile location. AcceptMutex and SSLMutex is this capability. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@467326 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/Makefile.in')
-rw-r--r--server/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Makefile.in b/server/Makefile.in
index bd4f8fc79a..0a64441aba 100644
--- a/server/Makefile.in
+++ b/server/Makefile.in
@@ -10,7 +10,7 @@ LTLIBRARY_SOURCES = \
test_char.h \
config.c log.c main.c vhost.c util.c \
util_script.c util_md5.c util_cfgtree.c util_ebcdic.c util_time.c \
- connection.c listen.c \
+ connection.c listen.c util_mutex.c \
mpm_common.c util_charset.c util_debug.c util_xml.c \
util_filter.c util_pcre.c exports.c \
scoreboard.c error_bucket.c protocol.c core.c request.c provider.c \