summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-03-24 16:21:56 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-03-24 16:21:56 +0000
commitac5fe96247f4a41c9f94d27f22ec6c765f5c05be (patch)
treebbf94c6e2b471206ef0ff62cb1529e48e1d6e06e /hints
parent42c30c638503866299537a96b1a414d449615fe9 (diff)
downloadperl-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')
-rw-r--r--hints/uts.sh2
-rw-r--r--hints/uwin.sh2
-rw-r--r--hints/vmesa.sh4
3 files changed, 4 insertions, 4 deletions
diff --git a/hints/uts.sh b/hints/uts.sh
index 2bae4b0acf..f0ab0e2237 100644
--- a/hints/uts.sh
+++ b/hints/uts.sh
@@ -14,5 +14,5 @@ libs='-lsocket -lnsl -ldl -lm'
optimize='undef'
prefix='psf_prefix'
static_ext='none'
-dynamic_ext='Fcntl IO Opcode Socket'
+dynamic_ext='Data/Dumper Digest/MD5 Errno Fcntl Filter::Util::Call GDBM_File IO Opcode PerlIO::Scalar POSIX Socket Storable attrs re'
useshrplib='define'
diff --git a/hints/uwin.sh b/hints/uwin.sh
index cdab6fb715..e55f5322d0 100644
--- a/hints/uwin.sh
+++ b/hints/uwin.sh
@@ -24,7 +24,7 @@ i_utime=undef
# compile/link flags
ldflags=-g
optimize=-g
-static_ext="B Data/Dumper Digest/MD5 Fcntl Filter::Util::Call IO IPC/SysV Opcode POSIX SDBM_File Socket Storable attrs"
+static_ext="B Data/Dumper Digest/MD5 Errno Fcntl Filter::Util::Call IO IPC/SysV Opcode PerlIO::Scalar POSIX SDBM_File Socket Storable attrs re"
#static_ext=none
# dynamic loading needs work
usedl=undef
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'