Re: some win32 mod_perl-1 diffs

2002-09-23 Thread Randy Kobes
On Sun, 22 Sep 2002, Randy Kobes wrote: [ ... ] > Also attached is a diff for some files in src/modules/perl/ to > get rid of some warnings on Win32 - these are some type > mismatches and unused variables. For one a DWTYPE is defined to > be 'unsigned char' for Win32 and I32 otherwise - this is re

some win32 mod_perl-1 diffs

2002-09-22 Thread Randy Kobes
Attached is a diff for the cvs mod_perl-1 Makefile.PL to define PERL_SECTIONS=1 for Win32 - t/modules/psections.t passes. The fact that PERL_SECTIONS was =0 for Win32 was pointed out by Dirk Maetens <[EMAIL PROTECTED]>. This Makefile.PL diff also includes a couple of diffs sent earlier - one to se