summaryrefslogtreecommitdiff
path: root/Porting/config_H
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
commitb9997ba44430074bad3e311d2f471225d0f96781 (patch)
treef6a389e13f509d159e87801df5dec5701beed483 /Porting/config_H
parent448e8e283a5d97ee88322730f00c00dc531420d1 (diff)
downloadperl-b9997ba44430074bad3e311d2f471225d0f96781.tar.gz
Add sockatmark() probing.
p4raw-id: //depot/perl@9371
Diffstat (limited to 'Porting/config_H')
-rw-r--r--Porting/config_H13
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