diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-04-12 15:05:04 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-04-12 15:05:04 +0100 |
commit | 48462a74af687743eb1706910f2a17ba4180660d (patch) | |
tree | 8370a38a93edf2091d8c7a91c3c61819156cdbc6 /win32/config.vc64 | |
parent | 42f6aa011acc35d253b243e5e9990e254b882076 (diff) | |
download | perl-48462a74af687743eb1706910f2a17ba4180660d.tar.gz |
Convert xsutils.c and lib/attributes.pm to a regular XS extension.
Diffstat (limited to 'win32/config.vc64')
-rw-r--r-- | win32/config.vc64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config.vc64 b/win32/config.vc64 index a8e409b22b..44ab7f297c 100644 --- a/win32/config.vc64 +++ b/win32/config.vc64 @@ -534,7 +534,7 @@ doublesize='8' drand01='(rand()/(double)((unsigned)1<<RANDBITS))' drand48_r_proto='0' dtrace='' -dynamic_ext='Socket IO Fcntl Opcode SDBM_File' +dynamic_ext='Socket IO Fcntl Opcode SDBM_File attributes' eagain='EAGAIN' ebcdic='undef' echo='echo' |