From: Gurusamy Sarathy Date: Sun, 19 Mar 2000 17:57:31 +0000 (+0000) Subject: unsigned is a more reasonable socksizetype default (from X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=07eb8ee282b50089a8093dabf88ba738c33af5ad;p=p5sagit%2Fp5-mst-13.2.git unsigned is a more reasonable socksizetype default (from Laszlo ) p4raw-id: //depot/perl@5831 --- diff --git a/Configure b/Configure index 33d0566..f4138e6 100755 --- a/Configure +++ b/Configure @@ -13881,7 +13881,7 @@ EOM esac ;; *) : no sockets, so pick relatively harmless defaults - socksizetype='char *' + socksizetype='unsigned' ;; esac