diff options
Diffstat (limited to 'iperlsys.h')
-rw-r--r-- | iperlsys.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/iperlsys.h b/iperlsys.h index 91389a2b7b..6cb3206382 100644 --- a/iperlsys.h +++ b/iperlsys.h @@ -926,5 +926,22 @@ public: #endif /* PERL_OBJECT */ +/* Mention + + HAS_READV + HAS_RECVMSG + HAS_SENDMSG + HAS_WRITEV + HAS_STRUCT_MSGHDR + HAS_STRUCT_CMSGHDR + I_SYSUIO + + here so that Configure picks them up. Perl core does not + use them but somebody might want to extend IO:: someday. + + Jarkko Hietaniemi November 1998 + + */ + #endif /* __Inc__IPerl___ */ |