diff options
author | Steve Hay <SteveHay@planit.com> | 2003-08-14 16:39:16 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-14 14:24:40 +0000 |
commit | 4ace4afbd19e849a82971140e56f3f22f6d8a7c6 (patch) | |
tree | 42cb8639f27242d140f959e10594e99d6045f9ea /win32/makefile.mk | |
parent | fe2e802c4d2b58a658b8e1b2dcc86f8373006bab (diff) | |
download | perl-4ace4afbd19e849a82971140e56f3f22f6d8a7c6.tar.gz |
Include fcrypt.c for crypt() on Windows
Message-ID: <3F3B9F14.4040609@uk.radan.com>
(Sarathy okayed the idea.)
p4raw-id: //depot/perl@20702
Diffstat (limited to 'win32/makefile.mk')
-rw-r--r-- | win32/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index 969876b53d..ad82e7eec8 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -138,11 +138,11 @@ CCTYPE *= MSVC60 #USE_SETARGV *= define # -# if you have the source for des_fcrypt(), uncomment this and make sure the -# file exists (see README.win32). File should be located in the same -# directory as this file. +# if you want to have the crypt() builtin function implemented, leave this or +# CRYPT_LIB uncommented. The fcrypt.c file named here contains a suitable +# version of des_fcrypt(). # -#CRYPT_SRC *= fcrypt.c +CRYPT_SRC *= fcrypt.c # # if you didn't set CRYPT_SRC and if you have des_fcrypt() available in a |