summaryrefslogtreecommitdiff
path: root/vos
diff options
context:
space:
mode:
authorDan Hale <danhale@us.ibm.com>2000-08-25 06:58:06 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-25 18:27:17 +0000
commit1b9c9cf5b717295753f7f7adb1f9d3d1cbaf5308 (patch)
treea906ab9e337ec28f96959d9763e4ae2abf50e3c7 /vos
parentcb3d9de5ab53f2c2103b956bb8c972762aabbaa3 (diff)
downloadperl-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 'vos')
-rw-r--r--vos/config.def1
-rwxr-xr-xvos/config_h.SH_orig18
2 files changed, 13 insertions, 6 deletions
diff --git a/vos/config.def b/vos/config.def
index e0fbeb404e..9f439a58e0 100644
--- a/vos/config.def
+++ b/vos/config.def
@@ -227,6 +227,7 @@ $d_sigsetjmp='undef'
$d_sitearch='undef'
$d_socket='define'
$d_sockpair='undef'
+$d_socks5_init='undef'
$d_sqrtl='undef'
$d_statblks='undef'
$d_statfs_f_flags='undef'
diff --git a/vos/config_h.SH_orig b/vos/config_h.SH_orig
index c186dfd850..a9bb0ea163 100755
--- a/vos/config_h.SH_orig
+++ b/vos/config_h.SH_orig
@@ -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!