Boldly add extensions to be built to VMS, EPOC, UTS,
Jarkko Hietaniemi [Sat, 24 Mar 2001 16:21:56 +0000 (16:21 +0000)]
U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
these additions may be too optimistic.

p4raw-id: //depot/perl@9324

configure.com
djgpp/config.over
epoc/config.sh
hints/uts.sh
hints/uwin.sh
hints/vmesa.sh

index 2dce6d3..de3efdf 100644 (file)
@@ -2392,7 +2392,7 @@ $ echo "SDBM_File if you have the GDBM library built on your machine."
 $ echo ""
 $ echo "Which modules do you want to build into perl?"
 $! we need to add Byteloader to this list:
-$ dflt = "re Fcntl Encode Errno File::Glob Filter::Util::Call IO Opcode Devel::Peek Devel::DProf Data::Dumper attrs VMS::Stdio VMS::DCLsym B SDBM_File Storable Thread Sys::Hostname Digest::MD5"
+$ dflt = "re Fcntl Encode Errno File::Glob Filter::Util::Call IO Opcode Devel::Peek Devel::DProf Data::Dumper attrs VMS::Stdio VMS::DCLsym B SDBM_File Storable Thread Sys::Hostname Digest::MD5 PerlIO::Scalar"
 $ IF ccname .EQS. "DEC" .OR. ccname .EQS. "CXX"
 $ THEN
 $   dflt = dflt + " POSIX"
index 1bdd8ca..47ac9a3 100644 (file)
@@ -37,7 +37,9 @@ repair()
      -e 's=Glob=='\
      -e 's/storable/Storable/'\
      -e 's/encode/Encode/'\
-     -e 's=filter/util/call=Filter/Util/Call='
+     -e 's=filter/util/call=Filter/Util/Call=' \
+     -e 's=digest/md5=Digest/MD5=' \
+     -e 's=perlio/scalar=PerlIO/Scalar='
 }
 static_ext=$(repair "$static_ext")
 extensions=$(repair "$extensions")
index b9e8bed..3fe9fb8 100644 (file)
@@ -396,7 +396,7 @@ emacs=''
 eunicefix=':'
 exe_ext=''
 expr='expr'
-extensions='Data/Dumper File/Glob IO Socket Fcntl Sys/Hostname Errno'
+extensions='Data/Dumper Digest/MD5 Errno Fcntl File/Glob Filter::Util::Call IO Opcode PerlIO::Scalar Socket Storable Sys/Hostname attrs re'
 fflushNULL='undef'
 fflushall='define'
 find=''
index 2bae4b0..f0ab0e2 100644 (file)
@@ -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'  
index cdab6fb..e55f532 100644 (file)
@@ -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
index d6d5315..081ee6f 100644 (file)
@@ -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'