summaryrefslogtreecommitdiff
path: root/Porting/config_H
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2002-09-30 08:29:33 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2002-09-30 08:29:33 +0000
commit2d736872f25b3e41d616d46e8286fe3f13ef058d (patch)
treedab0a59d773a6ffca676fcba13c5366cc7d64727 /Porting/config_H
parentde11ba31bba9f0eef0f76239d1d93a010926d6cf (diff)
downloadperl-2d736872f25b3e41d616d46e8286fe3f13ef058d.tar.gz
nanosleep probes as per Jarkko's request
p4raw-id: //depot/perl@17944
Diffstat (limited to 'Porting/config_H')
-rw-r--r--Porting/config_H8
1 files changed, 7 insertions, 1 deletions
diff --git a/Porting/config_H b/Porting/config_H
index d2614fe088..f1919a022b 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -17,7 +17,7 @@
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Wed Sep 11 10:54:26 METDST 2002
+ * Configuration time: Mon Sep 30 10:33:19 METDST 2002
* Configured by : merijn
* Target system : hp-ux l1 b.11.00 u 9000800 527706567 unlimited-user license
*/
@@ -2018,6 +2018,12 @@
*/
#define HAS_STRUCT_MSGHDR /**/
+/* HAS_NANOSLEEP:
+ * This symbol, if defined, indicates that the nanosleep
+ * system call is available to sleep with 1E-9 sec accuracy.
+ */
+#define HAS_NANOSLEEP /**/
+
/* HAS_OFF64_T:
* This symbol will be defined if the C compiler supports off64_t.
*/