Changes with Apache 2.0.19-dev
+ *) httpd children now re-bind themselves to a random CPU on
+ multiprocessor systems on AIX via bindprocessor() in 2.0.
+ [Victor J. Orlikowski]
*) Fix htdigest. It would go into a loop in getline when adding
a second user. [Bill Stoddard]
sys/socket.h \
pwd.h \
grp.h \
-strings.h
+strings.h \
+sys/processor.h
)
AC_HEADER_SYS_WAIT
}
if (!pid) {
-#ifdef AIX_BIND_PROCESSOR
+#ifdef HAVE_SYS_PROCESSOR_H
/* By default, AIX binds to a single processor. This bit unbinds
children which will then bind to another CPU.
*/
}
if (!pid) {
-#ifdef AIX_BIND_PROCESSOR
+#ifdef HAVE_SYS_PROCESSOR_H
/* By default, AIX binds to a single processor. This bit unbinds
children which will then bind to another CPU.
*/
}
if (!pid) {
-#ifdef AIX_BIND_PROCESSOR
+#ifdef HAVE_SYS_PROCESSOR_H
/* by default AIX binds to a single processor
* this bit unbinds children which will then bind to another cpu
*/
}
if (!pid) {
-#ifdef AIX_BIND_PROCESSOR
+#ifdef HAVE_SYS_PROCESSOR_H
/* By default, AIX binds to a single processor. This bit unbinds
children which will then bind to another CPU.
*/