summaryrefslogtreecommitdiff
path: root/wince
diff options
context:
space:
mode:
Diffstat (limited to 'wince')
-rw-r--r--wince/config.ce1
-rw-r--r--wince/config_H.ce6
2 files changed, 0 insertions, 7 deletions
diff --git a/wince/config.ce b/wince/config.ce
index 6500d74c1c..11ce7006ee 100644
--- a/wince/config.ce
+++ b/wince/config.ce
@@ -281,7 +281,6 @@ d_msgsnd='undef'
d_msync='undef'
d_munmap='undef'
d_mymalloc='~PERL_MALLOC~'
-d_nanosleep='undef'
d_nice='undef'
d_nv_preserves_uv='define'
d_off64_t='undef'
diff --git a/wince/config_H.ce b/wince/config_H.ce
index a1b4aba488..67715c717d 100644
--- a/wince/config_H.ce
+++ b/wince/config_H.ce
@@ -616,12 +616,6 @@
*/
/*#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.