From: William A. Rowe Jr Date: Fri, 28 Apr 2000 05:59:32 +0000 (+0000) Subject: Untangle Win32 build errors. X-Git-Tag: APACHE_2_0_ALPHA_3~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76ad4e31f947ff9b81029f7ff722081a5d30903b;p=thirdparty%2Fapache%2Fhttpd.git Untangle Win32 build errors. #define str*casecmp as stricmp causes reinterpretation of str*casecmp function declarations. This creates dozens of compiler emits. Since there is no need, the HAVE_STRCASECMP macros wipe out the redeclaration. This is my second and last hack for the evening... spent way to much time fighting the windoze cvs/ssh learning curve! Sorry for the previous nonsense docs of rev 1.22 - still fighting to use the editor for docs :-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85072 13f79535-47bb-0310-9956-ffa450edef68 ---