From: Gerrit P. Haase Date: Tue, 13 Aug 2002 15:11:05 +0000 (+0200) Subject: Configure missing d_modflproto='' X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bc9a1b2c5e2f12d01588e919e960d711341d5416;p=p5sagit%2Fp5-mst-13.2.git Configure missing d_modflproto='' From: "Gerrit P. Haase" Message-id: <11417599086.20020813151105@familiehaase.de> p4raw-id: //depot/perl@17731 --- diff --git a/Configure b/Configure index 453e1f7..af64580 100755 --- a/Configure +++ b/Configure @@ -538,6 +538,7 @@ d_mmap='' mmaptype='' d_modfl='' d_modfl_pow32_bug='' +d_modflproto='' d_mprotect='' d_msg='' d_msgctl='' @@ -19933,6 +19934,7 @@ d_mktime='$d_mktime' d_mmap='$d_mmap' d_modfl='$d_modfl' d_modfl_pow32_bug='$d_modfl_pow32_bug' +d_modflproto='$d_modflproto' d_mprotect='$d_mprotect' d_msg='$d_msg' d_msg_ctrunc='$d_msg_ctrunc'