This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Always build with crypt() support on Windows
authorJan Dubois <jand@activestate.com>
Tue, 7 Dec 2010 21:51:46 +0000 (13:51 -0800)
committerJan Dubois <jand@activestate.com>
Tue, 7 Dec 2010 22:20:53 +0000 (14:20 -0800)
commit9cef83062267e94311e1fd8744396e440642738e
tree91d98f7d1d66f9e760e1d3c0648374bca7087fa4
parent9d021ad4f2bddaf5f0cd07d1c565a2ebdc9f4d6d
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.
README.win32
win32/Makefile
win32/config.bc
win32/config.gc
win32/config.gc64
win32/config.gc64nox
win32/config.vc
win32/config.vc64
win32/makefile.mk
win32/win32.c
win32/win32.h