summaryrefslogtreecommitdiff
path: root/vos
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-03-27 05:29:07 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-03-27 05:29:07 +0000
commit49a78c826894475f45e57b053fd96ea7cb04dc4d (patch)
treef6a389e13f509d159e87801df5dec5701beed483 /vos
parent34d3ce40eab82fa6d52f54ff00b07b8cce11a920 (diff)
downloadperl-49a78c826894475f45e57b053fd96ea7cb04dc4d.tar.gz
Add sockatmark() probing.
p4raw-id: //depot/perl@9371
Diffstat (limited to 'vos')
-rw-r--r--vos/config.alpha.def2
-rw-r--r--vos/config.alpha.h6
-rw-r--r--vos/config.ga.def2
-rw-r--r--vos/config.ga.h6
4 files changed, 16 insertions, 0 deletions
diff --git a/vos/config.alpha.def b/vos/config.alpha.def
index f290643719..3128752a27 100644
--- a/vos/config.alpha.def
+++ b/vos/config.alpha.def
@@ -232,6 +232,7 @@ $d_shmatprototype='define'
$d_sigaction='undef'
$d_sigprocmask='undef'
$d_sigsetjmp='undef'
+$d_sockatmark='undef'
$d_socket='define'
$d_sockpair='undef'
$d_socks5_init='undef'
@@ -362,6 +363,7 @@ $i_sysparam='undef'
$i_sysresrc='undef'
$i_syssecrt='undef'
$i_sysselct='define'
+$i_syssockio='undef'
$i_sysstat='define'
$i_sysstatfs='undef'
$i_sysstatvfs='undef'
diff --git a/vos/config.alpha.h b/vos/config.alpha.h
index 33889df8c0..a4d0f3dc84 100644
--- a/vos/config.alpha.h
+++ b/vos/config.alpha.h
@@ -3256,4 +3256,10 @@
*/
/*#define NEED_VA_COPY / **/
+/* HAS_SOCKATMARK:
+ * This symbol, if defined, indicates that the sockatmark routine is
+ * available to test whether a socket is at the out-of-band mark.
+ */
+/*#define HAS_SOCKATMARK / **/
+
#endif
diff --git a/vos/config.ga.def b/vos/config.ga.def
index 57efb6b691..7f0cbdbfcc 100644
--- a/vos/config.ga.def
+++ b/vos/config.ga.def
@@ -232,6 +232,7 @@ $d_shmatprototype='define'
$d_sigaction='define'
$d_sigprocmask='define'
$d_sigsetjmp='define'
+$d_sockatmark='undef'
$d_socket='define'
$d_sockpair='undef'
$d_socks5_init='undef'
@@ -362,6 +363,7 @@ $i_sysparam='undef'
$i_sysresrc='undef'
$i_syssecrt='undef'
$i_sysselct='define'
+$i_syssockio='undef'
$i_sysstat='define'
$i_sysstatfs='undef'
$i_sysstatvfs='undef'
diff --git a/vos/config.ga.h b/vos/config.ga.h
index e7be756722..f54c4de5b5 100644
--- a/vos/config.ga.h
+++ b/vos/config.ga.h
@@ -3256,4 +3256,10 @@
*/
/*#define NEED_VA_COPY / **/
+/* HAS_SOCKATMARK:
+ * This symbol, if defined, indicates that the sockatmark routine is
+ * available to test whether a socket is at the out-of-band mark.
+ */
+/*#define HAS_SOCKATMARK / **/
+
#endif