diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-27 05:29:07 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-27 05:29:07 +0000 |
commit | b9997ba44430074bad3e311d2f471225d0f96781 (patch) | |
tree | f6a389e13f509d159e87801df5dec5701beed483 /vos | |
parent | 448e8e283a5d97ee88322730f00c00dc531420d1 (diff) | |
download | perl-b9997ba44430074bad3e311d2f471225d0f96781.tar.gz |
Add sockatmark() probing.
p4raw-id: //depot/perl@9371
Diffstat (limited to 'vos')
-rw-r--r-- | vos/config.alpha.def | 2 | ||||
-rw-r--r-- | vos/config.alpha.h | 6 | ||||
-rw-r--r-- | vos/config.ga.def | 2 | ||||
-rw-r--r-- | vos/config.ga.h | 6 |
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 |