cvs commit: apache-2.0/src/modules/mpm config.m4

2000-02-07 Thread dreid
dreid 00/02/07 04:05:23 Modified:src/modules/mpm config.m4 Log: These changes allow the MPM to be selected based on platform. At present it works for BeOS but adding others shouldn't be hard. Also added the OS2 MPM to the list. Revision ChangesPath 1.11 +5

cvs commit: apache-2.0/src/modules/mpm config.m4

2000-01-26 Thread bjh
bjh 00/01/25 23:47:35 Modified:src/modules/mpm config.m4 Log: Only check for pthreads for mpms that actually need it rather than assuming everything except prefork needs it. Clarify threads != pthreads. Revision ChangesPath 1.10 +2 -2

cvs commit: apache-2.0/src/modules/mpm config.m4

2000-01-16 Thread sascha
sascha 00/01/16 12:00:52 Modified:src acinclude.m4 configure.in src/build build2.mk src/lib/apr aclocal.m4 configure.in src/modules/mpm config.m4 Added: src/lib/apr threads.m4 Log: Move threads/reentrancy m4 macros into

cvs commit: apache-2.0/src/modules/mpm config.m4

1999-12-24 Thread rbb
rbb 99/12/24 10:31:11 Modified:src acinclude.m4 configure.in src/modules/mpm config.m4 Log: Finish the MPM decision logic. This moves the threads checking stuff into the mpm directory where it belongs. It also adds logic so that if threads aren't

cvs commit: apache-2.0/src/modules/mpm config.m4

1999-12-24 Thread rbb
rbb 99/12/24 13:12:24 Modified:src/modules/mpm config.m4 Log: Fix the threads check so it works on non-bash shells. Submitted by: Sascha Schumann Reviewed by:Ryan Bloom Revision ChangesPath 1.7 +1 -1 apache-2.0/src/modules/mpm/config.m4

cvs commit: apache-2.0/src/modules/mpm config.m4

1999-12-23 Thread rbb
rbb 99/12/23 13:01:32 Modified:src acinclude.m4 configure.in src/modules/mpm config.m4 Log: First stab at logic to determine which threading library to use. This also gets rid of the hack of always putting -pthread in the CFLAGS variable. Revision

Re: cvs commit: apache-2.0/src/modules/mpm config.m4

1999-12-23 Thread Ryan Bloom
Okay, I just committed this bit of logic to detect the best flags for compiling threaded programs. A few caveats. This is tested only on Linux 2.2.10, but it should work everywhere. It doesn't always come up with the best possible flags, but it should alwyas work. For example, on Linux, it

cvs commit: apache-2.0/src/modules/mpm config.m4

1999-12-05 Thread rbb
rbb 99/12/05 11:36:42 Modified:src/modules/mpm config.m4 Log: I shouldn't have to explicitly provide an MPM. I am setting the default as mpmt_pthread. I would much rather it was prefork, but the autoconf work hasn't progressed to the point that prefork will work yet. When