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 | 49a78c826894475f45e57b053fd96ea7cb04dc4d (patch) | |
tree | f6a389e13f509d159e87801df5dec5701beed483 /uconfig.h | |
parent | 34d3ce40eab82fa6d52f54ff00b07b8cce11a920 (diff) | |
download | perl-49a78c826894475f45e57b053fd96ea7cb04dc4d.tar.gz |
Add sockatmark() probing.
p4raw-id: //depot/perl@9371
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -811,7 +811,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 @@ -3250,4 +3255,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 |