diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2007-04-25 08:12:16 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2007-04-25 08:12:16 +0000 |
commit | 93451a0d701a99f9e22fae7cbb890392787a99bd (patch) | |
tree | 983c57919bdc4129a96a4e9d8eb575cecfb798f3 /Configure | |
parent | 324a0d1887cfcef6494645efbaf97082c32ae679 (diff) | |
download | perl-93451a0d701a99f9e22fae7cbb890392787a99bd.tar.gz |
Leave try.c and include files where they are if we need them later
p4raw-id: //depot/perl@31066
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -26,7 +26,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Mon Apr 23 22:54:24 CEST 2007 [metaconfig 3.0 PL70] +# Generated on Wed Apr 25 10:10:54 CEST 2007 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -9610,7 +9610,7 @@ esac for xxx_convert in $xxx_list; do echo "Trying $xxx_convert..." - $rm_try + $rm -f try try$_o core set try -DTRY_$xxx_convert if eval $compile; then echo "$xxx_convert() found." >&4 @@ -9647,6 +9647,7 @@ qgcvt) d_Gconvert='qgcvt((x),(n),(b))' ;; esac fi +$rm_try : see if _fwalk exists set fwalk d__fwalk @@ -16199,7 +16200,7 @@ eval $setvar case "$d_sem" in $define) echo " " - $cat > try.h <<END + $cat > tryh.h <<END #ifndef S_IRUSR # ifdef S_IREAD # define S_IRUSR S_IREAD @@ -16234,7 +16235,7 @@ END #include <sys/stat.h> #include <stdio.h> #include <errno.h> -#include "try.h" +#include "tryh.h" #ifndef errno extern int errno; #endif @@ -16304,7 +16305,7 @@ END #include <sys/ipc.h> #include <sys/sem.h> #include <sys/stat.h> -#include "try.h" +#include "tryh.h" #include <stdio.h> #include <errno.h> #ifndef errno @@ -16354,7 +16355,6 @@ END *) echo "You cannot use struct semid_ds* for semctl IPC_STAT." >&4 ;; esac - $rm_try ;; *) val="$undef" @@ -16368,6 +16368,7 @@ END eval $setvar ;; esac +$rm_try tryh.h : see if sendmsg exists set sendmsg d_sendmsg |