rev 1.19 of mod_log_forensic
Contributor: Gunter
Verified by: trawick, nd, wrowe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103666
13f79535-47bb-0310-9956-
ffa450edef68
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/05/07 21:49:34 $]
+Last modified at [$Date: 2004/05/12 20:08:35 $]
Release:
server/mpm/winnt/child.c: r1.36
+1: ake, trawick
- *) mod_log_forensic: Fix build on systems without unistd.h. PR 28572
- modules/loggers/mod_log_forensic.c: r1.19
- +1: nd, trawick
-
*) mod_actions: Regression from 1.3: the file referred to must exist.
Solve this by introducing the "virtual" modifier to the Action
directive. PR 28553.
#include "http_log.h"
#include "apr_strings.h"
#include "apr_atomic.h"
-#include <unistd.h>
#include "http_protocol.h"
#include "test_char.h"
+#if APR_HAVE_UNISTD_H
+#include <unistd.h>
+#endif
module AP_MODULE_DECLARE_DATA log_forensic_module;