From: Jarkko Hietaniemi Date: Mon, 20 Nov 2000 15:27:56 +0000 (+0000) Subject: Assume SOCKS is broken in all 64bitall platforms, not just Solaris. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=75abe269e0d31ceddf18e82f302e49668a65999c;p=p5sagit%2Fp5-mst-13.2.git Assume SOCKS is broken in all 64bitall platforms, not just Solaris. 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 --- diff --git a/perl.h b/perl.h index 5724c3b..9418b52 100644 --- 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