You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-dev@httpd.apache.org by Doug MacEachern <do...@covalent.net> on 2001/06/29 21:15:34 UTC

Re: ApacheUpload_size defined multiple times?

looks like ApacheUpload_size was recently added to apache_request.h, i've
removed it from Request.xs

On Fri, 29 Jun 2001, Jens-Uwe Mager wrote:

> If I compile the latest version from CVS I get:
> 
> xlc -c -I../c -I/usr/local/lib/perl5/site_perl/5.005/aix/auto/Apache/include -I/usr/local/lib/perl5/site_perl/5.005/aix/auto/Apache/include/modules/perl -I/usr/local/lib/perl5/site_perl/5.005/aix/auto/Apache/include/include -I/usr/local/lib/perl5/site_perl/5.005/aix/auto/Apache/include/regex -I/usr/local/lib/perl5/site_perl/5.005/aix/auto/Apache/include/os/unix -I/usr/local/apache/include -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=8192 -I/usr/local/include -O -DVERSION=\"0.3301\" -DXS_VERSION=\"0.3301\" -I/usr/local/lib/perl5/5.00503/aix/CORE  Request.c
> "Request.xs", line 106.9: 1506-213 (S) Macro name ApacheUpload_size cannot be redefined.
> "Request.xs", line 106.9: 1506-358 (I) "ApacheUpload_size" is defined on line 110 of ../c/apache_request.h.
> 
> Is there a reason why this is in defined in Request.xs? Simply removing
> the define made it work for me.
> 
>