summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-11-20 15:27:56 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-20 15:27:56 +0000
commit75abe269e0d31ceddf18e82f302e49668a65999c (patch)
tree93e06ff8a16b733fb87da7b5719a0905fc21898b /perl.h
parente6f120fad3eea5896f7a8ad3916dd6e12c7ee722 (diff)
downloadperl-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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index 5724c3beb0..9418b52cc0 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 <netdb.h>