From 80b3ef997d1e7ec82fb63942a04027d0ec078dc2 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sat, 14 Jul 2001 01:32:33 +0000 Subject: #include so that exit() is prototyped, noticed by Hugo. p4raw-id: //depot/perl@11369 --- Configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Configure') diff --git a/Configure b/Configure index 69e7246794..944363d65c 100755 --- a/Configure +++ b/Configure @@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Fri Jul 13 03:14:01 EET DST 2001 [metaconfig 3.0 PL70] +# Generated on Sat Jul 14 05:31:33 EET DST 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ < try.c $cat >>try.c <<'EOCP' #include +#include int main() { #ifdef O_NONBLOCK printf("O_NONBLOCK\n"); @@ -9711,6 +9712,7 @@ case "$eagain" in #include #include #include +#include #define MY_O_NONBLOCK $o_nonblock #ifndef errno /* XXX need better Configure test */ extern int errno; -- cgit v1.2.1