summaryrefslogtreecommitdiff
path: root/win32/config.gc64
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2010-12-07 13:51:46 -0800
committerJan Dubois <jand@activestate.com>2010-12-07 14:20:53 -0800
commit9cef83062267e94311e1fd8744396e440642738e (patch)
tree91d98f7d1d66f9e760e1d3c0648374bca7087fa4 /win32/config.gc64
parent9d021ad4f2bddaf5f0cd07d1c565a2ebdc9f4d6d (diff)
downloadperl-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.gc64')
-rw-r--r--win32/config.gc642
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config.gc64 b/win32/config.gc64
index 36f21ce258..b2932e0c9d 100644
--- a/win32/config.gc64
+++ b/win32/config.gc64
@@ -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'