diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-13 15:23:51 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-13 15:23:51 +0000 |
commit | 5fc507cdc3915bffe54043930e95091e17630b86 (patch) | |
tree | 3552ceb63dae4549fc83e132ec7c92b43602c791 /hints/vmesa.sh | |
parent | d67493ed56a1a4cbcbfc722e3d9ed0c4f29c3963 (diff) | |
download | perl-5fc507cdc3915bffe54043930e95091e17630b86.tar.gz |
Add (optimistically) Storable to static extensions.
p4raw-id: //depot/perl@7220
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 9172c29f2d..2b3dd285d9 100644 --- a/hints/vmesa.sh +++ b/hints/vmesa.sh @@ -218,7 +218,7 @@ dynamic_ext='' eagain='EAGAIN' ebcdic='define' exe_ext='' -extensions='Fcntl GDBM_File IO NDBM_File Opcode POSIX Socket IPC/SysV Errno Thread attrs re Data/dumper' +extensions='Fcntl GDBM_File IO NDBM_File Opcode POSIX Socket Storable IPC/SysV Errno Thread attrs re Data/Dumper' 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 Thread attrs re' +static_ext='Data/Dumper Fcntl GDBM_File IO IPC/SysV NDBM_File Opcode POSIX Socket Storable Thread attrs re' stdchar='char' stdio_cnt='(fp)->__countIn' stdio_ptr='(fp)->__bufPtr' |