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 /config_h.SH | |
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 'config_h.SH')
-rw-r--r-- | config_h.SH | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/config_h.SH b/config_h.SH index c186dfd850..a9bb0ea163 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2003,6 +2003,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #$d_msg_proxy HAS_MSG_PROXY /**/ #$d_scm_rights HAS_SCM_RIGHTS /**/ +/* HAS_SOCKS5_INIT: + * This symbol, if defined, indicates that the socks5_init routine is + * available to initialize SOCKS 5. + */ +#$d_socks5_init HAS_SOCKS5_INIT /**/ + /* HAS_SQRTL: * This symbol, if defined, indicates that the sqrtl routine is * available to do long double square roots. @@ -2338,6 +2344,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$i_inttypes I_INTTYPES /**/ +/* I_LIBUTIL: + * This symbol, if defined, indicates that <libutil.h> exists and + * should be included. + */ +#$i_libutil I_LIBUTIL /**/ + /* I_MACH_CTHREADS: * This symbol, if defined, indicates to the C program that it should * include <mach/cthreads.h>. @@ -3171,11 +3183,5 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #define PERL_XS_APIVERSION "$xs_apiversion" #define PERL_PM_APIVERSION "$pm_apiversion" -/* I_LIBUTIL: - * This symbol, if defined, indicates that <libutil.h> exists and - * should be included. - */ -#$i_libutil I_LIBUTIL /**/ - #endif !GROK!THIS! |