From: Guenter Knauf Date: Wed, 29 Sep 2010 02:16:10 +0000 (+0000) Subject: Added comment. X-Git-Tag: 2.0.64~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b8cc57a9eef83cf52b183503e671459a52079dd;p=thirdparty%2Fapache%2Fhttpd.git Added comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1002449 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 3f81d0ffe95..a7b45edd0c1 100644 --- a/STATUS +++ b/STATUS @@ -172,6 +172,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: +1: fuankg, trawick rjung: Why are the defines for the apr_is* needed? Shouldn't they be foudn in apr_lib.h? + fuankg: no - thats exactly the root cause why this patch is needed: + at the time when gen_test_char is going to be build the headers + are prepared for the target platform (NetWare) while I want to + build gen_test_char to run natively on build platform (Win32), + hence its impossible at this time to include any APR headers. * pcre: update config.guess and config.sub for better platform support. Trunk version of patch: