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 | 1b9c9cf5b717295753f7f7adb1f9d3d1cbaf5308 (patch) | |
tree | a906ab9e337ec28f96959d9763e4ae2abf50e3c7 /configure.com | |
parent | cb3d9de5ab53f2c2103b956bb8c972762aabbaa3 (diff) | |
download | perl-1b9c9cf5b717295753f7f7adb1f9d3d1cbaf5308.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 'configure.com')
-rw-r--r-- | configure.com | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.com b/configure.com index 3f43528072..d9ea9c2866 100644 --- a/configure.com +++ b/configure.com @@ -4841,6 +4841,7 @@ $ WC "d_sigsetjmp='" + d_sigsetjmp + "'" $ WC "d_socket='" + d_socket + "'" $ WC "d_socklen_t='" + d_socklen_t + "'" $ WC "d_sockpair='undef'" +$ WC "d_socks5_init='undef'" $ WC "d_sqrtl='define'" $ WC "d_statblks='undef'" $ WC "d_statfs_f_flags='undef'" |