From 49a78c826894475f45e57b053fd96ea7cb04dc4d Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 27 Mar 2001 05:29:07 +0000 Subject: Add sockatmark() probing. p4raw-id: //depot/perl@9371 --- vos/config.alpha.def | 2 ++ vos/config.alpha.h | 6 ++++++ vos/config.ga.def | 2 ++ vos/config.ga.h | 6 ++++++ 4 files changed, 16 insertions(+) (limited to 'vos') 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 -- cgit v1.2.1