diff options
-rw-r--r-- | Cross/config.sh-arm-linux | 1 | ||||
-rw-r--r-- | NetWare/config_H.wc | 6 | ||||
-rw-r--r-- | epoc/config.sh | 1 | ||||
-rw-r--r-- | hints/vos.sh | 2 | ||||
-rw-r--r-- | win32/config.gc | 1 | ||||
-rw-r--r-- | win32/config.vc | 1 | ||||
-rw-r--r-- | win32/config.vc64 | 1 | ||||
-rw-r--r-- | win32/config_H.bc | 6 | ||||
-rw-r--r-- | win32/config_H.gc | 6 | ||||
-rw-r--r-- | win32/config_H.vc | 6 | ||||
-rw-r--r-- | win32/config_H.vc64 | 6 | ||||
-rw-r--r-- | wince/config.ce | 1 | ||||
-rw-r--r-- | wince/config_H.ce | 6 |
13 files changed, 0 insertions, 44 deletions
diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux index 8dd89e280b..f02579b2f4 100644 --- a/Cross/config.sh-arm-linux +++ b/Cross/config.sh-arm-linux @@ -310,7 +310,6 @@ d_msgsnd='define' d_msync='define' d_munmap='define' d_mymalloc='undef' -d_nanosleep='define' d_nice='define' d_nl_langinfo='define' d_nv_preserves_uv='define' diff --git a/NetWare/config_H.wc b/NetWare/config_H.wc index ac6f5d77f2..bc7d7aa5d1 100644 --- a/NetWare/config_H.wc +++ b/NetWare/config_H.wc @@ -648,12 +648,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. diff --git a/epoc/config.sh b/epoc/config.sh index 261ce4dcf7..b6066708cd 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -922,7 +922,6 @@ d_getmnt='undef' d_statfs_f_flags='undef' d_statfs_s='undef' d_usleep='undef' -d_nanosleep='undef' d_ustat='undef' i_sysstatfs='undef' i_sysvfs='undef' diff --git a/hints/vos.sh b/hints/vos.sh index 7cd1c72e51..1ba8731049 100644 --- a/hints/vos.sh +++ b/hints/vos.sh @@ -144,6 +144,4 @@ fi $rm -f t001$_o t001$_exe t001.kp EOCBU -# VOS has a nanosleep() function but it is a dummy. -d_nanosleep="undef" 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> 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. |