summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-19 17:57:31 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-19 17:57:31 +0000
commit07eb8ee282b50089a8093dabf88ba738c33af5ad (patch)
treead40f4848cdea11c224f7c4368d55c60c365978c /Configure
parentb9d1c4398df61d65824ee27ce4615ba7484e4d23 (diff)
downloadperl-07eb8ee282b50089a8093dabf88ba738c33af5ad.tar.gz
unsigned is a more reasonable socksizetype default (from
Laszlo <ml1050@freemail.hu>) p4raw-id: //depot/perl@5831
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 33d05665d5..f4138e6b6c 100755
--- a/Configure
+++ b/Configure
@@ -13881,7 +13881,7 @@ EOM
esac
;;
*) : no sockets, so pick relatively harmless defaults
- socksizetype='char *'
+ socksizetype='unsigned'
;;
esac