diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/config.bc | 1 | ||||
-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 |
8 files changed, 28 insertions, 0 deletions
diff --git a/win32/config.bc b/win32/config.bc index 483ffcd41e..42c8449f8d 100644 --- a/win32/config.bc +++ b/win32/config.bc @@ -291,6 +291,7 @@ 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.gc b/win32/config.gc index 6fd43514fa..3c2fc0c5da 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -291,6 +291,7 @@ 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 975dd9a1fe..8d94c569a4 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -291,6 +291,7 @@ 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 a4280b4192..fbc4308b34 100644 --- a/win32/config.vc64 +++ b/win32/config.vc64 @@ -291,6 +291,7 @@ 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 3d0869894f..e89d0c81e2 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -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. 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. diff --git a/win32/config_H.vc b/win32/config_H.vc index 7d64e6b70d..f45fe40bed 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -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. diff --git a/win32/config_H.vc64 b/win32/config_H.vc64 index d2b6bc6f1b..dcc2592aef 100644 --- a/win32/config_H.vc64 +++ b/win32/config_H.vc64 @@ -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. |