summaryrefslogtreecommitdiff
path: root/NetWare
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
commit40ccfa0c8f55ef977d931ad02c9420329a42be48 (patch)
treedab0a59d773a6ffca676fcba13c5366cc7d64727 /NetWare
parent876a609275fa14fc4b8e933713e61806af0c4943 (diff)
downloadperl-40ccfa0c8f55ef977d931ad02c9420329a42be48.tar.gz
nanosleep probes as per Jarkko's request
p4raw-id: //depot/perl@17944
Diffstat (limited to 'NetWare')
-rw-r--r--NetWare/config_H.wc6
1 files changed, 6 insertions, 0 deletions
diff --git a/NetWare/config_H.wc b/NetWare/config_H.wc
index 383a4c2777..c3a0d94555 100644
--- a/NetWare/config_H.wc
+++ b/NetWare/config_H.wc
@@ -633,6 +633,12 @@
*/
/*#define HAS_USLEEP /**/
+/* HAS_NANOSLEEP:
+ * This symbol, if defined, indicates that the nanosleep system
+ * call is available to let the process sleep with 1E-9 accuracy.
+ */
+/*#define HAS_NANOSLEEP /**/
+
/* HASVOLATILE:
* This symbol, if defined, indicates that this C compiler knows about
* the volatile declaration.