summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-07-04 23:26:01 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-07-04 23:26:01 +0000
commit86959918b69bd7566746d776574341f410f68755 (patch)
tree6780588fce4cf2ffb2d134d8468905a555bb63f9 /Configure
parentf6b3007c38a92f48d086a19ea8682dd935b6d4ee (diff)
downloadperl-86959918b69bd7566746d776574341f410f68755.tar.gz
Miscellaneus AIX fixes + SOCKS support.
p4raw-id: //depot/cfgperl@3578
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure8
1 files changed, 7 insertions, 1 deletions
diff --git a/Configure b/Configure
index 174abe1031..11b119b477 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Mon Jul 5 01:17:41 EET DST 1999 [metaconfig 3.0 PL70]
+# Generated on Mon Jul 5 02:09:55 EET DST 1999 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.com)
cat >/tmp/c1$$ <<EOF
@@ -628,6 +628,7 @@ d_pwquota=''
i_pwd=''
i_sfio=''
i_shadow=''
+i_socks=''
i_stddef=''
i_stdlib=''
i_string=''
@@ -12417,6 +12418,10 @@ val=$val3; set i_termios; eval $setvar
set shadow.h i_shadow
eval $inhdr
+: see if this is a socks.h system
+set socks.h i_socks
+eval $inhdr
+
: see if stdarg is available
echo " "
if $test `./findhdr stdarg.h`; then
@@ -13330,6 +13335,7 @@ i_rpcsvcdbm='$i_rpcsvcdbm'
i_sfio='$i_sfio'
i_sgtty='$i_sgtty'
i_shadow='$i_shadow'
+i_socks='$i_socks'
i_stdarg='$i_stdarg'
i_stddef='$i_stddef'
i_stdlib='$i_stdlib'