Re: Configuring socketpair() and statfs()

2005-01-31 Thread John E. Malmberg
Craig A. Berry wrote: At 5:38 PM -0600 1/31/05, John E. Malmberg wrote: It appears that the perl source wants HAS_SOCKETPAIR defined if the host supports SOCKETPAIR, but the configure script only knows how to define it if d_sockpair='define'. A bit inconsistent and confusing. It does seem there's

Re: Configuring socketpair() and statfs()

2005-01-31 Thread Craig A. Berry
At 5:38 PM -0600 1/31/05, John E. Malmberg wrote: >It appears that the perl source wants HAS_SOCKETPAIR defined if the host >supports SOCKETPAIR, but the configure script only knows how to define it >if d_sockpair='define'. A bit inconsistent and confusing. It does seem there's a conflation of wh

Configuring socketpair() and statfs()

2005-01-31 Thread John E. Malmberg
It appears that the perl source wants HAS_SOCKETPAIR defined if the host supports SOCKETPAIR, but the configure script only knows how to define it if d_sockpair='define'. A bit inconsistent and confusing. Perl seems to know about the standard C routine fstatvfs() and the non-standard fstatfs().