diff options
author | Jan Dubois <jand@activestate.com> | 2010-12-07 13:51:46 -0800 |
---|---|---|
committer | Jan Dubois <jand@activestate.com> | 2010-12-07 14:20:53 -0800 |
commit | 9cef83062267e94311e1fd8744396e440642738e (patch) | |
tree | 91d98f7d1d66f9e760e1d3c0648374bca7087fa4 /win32/config.vc64 | |
parent | 9d021ad4f2bddaf5f0cd07d1c565a2ebdc9f4d6d (diff) | |
download | perl-9cef83062267e94311e1fd8744396e440642738e.tar.gz |
Always build with crypt() support on Windows
The sources did support to drop win32/fcrypt.c from a Perl distribution
and build without a crypt() implementation to account for the paranoia
around distribution of encryption technology. However sources and binaries
have been released for at least 10 years with all the code in place, so
there is not much point in making it configurable.
Diffstat (limited to 'win32/config.vc64')
-rw-r--r-- | win32/config.vc64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config.vc64 b/win32/config.vc64 index 68a8ea79c9..e0cd5859db 100644 --- a/win32/config.vc64 +++ b/win32/config.vc64 @@ -129,7 +129,7 @@ d_cmsghdr_s='undef' d_const='define' d_copysignl='undef' d_cplusplus='undef' -d_crypt='undef' +d_crypt='define' d_crypt_r='undef' d_csh='undef' d_ctermid='undef' |