]> granicus.if.org Git - apache/commitdiff
Hmmm... this made things easier for me to read a while back, perhaps
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 3 Apr 2001 06:02:41 +0000 (06:02 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 3 Apr 2001 06:02:41 +0000 (06:02 +0000)
  someone else may appreciate

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88687 13f79535-47bb-0310-9956-ffa450edef68

server/log.c

index f71746aadb13fc1fe1581958a2b8bca93a09dd4d..8d17e69a23aa21c676264c0bd5d360186055f892 100644 (file)
@@ -712,7 +712,7 @@ AP_DECLARE(piped_log *) ap_open_piped_log(apr_pool_t *p, const char *program)
     return pl;
 }
 
-#else
+#else /* !AP_HAVE_RELIABLE_PIPED_LOGS */
 
 static apr_status_t piped_log_cleanup(void *data)
 {