summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-07-01 05:56:14 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-01 05:56:14 +0000
commit0696b3f901e6e39faf5cf61e99d88d9434ebaf79 (patch)
treecd63ba8617858e7e875adbefd384bfdb93d1cfc9 /win32
parent046e3f33bfc965c84e96ed0ef0ba38b777cb38bf (diff)
downloadperl-0696b3f901e6e39faf5cf61e99d88d9434ebaf79.tar.gz
More nanosleep removal.
p4raw-id: //depot/perl@19899
Diffstat (limited to 'win32')
-rw-r--r--win32/config.gc1
-rw-r--r--win32/config.vc1
-rw-r--r--win32/config.vc641
-rw-r--r--win32/config_H.bc6
-rw-r--r--win32/config_H.gc6
-rw-r--r--win32/config_H.vc6
-rw-r--r--win32/config_H.vc646
7 files changed, 0 insertions, 27 deletions
diff --git a/win32/config.gc b/win32/config.gc
index 6e63d9329f..86d2fb59f7 100644
--- a/win32/config.gc
+++ b/win32/config.gc
@@ -295,7 +295,6 @@ d_msgsnd='undef'
d_msync='undef'
d_munmap='undef'
d_mymalloc='undef'
-d_nanosleep='undef'
d_nice='undef'
d_nl_langinfo='undef'
d_nv_preserves_uv='define'
diff --git a/win32/config.vc b/win32/config.vc
index e60b990a42..a2a9043e48 100644
--- a/win32/config.vc
+++ b/win32/config.vc
@@ -295,7 +295,6 @@ d_msgsnd='undef'
d_msync='undef'
d_munmap='undef'
d_mymalloc='undef'
-d_nanosleep='undef'
d_nice='undef'
d_nl_langinfo='undef'
d_nv_preserves_uv='define'
diff --git a/win32/config.vc64 b/win32/config.vc64
index 3ab5b13361..5ced9a6f6c 100644
--- a/win32/config.vc64
+++ b/win32/config.vc64
@@ -295,7 +295,6 @@ d_msgsnd='undef'
d_msync='undef'
d_munmap='undef'
d_mymalloc='undef'
-d_nanosleep='undef'
d_nice='undef'
d_nl_langinfo='undef'
d_nv_preserves_uv='undef'
diff --git a/win32/config_H.bc b/win32/config_H.bc
index 7865d86667..516361862a 100644
--- a/win32/config_H.bc
+++ b/win32/config_H.bc
@@ -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>
diff --git a/win32/config_H.gc b/win32/config_H.gc
index e4a15f70a4..252e871f14 100644
--- a/win32/config_H.gc
+++ b/win32/config_H.gc
@@ -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>
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>
diff --git a/win32/config_H.vc64 b/win32/config_H.vc64
index 3617b1a3b6..9db9252c5e 100644
--- a/win32/config_H.vc64
+++ b/win32/config_H.vc64
@@ -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>