]> granicus.if.org Git - apache/commit
fix Win32 compile failure in r883540, reported by Gregg Smith
authorJeff Trawick <trawick@apache.org>
Tue, 24 Nov 2009 19:28:34 +0000 (19:28 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 24 Nov 2009 19:28:34 +0000 (19:28 +0000)
commit7e6399e951c4234d392addbed36b45a6a3f63c7c
tree6c14f85ccac1a266d189f1c5e48621a32cb04aa4
parent1254b08e61fdd5e7c16b3ffd343bf806598eeeaa
fix Win32 compile failure in r883540, reported by Gregg Smith

DEFAULT_REL_RUNTIMEDIR defined only in mpm_default.h for
NetWare and dsp-based Win32 builds

mpm_default.h not in normal include path on Unix

thus, hardcode "logs" directory when DEFAULT_REL_RUNTIMEDIR
isn't defined

(file-based mutexes aren't configurable for those platforms anyway)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@883828 13f79535-47bb-0310-9956-ffa450edef68
server/util_mutex.c