]> 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)
commit0060d07e2d9610221db533e25ac9476d6aca9d92
tree1ca0670e039512354da626e98e6ded78e7a65990
parent6c604153ab38f4995238a329f67a6c389543ca7b
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