diff options
author | Steve Hay <SteveHay@planit.com> | 2005-06-20 09:30:23 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2005-06-20 09:30:23 +0000 |
commit | c9be5486593f0ddc941cf3c595bcc9bd8b4c00b5 (patch) | |
tree | 34034bf6a26e58834f600c559f898a3981d861b9 /win32/config.bc | |
parent | 1a88dbf8b5ea6acd4815e4f2fd62bf75af80f078 (diff) | |
download | perl-c9be5486593f0ddc941cf3c595bcc9bd8b4c00b5.tar.gz |
Support NV_ZERO_IS_ALLBITS_ZERO on Win32 (re: change 24898)
The try.c test program added to Configure by change 24898 outputs
"Yes" using each of VC++, GCC and BCC32, so here goes...
p4raw-id: //depot/perl@24905
Diffstat (limited to 'win32/config.bc')
-rw-r--r-- | win32/config.bc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/config.bc b/win32/config.bc index 5434b33cc7..5b43d2ee85 100644 --- a/win32/config.bc +++ b/win32/config.bc @@ -306,6 +306,7 @@ d_nanosleep='undef' d_nice='undef' d_nl_langinfo='undef' d_nv_preserves_uv='define' +d_nv_zero_is_allbits_zero='define' d_off64_t='undef' d_old_pthread_create_joinable='undef' d_oldpthreads='undef' |