--- parrot/build_tools/parrot_config_c.pl	Fri May 13 19:15:10 2005
+++ parrot-devel/build_tools/parrot_config_c.pl	Wed May 25 05:49:40 2005
@@ -55,6 +55,7 @@
     open F, $image_file or die "Can't read '$image_file': $!";
     my $image;
     local $/;
+    binmode F;
     $_ = <F>;
     close F;
     my @c = split '';
