diff options
author | Jan Dubois <jand@activestate.com> | 1999-11-09 01:38:33 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-11-13 18:33:39 +0000 |
commit | 6b980173bfa6365bee0d03ef9751b9376bcf91f6 (patch) | |
tree | 6049eb5fb9f51811ecf56f110d7131f471642eda /win32/config_H.vc | |
parent | 62457c2b778d3bf5f6718956cc232ac5baecfc29 (diff) | |
download | perl-6b980173bfa6365bee0d03ef9751b9376bcf91f6.tar.gz |
[5.005_62 PATCH] support link() on WinNT and NTFS
To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
Cc: Douglas Lankshear <dougl@activestate.com>,
Gurusamy Sarathy <gsar@activestate.com>
Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
p4raw-id: //depot/cfgperl@4571
Diffstat (limited to 'win32/config_H.vc')
-rw-r--r-- | win32/config_H.vc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config_H.vc b/win32/config_H.vc index d914500055..032a9c8cbc 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -273,7 +273,7 @@ * This symbol, if defined, indicates that the link routine is * available to create hard links. */ -/*#define HAS_LINK /**/ +#define HAS_LINK /**/ /* HAS_LOCALECONV: * This symbol, if defined, indicates that the localeconv routine is |