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 /Porting/config_H | |
parent | 448e8e283a5d97ee88322730f00c00dc531420d1 (diff) | |
download | perl-b9997ba44430074bad3e311d2f471225d0f96781.tar.gz |
Add sockatmark() probing.
p4raw-id: //depot/perl@9371
Diffstat (limited to 'Porting/config_H')
-rw-r--r-- | Porting/config_H | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/Porting/config_H b/Porting/config_H index 879f7485cb..fb8bf3b96d 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Sat Mar 3 02:46:53 EET 2001 + * Configuration time: Tue Mar 27 07:55:38 EET DST 2001 * Configured by : jhi * Target system : osf1 alpha.hut.fi v4.0 878 alpha */ @@ -815,7 +815,12 @@ * This symbol, if defined, indicates that <sys/ioctl.h> exists and should * be included. Otherwise, include <sgtty.h> or <termio.h>. */ +/* I_SYS_SOCKIO: + * This symbol, if defined, indicates the <sys/sockio.h> should be included + * to get socket ioctl options, like SIOCATMARK. + */ #define I_SYS_IOCTL /**/ +/*#define I_SYS_SOCKIO / **/ /* I_SYS_NDIR: * This symbol, if defined, indicates to the C program that it should @@ -3254,4 +3259,10 @@ */ #define HAS_SIGPROCMASK /**/ +/* 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 |