diff options
author | Dan Hale <danhale@us.ibm.com> | 2000-08-25 06:58:06 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-25 18:27:17 +0000 |
commit | 01015c2eaccc54572a52a4a4a9adb1882039dff5 (patch) | |
tree | a906ab9e337ec28f96959d9763e4ae2abf50e3c7 /uconfig.sh | |
parent | aee6da274024f7e47b44855b22d16ce329ad3f9e (diff) | |
download | perl-01015c2eaccc54572a52a4a4a9adb1882039dff5.tar.gz |
AIX 4.3.3 has SOCKS in libc with a differently named init routine,
the problem reported in
Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
p4raw-id: //depot/perl@6816
Diffstat (limited to 'uconfig.sh')
-rwxr-xr-x | uconfig.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh index a363f507c2..35bb5a39f0 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -246,6 +246,7 @@ d_sigaction='undef' d_sigsetjmp='undef' d_socket='undef' d_sockpair='undef' +d_socks5_init='undef' d_sqrtl='undef' d_statblks='undef' d_statfs_f_flags='undef' |