diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-20 15:27:56 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-20 15:27:56 +0000 |
commit | 75abe269e0d31ceddf18e82f302e49668a65999c (patch) | |
tree | 93e06ff8a16b733fb87da7b5719a0905fc21898b /perl.h | |
parent | e6f120fad3eea5896f7a8ad3916dd6e12c7ee722 (diff) | |
download | perl-75abe269e0d31ceddf18e82f302e49668a65999c.tar.gz |
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
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |