From cb86ce0e71355d781c8bc843c5a2c7c61381dce9 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 2 Feb 1999 20:44:30 +0000 Subject: [PATCH] These should've been already in #2803. p4raw-id: //depot/cfgperl@2804 --- Configure | 17 ++++++++++++----- config_h.SH | 8 ++++++++ vms/subconfigure.com | 2 ++ 3 files changed, 22 insertions(+), 5 deletions(-) diff --git a/Configure b/Configure index a503f44..61f8125 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 Tue Feb 2 14:48:18 EET 1999 [metaconfig 3.0 PL70] +# Generated on Tue Feb 2 22:42:52 EET 1999 [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- */ #$d_fstatvfs HAS_FSTATVFS /**/ +/* HAS_TELLDIR_PROTO: + * This symbol, if defined, indicates that the system provides + * a prototype for the telldir() function. Otherwise, it is up + * to the program to supply one. A good guess is + * extern long telldir _((DIR*)); + */ +#$d_telldirproto HAS_TELLDIR_PROTO /**/ + /* HAS_WRITEV: * This symbol, if defined, indicates that the writev routine is * available to do scatter writes. diff --git a/vms/subconfigure.com b/vms/subconfigure.com index b78f97f..2f787ff 100644 --- a/vms/subconfigure.com +++ b/vms/subconfigure.com @@ -62,6 +62,7 @@ $ myname = myhostname $ if "''myname'" .eqs. "" THEN myname = f$trnlnm("SYS$NODE") $! $! ##ADD NEW CONSTANTS HERE## +$ perl_d_telldirproto="define" $ perl_i_sysmount="undef" $ perl_d_fstatfs="undef" $ perl_d_fstatvfs="undef" @@ -3064,6 +3065,7 @@ $ WC "d_fstatvfs='" + perl_d_fstatvfs + "'" $ WC "i_mntent='" + perl_i_mntent + "'" $ WC "d_getmntent='" + perl_d_getmntent + "'" $ WC "d_hasmntopt='" + perl_d_hasmntopt + "'" +$ WC "d_telldirproto='" + perl_d_telldirproto + "'" $! $! ##WRITE NEW CONSTANTS HERE## $! -- 1.8.3.1