summaryrefslogtreecommitdiff
path: root/win32/config_H.gc
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 /win32/config_H.gc
parentde11ba31bba9f0eef0f76239d1d93a010926d6cf (diff)
downloadperl-2d736872f25b3e41d616d46e8286fe3f13ef058d.tar.gz
nanosleep probes as per Jarkko's request
p4raw-id: //depot/perl@17944
Diffstat (limited to 'win32/config_H.gc')
-rw-r--r--win32/config_H.gc6
1 files changed, 6 insertions, 0 deletions
diff --git a/win32/config_H.gc b/win32/config_H.gc
index b65a45d3fd..5564a417b6 100644
--- a/win32/config_H.gc
+++ b/win32/config_H.gc
@@ -607,6 +607,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.