From: Bill Stoddard Date: Mon, 3 Apr 2000 18:40:44 +0000 (+0000) Subject: Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause). X-Git-Tag: apache-doc-split-01~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b0be5337c0635d0eda25c36327d4965359655e2;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/server/log.c b/server/log.c index 712b488b75c..a6c857bce63 100644 --- a/server/log.c +++ b/server/log.c @@ -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"