diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1997-11-18 00:14:02 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1997-11-18 00:14:02 +0000 |
commit | 55d256264fa5ff79990a3e74153691aa2e477d37 (patch) | |
tree | d23a355f6d5d570745c612c9e570b68537a96bf4 /win32/config.bc | |
parent | fb223100faea9c444d933b6dea326556981d694c (diff) | |
download | perl-55d256264fa5ff79990a3e74153691aa2e477d37.tar.gz |
[Win32] Export our own FD_SET() et al to complete sockets-as-handles pretense.
p4raw-id: //depot/win32/perl@261
Diffstat (limited to 'win32/config.bc')
-rw-r--r-- | win32/config.bc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config.bc b/win32/config.bc index 5dd96fd8e8..e3559a041a 100644 --- a/win32/config.bc +++ b/win32/config.bc @@ -438,7 +438,7 @@ runnm='true' scriptdir='~INST_TOP~\bin' scriptdirexp='~INST_TOP~\bin' sed='sed' -selecttype='int *' +selecttype='Perl_fd_set *' sendmail='blat' sh='cmd /x /c' shar='' |