]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Move HARD_SERVER_LIMIT, HARD_THREAD_LIMIT, and other defines from
authorManoj Kasichainula <manoj@apache.org>
Fri, 16 Jul 1999 05:30:35 +0000 (05:30 +0000)
committerManoj Kasichainula <manoj@apache.org>
Fri, 16 Jul 1999 05:30:35 +0000 (05:30 +0000)
commit283f046873d1f6bb58dd4c4811443956f0b18df6
tree2e39c6ac6faf890d20350d956bbfa7b8ee6b366a
parent633042818ef3dc02bb83f19c7e57bc15d6516f9c
Move HARD_SERVER_LIMIT, HARD_THREAD_LIMIT, and other defines from
httpd.h that are really mpm-specific, and move them into a header file
in each MPM directory.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83459 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/mpmt_pthread/mpm_default.h [new file with mode: 0644]
server/mpm/mpmt_pthread/scoreboard.h
server/mpm/prefork/mpm_default.h [new file with mode: 0644]
server/mpm/prefork/prefork.c
server/mpm/spmt_os2/mpm_default.h [new file with mode: 0644]
server/mpm/spmt_os2/spmt_os2.c