From: Jarkko Hietaniemi Date: Mon, 23 Nov 1998 10:44:26 +0000 (+0000) Subject: The new socket tests need in some platforms X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ac60b0161d7f4c26f3afcd99fe10177b8eebee8f;p=p5sagit%2Fp5-mst-13.2.git The new socket tests need in some platforms to #include . p4raw-id: //depot/cfgperl@2294 --- diff --git a/Configure b/Configure index 10b5331..3f3d24b 100755 --- a/Configure +++ b/Configure @@ -6847,6 +6847,7 @@ echo "Checking the availability of certain socket constants..." >& 4 for ENUM in MSG_CTRUNC MSG_DONTROUTE MSG_OOB MSG_PEEK MSG_PROXY SCM_RIGHTS; do enum=`$echo $ENUM|./tr '[A-Z]' '[a-z]'` $cat >try.c < #include int main() { int i = $ENUM;