diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-24 16:21:56 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-24 16:21:56 +0000 |
commit | ac5fe96247f4a41c9f94d27f22ec6c765f5c05be (patch) | |
tree | bbf94c6e2b471206ef0ff62cb1529e48e1d6e06e /hints/vmesa.sh | |
parent | 42c30c638503866299537a96b1a414d449615fe9 (diff) | |
download | perl-ac5fe96247f4a41c9f94d27f22ec6c765f5c05be.tar.gz |
Boldly add extensions to be built to VMS, EPOC, UTS,
U/WIN, and VM/ESA (and fixups for DJGPP). Some of
these additions may be too optimistic.
p4raw-id: //depot/perl@9324
Diffstat (limited to 'hints/vmesa.sh')
-rw-r--r-- | hints/vmesa.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/vmesa.sh b/hints/vmesa.sh index d6d5315355..081ee6f027 100644 --- a/hints/vmesa.sh +++ b/hints/vmesa.sh @@ -218,7 +218,7 @@ dynamic_ext='' eagain='EAGAIN' ebcdic='define' exe_ext='' -extensions='Data/Dumper Digest/MD5 Errno Fcntl Filter::Util:Call GDBM_File IO NDBM_File Opcode POSIX Socket Storable IPC/SysV Thread attrs re' +extensions='Data/Dumper Digest/MD5 Errno Fcntl Filter::Util:Call GDBM_File IO IPC/SysV NDBM_File Opcode PerlIO::Scalar POSIX Socket Storable Thread attrs re' fpostype='fpos_t' freetype='void' groupstype='gid_t' @@ -317,7 +317,7 @@ sig_num_init='0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,2 sizetype='size_t' so='.a' ssizetype='ssize_t' -static_ext='Data/Dumper Fcntl GDBM_File IO IPC/SysV NDBM_File Opcode POSIX Socket Storable Thread attrs re' +static_ext='Data/Dumper Digest/MD5 Fcntl Filter::Util::Call GDBM_File IO IPC/SysV NDBM_File Opcode PerlIO::Scalar POSIX Socket Storable Thread attrs re' stdchar='char' stdio_cnt='(fp)->__countIn' stdio_ptr='(fp)->__bufPtr' |