Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
Jarkko Hietaniemi [Mon, 20 Nov 2000 15:27:56 +0000 (15:27 +0000)]
This may be overly harsh but until proven otherwise, we think this
way, or until we have a simple test for Configure (having to start
up servers is does not count as simple) to check for the problems.

p4raw-id: //depot/perl@7776

perl.h

diff --git a/perl.h b/perl.h
index 5724c3b..9418b52 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -733,6 +733,9 @@ typedef struct perl_mstats perl_mstats_t;
 #       undef INCLUDE_PROTOTYPES
 #       undef PERL_SOCKS_NEED_PROTOTYPES
 #   endif
+#   ifdef USE_64_BIT_ALL
+#       define SOCKS_64BIT_BUG /* until proven otherwise */
+#   endif
 # endif 
 # ifdef I_NETDB
 #  include <netdb.h>