Rationalise perl header inclusions via a common include file, which also

Andrew Dunstan <andrew@dunslane.net>

Commit: 9bb76d0b3f3e0049e2f5903544a5178f5886f4e0
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2006-01-08T22:27:52Z
Releases: 8.2.0
Rationalise perl header inclusions via a common include file, which also
declares routines in plperl.c and spi_internal.c used in other files.

Along the way, also stop perl from hijacking stdio and other stuff on Windows.

Files

PathChange+/−
src/pl/plperl/plperl.c modified +2 −13
src/pl/plperl/plperl.h added +49 −0
src/pl/plperl/spi_internal.c modified +2 −2
src/pl/plperl/spi_internal.h deleted +0 −22
src/pl/plperl/SPI.xs modified +1 −6