summaryrefslogtreecommitdiff
path: root/iperlsys.h
diff options
context:
space:
mode:
Diffstat (limited to 'iperlsys.h')
-rw-r--r--iperlsys.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/iperlsys.h b/iperlsys.h
index 7b220b9456..279aac50ff 100644
--- a/iperlsys.h
+++ b/iperlsys.h
@@ -927,5 +927,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___ */