]> granicus.if.org Git - apache/commitdiff
Fix the logic for ap_signal, so it is exposed in external header files in APR.
authorRyan Bloom <rbb@apache.org>
Thu, 2 Mar 2000 20:36:46 +0000 (20:36 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 2 Mar 2000 20:36:46 +0000 (20:36 +0000)
Also change the header file included in http_log.c.

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

server/log.c

index ccac63bbfbb691f3ebbbc531360326956629a6a3..8dd2c8c6f812977894e20faaa7336a3e9a43144c 100644 (file)
 
 
 #define CORE_PRIVATE
+#ifdef WIN32
+#include "apr_win.h"
+#else
+#include "apr.h"  /* for ap_signal */
+#endif
 #include "ap_config.h"
 #include "apr_lib.h"
 #include "apr_portable.h"
-#include "apr_config.h"                /* XXX for ap_signal?? */
 #include "httpd.h"
 #include "http_config.h"
 #include "http_core.h"