summaryrefslogtreecommitdiff
path: root/win32/makedef.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1997-12-24 02:24:59 +0000
committerGurusamy Sarathy <gsar@cpan.org>1997-12-24 02:24:59 +0000
commit26618a56da4122343158bd70acec552d2e6da993 (patch)
tree4ba150d7472de986d3f220242c66b8153be08144 /win32/makedef.pl
parent473986ffed3c1c49ad493ce37648d9ef116e65bb (diff)
downloadperl-26618a56da4122343158bd70acec552d2e6da993.tar.gz
[win32] add support for crypt() via user-supplied des_fcrypt() source or library.
Update README.win32. p4raw-id: //depot/win32/perl@385
Diffstat (limited to 'win32/makedef.pl')
-rw-r--r--win32/makedef.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/win32/makedef.pl b/win32/makedef.pl
index 75bd1c7bfc..766a4266f4 100644
--- a/win32/makedef.pl
+++ b/win32/makedef.pl
@@ -280,6 +280,11 @@ unless ($define{'DEBUGGING'})
Perl_watchok)];
}
+if ($define{'HAVE_DES_FCRYPT'})
+ {
+ emit_symbols [qw(win32_crypt)];
+ }
+
open (GLOBAL, "<../global.sym") || die "failed to open global.sym" . $!;
while (<GLOBAL>)
{