This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Ultrix tweaks: <string.h> must not be included twice
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 27 Aug 2003 13:01:26 +0000 (13:01 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 27 Aug 2003 13:01:26 +0000 (13:01 +0000)
commit5518ecd4c71d9e274b4e6a0c6a7d04bade4a7cd9
tree7f8e4148950561612212359e19dce88e5b4a7e76
parentd6f9c1819f8d900fa247c93667024fea72fc153f
Ultrix tweaks: <string.h> must not be included twice
(otherwise one gets prototype conflicts between the <string.h>
and proto.h because Ultrix thinks e.g. Perl_ninstr has been
define in <string.h>...); and Configure misprobes some features.

p4raw-id: //depot/perl@20916
ext/POSIX/POSIX.xs
ext/SDBM_File/sdbm/sdbm.c
ext/SDBM_File/sdbm/sdbm.h
ext/Socket/Socket.xs
hints/ultrix_4.sh