cvs commit: apache-2.0/src/include ap_ac_config.h

2000-02-10 Thread rbb
rbb 00/02/10 15:16:14 Modified:src/include ap_ac_config.h Log: We need to make sure we are using signals that interrupt system calls. This was keeping graceful restart from working in the prefork MPM. Currently, this is a real hack, but I am hoping to get a better fix in pl

cvs commit: apache-2.0/src/include ap_ac_config.h

1999-12-05 Thread manoj
manoj 99/12/05 00:29:27 Modified:src/include ap_ac_config.h Log: Apache code expects ap_config.h to include . Make the autoconfed ap_config.h do this. Revision ChangesPath 1.3 +1 -0 apache-2.0/src/include/ap_ac_config.h Index: ap_ac_config.h

Re: cvs commit: apache-2.0/src/include ap_ac_config.h

1999-12-01 Thread Ryan Bloom
On 1 Dec 1999 [EMAIL PROTECTED] wrote: > manoj 99/11/30 21:09:19 > > Modified:src/include ap_ac_config.h > Log: > Autoconf's configure script will tell us which types select is looking > for; we might as well take advantage of it. We shouldn't be using select anymore in Apache.

cvs commit: apache-2.0/src/include ap_ac_config.h

1999-12-01 Thread manoj
manoj 99/11/30 21:09:19 Modified:src/include ap_ac_config.h Log: Autoconf's configure script will tell us which types select is looking for; we might as well take advantage of it. Revision ChangesPath 1.2 +4 -3 apache-2.0/src/include/ap_ac_config.h Ind