summaryrefslogtreecommitdiff
path: root/Porting/config_H
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-05-24 06:05:17 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-05-24 06:05:17 +0000
commit505656d388154e1318fd47e0b746bb415dc9e6cc (patch)
tree8e2ce89e6d536e2d256d4359c25202248f511f39 /Porting/config_H
parent58d975c3f477b5042b8ebb54dfefbe22116c9794 (diff)
downloadperl-505656d388154e1318fd47e0b746bb415dc9e6cc.tar.gz
Regen Glossary et al.
p4raw-id: //depot/perl@19606
Diffstat (limited to 'Porting/config_H')
-rw-r--r--Porting/config_H11
1 files changed, 9 insertions, 2 deletions
diff --git a/Porting/config_H b/Porting/config_H
index f66ede8bf9..fe82d9d14e 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -17,7 +17,7 @@
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Wed Apr 23 22:22:47 EET DST 2003
+ * Configuration time: Sat May 24 10:17:06 EET DST 2003
* Configured by : jhi
* Target system : osf1 kosh.hut.fi v5.1 2650 alpha
*/
@@ -1480,7 +1480,7 @@
#define OSVERS "5.1b" /**/
/* CAT2:
- * This macro catenates 2 tokens together.
+ * This macro concatenates 2 tokens together.
*/
/* STRINGIFY:
* This macro surrounds its token with double quotes.
@@ -2674,6 +2674,13 @@
#define PROCSELFEXE_PATH /**/
#endif
+/* HAS_PTHREAD_ATTR_SETSCOPE:
+ * This symbol, if defined, indicates that the pthread_attr_setscope
+ * system call is available to set the contention scope attribute of
+ * a thread attribute object.
+ */
+/*#define HAS_PTHREAD_ATTR_SETSCOPE / **/
+
/* HAS_READV:
* This symbol, if defined, indicates that the readv routine is
* available to do gather reads. You will also need <sys/uio.h>