]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Get mod_userdir compiling on FreeBSD when APR_HAS_THREADS.
authorJeff Trawick <trawick@apache.org>
Fri, 10 Nov 2000 23:52:18 +0000 (23:52 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 10 Nov 2000 23:52:18 +0000 (23:52 +0000)
commitb8e4c889b3139308b9dc3c0688e6a8ee7f098306
tree1ca0670e039512354da626e98e6ded78e7a65990
parent86c61a2932b34943bbd7f4adc5d1951e6eaca6cb
Get mod_userdir compiling on FreeBSD when APR_HAS_THREADS.
This doesn't account for the fact that getpwnam() isn't
thread-safe on FreeBSD; it also doesn't account for systems
where getpwnam_r lives outside of libc.

See thread with subject "[?PATCH?] using getpwnam_r in mod_userdir"
in Nov. 2000 new-httpd for some better long-term ideas for how to
handle the problem.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86917 13f79535-47bb-0310-9956-ffa450edef68
modules/aaa/config.m4
modules/mappers/mod_userdir.c