From: Jarkko Hietaniemi Date: Wed, 9 Feb 2000 02:56:43 +0000 (+0000) Subject: (fake) use of getcwd. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=49dabb45831980a6e3e2fc5ed17c356e5e8369cd;p=p5sagit%2Fp5-mst-13.2.git (fake) use of getcwd. p4raw-id: //depot/cfgperl@5047 --- diff --git a/Configure b/Configure index e8ea285..ab494ff 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 Wed Feb 9 04:26:02 EET 2000 [metaconfig 3.0 PL70] +# Generated on Wed Feb 9 04:55:51 EET 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #define Gconvert(x,n,t,b) $d_Gconvert +/* HAS_GETCWD: + * This symbol, if defined, indicates that the getcwd routine is + * available to get the current working directory. + */ +#$d_getcwd HAS_GETCWD /**/ + /* HAS_GETGRENT: * This symbol, if defined, indicates that the getgrent routine is * available for sequential access of the group database. diff --git a/perl.h b/perl.h index b3a697e..2139845 100644 --- a/perl.h +++ b/perl.h @@ -3179,6 +3179,8 @@ typedef struct am_table_short AMTS; HAS_MKSTEMPS HAS_MKDTEMP + HAS_GETCWD + HAS-MMAP HAS_MPROTECT HAS_MSYNC