git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98030
13f79535-47bb-0310-9956-
ffa450edef68
* whatever it was we're cleaning up now. This may involve killing
* some of them off...
*/
- struct timeval tv;
struct process_chain *p;
int need_timeout = 0;
- int timeout_interval;
int status;
+#if !defined(WIN32) && !defined(NETWARE)
+ int timeout_interval;
+ struct timeval tv;
+#endif
if (procs == NULL)
return; /* No work. Whew! */
if (p->kill_how != kill_never)
waitpid(p->pid, &status, 0);
}
-#endif /* WIN32 */
+#endif /* !WIN32 && !NETWARE*/
}