Commit 00c4296e authored by Bill Stoddard's avatar Bill Stoddard
Browse files

Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause).

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
parent 3d9717ba
Loading
Loading
Loading
Loading
+0 −4
Changes for server/log.c: 0 added lines, 4 removed lines.
Original line number Diff line number Diff line
@@ -65,11 +65,7 @@


#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"