]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause).
authorBill Stoddard <stoddard@apache.org>
Mon, 3 Apr 2000 18:40:44 +0000 (18:40 +0000)
committerBill Stoddard <stoddard@apache.org>
Mon, 3 Apr 2000 18:40:44 +0000 (18:40 +0000)
Now, apr.h and apr_config.h are generated from apr.hw and apr_config.hw
at build time. At this point, the server will not compile on Windows because
of the recent DSO commits. Fixing those next.

Submitted by: Bill Rowe & Bill Stoddard

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

server/log.c

index 712b488b75c9dc381b7e987d3afa2a7aeb869cdf..a6c857bce63e09e644abfc68fd1c5dea040d3ca7 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"