diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-04-12 10:17:24 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-04-12 10:17:24 +0100 |
commit | d62c72f64114f2edf113ee55b29ac1c863a007ee (patch) | |
tree | 5fe1f2d461a60b22e6f5e72b0e842a33f1110f77 /win32/config.gc | |
parent | f1a7681278513eea5233f58e1939a9922a31121a (diff) | |
download | perl-d62c72f64114f2edf113ee55b29ac1c863a007ee.tar.gz |
Remove attrs, which has been deprecated since 1999/10/02.
Diffstat (limited to 'win32/config.gc')
-rw-r--r-- | win32/config.gc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config.gc b/win32/config.gc index 8a838c856a..64e97423f1 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -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 attrs' +dynamic_ext='Socket IO Fcntl Opcode SDBM_File' eagain='EAGAIN' ebcdic='undef' echo='echo' |