summaryrefslogtreecommitdiff
path: root/uconfig.h
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 /uconfig.h
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 'uconfig.h')
-rw-r--r--uconfig.h18
1 files changed, 12 insertions, 6 deletions
diff --git a/uconfig.h b/uconfig.h
index 1377c3bce2..6509a268eb 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -1979,6 +1979,12 @@
/*#define HAS_MSG_PROXY / **/
/*#define HAS_SCM_RIGHTS / **/
+/* HAS_SOCKS5_INIT:
+ * This symbol, if defined, indicates that the socks5_init routine is
+ * available to initialize SOCKS 5.
+ */
+/*#define HAS_SOCKS5_INIT / **/
+
/* HAS_SQRTL:
* This symbol, if defined, indicates that the sqrtl routine is
* available to do long double square roots.
@@ -2314,6 +2320,12 @@
*/
/*#define I_INTTYPES / **/
+/* I_LIBUTIL:
+ * This symbol, if defined, indicates that <libutil.h> exists and
+ * should be included.
+ */
+/*#define I_LIBUTIL / **/
+
/* I_MACH_CTHREADS:
* This symbol, if defined, indicates to the C program that it should
* include <mach/cthreads.h>.
@@ -3147,10 +3159,4 @@
#define PERL_XS_APIVERSION "5.005"
#define PERL_PM_APIVERSION "5.005"
-/* I_LIBUTIL:
- * This symbol, if defined, indicates that <libutil.h> exists and
- * should be included.
- */
-/*#define I_LIBUTIL / **/
-
#endif