diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-01 05:56:14 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-01 05:56:14 +0000 |
commit | 0696b3f901e6e39faf5cf61e99d88d9434ebaf79 (patch) | |
tree | cd63ba8617858e7e875adbefd384bfdb93d1cfc9 /win32/config_H.vc | |
parent | 046e3f33bfc965c84e96ed0ef0ba38b777cb38bf (diff) | |
download | perl-0696b3f901e6e39faf5cf61e99d88d9434ebaf79.tar.gz |
More nanosleep removal.
p4raw-id: //depot/perl@19899
Diffstat (limited to 'win32/config_H.vc')
-rw-r--r-- | win32/config_H.vc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/win32/config_H.vc b/win32/config_H.vc index 47867b400b..799c17d4eb 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -2638,12 +2638,6 @@ */ /*#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_NL_LANGINFO: * This symbol, if defined, indicates that the nl_langinfo routine is * available to return local data. You will also need <langinfo.h> |