This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update documentation, comments, metadata to reference GitHub as canonical repository...
[perl5.git] / hints / svr5.sh
index ef1d7d5..45a8b71 100644 (file)
@@ -27,7 +27,7 @@ case "$cc" in
     ;;  
 esac
 
-# Hardwire the processor to 586 for consistancy with autoconf
+# Hardwire the processor to 586 for consistency with autoconf
 # archname='i586-svr5'
 #  -- seems this is generally disliked by perl porters so leave it to float
 
@@ -48,14 +48,15 @@ esac
        want_dbm='yes'          # use dbm if can find library in /usr/local/lib
        want_gdbm='yes'         # use gdbm if can find library in /usr/local/lib
        want_udk70=''           # link with old static libc pieces
-            # link with udk70 if building on 7.1 abd want resulting binary 
+            # link with udk70 if building on 7.1 and want resulting binary
             # to run on uw7.0* - it will link in referenced static symbols 
             # of libc that are (now) in the shared libc.so on 7.1 but were 
             # not there in 7.0.
             # There are still scenarios where this is still insufficient so 
             # overall it is preferable to get ptf7051e 
             #   ftp://ftp.sco.com/SLS/ptf7051e.Z
-            # installed on any/all 7.0 systems and leave the above unset.
+            # installed on any/all 7.0 systems and leave the above unset
+            # (sadly this is unavailable as of 2009-08-03)
 
 if [ "$want_ucb" ] ; then 
     ldflags= '-L/usr/ucblib'
@@ -65,7 +66,7 @@ else
     libswanted=`echo " $libswanted " | sed -e 's/ ucb / /'`
     glibpth=`echo " $glibpth " | sed -e 's/ \/usr\/ucblib / /'`
 
-    # If see libdbm in /usr/local and not overidden assume its the 
+    # If see libdbm in /usr/local and not overridden assume its the
     # non ucblib rebuild from skunkware  and use it
     if [ ! -f /usr/local/lib/libdbm.so -o ! "$want_dbm" ] ; then
         i_dbm='undef'
@@ -91,7 +92,6 @@ glibpth=`echo " $glibpth " | sed -e 's/ \/shlib / /' -e 's/ \/lib / /'`
 # Don't use BSD emulation pieces (/usr/ucblib) regardless
 # these would probably be autonondetected anyway but ...
 gconvert_preference='gcvt sprintf'     # Try gcvt() before gconvert().
-d_bcopy='undef' d_bcmp='undef'  d_bzero='undef'  d_safebcpy='undef'
 d_index='undef' d_killpg='undef' d_getprior='undef' d_setprior='undef'
 d_setlinebuf='undef' 
 d_setregid='undef' d_setreuid='undef'  # -- in /usr/lib/libc.so.1
@@ -119,14 +119,11 @@ if [ "$uw_isuw" = "UnixWare" -o "$uw_isuw" = "OpenUNIX" ]; then
    case $uw_ver in
    8.*|7.1*)
        d_csh='undef'
-       d_memcpy='define'
-       d_memset='define'
        stdio_cnt='((fp)->__cnt)'
        d_stdio_cnt_lval='define'
        stdio_ptr='((fp)->__ptr)'
        d_stdio_ptr_lval='define'
 
-        d_bcopy='define'    # In /usr/lib/libc.so.1
         d_setregid='define' #  " 
         d_setreuid='define' #  " 
 
@@ -136,8 +133,6 @@ if [ "$uw_isuw" = "UnixWare" -o "$uw_isuw" = "OpenUNIX" ]; then
        ;;
    7*)
        d_csh='undef'
-       d_memcpy='define'
-       d_memset='define'
        stdio_cnt='((fp)->__cnt)'
        d_stdio_cnt_lval='define'
        stdio_ptr='((fp)->__ptr)'