plus cosmetic change for #4899.
p4raw-id: //depot/cfgperl@4900
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Wed Jan 26 09:47:49 EET 2000 [metaconfig 3.0 PL70]
+# Generated on Wed Jan 26 09:59:39 EET 2000 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.com)
cat >/tmp/c1$$ <<EOF
version=''
perladmin=''
perlpath=''
-d_nvpresuv=''
+d_nv_preserves_uv=''
i16size=''
i16type=''
i32size=''
set try
if eval $compile; then
case "`./try$exe_ext`" in
- preserve) d_nvpresuv="$define" ;;
+ preserve) d_nv_preserves_uv="$define" ;;
esac
fi
-case "$d_nvpresuv" in
+case "$d_nv_preserves_uv" in
$define) $echo "Yes, they can." 2>&1 ;;
*) $echo "No, they can't." 2>&1
- d_nvpresuv="$undef"
+ d_nv_preserves_uv="$undef"
;;
esac
: get C preprocessor symbols handy
echo " "
-$echo $n "Guessing which symbols your C compiler and preprocessor define... $c" >&4
+$echo "Guessing which symbols your C compiler and preprocessor define..." >&4
echo $al $osname | $tr ' ' $trnl >Cppsym.know
./tr '[a-z]' '[A-Z]' < Cppsym.know > Cppsym.a
./tr '[A-Z]' '[a-z]' < Cppsym.know > Cppsym.b
d_msgsnd='$d_msgsnd'
d_mymalloc='$d_mymalloc'
d_nice='$d_nice'
-d_nvpresuv='$d_nvpresuv'
+d_nv_preserves_uv='$d_nv_preserves_uv'
d_off64_t='$d_off64_t'
d_old_pthread_create_joinable='$d_old_pthread_create_joinable'
d_oldpthreads='$d_oldpthreads'
This variable conditionally defines the HAS_NICE symbol, which
indicates to the C program that the nice() routine is available.
-d_nvpresuv (perlxv.U):
+d_nv_preserves_uv (perlxv.U):
This variable indicates whether a variable of type nvtype
can preserve all the bits a variable of type uvtype.
# Package name : perl5
# Source directory : .
-# Configuration time: Thu Jan 20 00:43:41 EET 2000
+# Configuration time: Wed Jan 26 09:55:17 EET 2000
# Configured by : jhi
# Target system : osf1 alpha.hut.fi v4.0 878 alpha
ansi2knr=''
aphostname=''
api_revision='5'
-api_subversion='640'
+api_subversion='0'
api_version='5'
-api_versionstring='5.5.640'
+api_versionstring='5.005'
ar='ar'
archlib='/opt/perl/lib/5.5.640/alpha-dec_osf-thread-multi'
archlibexp='/opt/perl/lib/5.5.640/alpha-dec_osf-thread-multi'
cccdlflags=' '
ccdlflags=' -Wl,-rpath,/opt/perl/lib/5.5.640/alpha-dec_osf-thread-multi/CORE'
ccflags='-pthread -std -DLANGUAGE_C'
-ccsymbols='__LANGUAGE_C__=1 _LONGLONG=1 LANGUAGE_C=1 SYSTYPE_BSD=1'
+ccsymbols='__alpha=1 __LANGUAGE_C__=1 __osf__=1 __unix__=1 _LONGLONG=1 _SYSTYPE_BSD=1 SYSTYPE_BSD=1'
cf_by='jhi'
cf_email='yourname@yourhost.yourplace.com'
-cf_time='Thu Jan 20 00:43:41 EET 2000'
+cf_time='Wed Jan 26 09:55:17 EET 2000'
charsize='1'
chgrp=''
chmod=''
cpio=''
cpp='cpp'
cpp_stuff='42'
-cppccsymbols='__alpha=1 __osf__=1 __unix__=1 _SYSTYPE_BSD=1 unix=1'
+cppccsymbols='LANGUAGE_C=1 unix=1'
cppflags='-pthread -std -DLANGUAGE_C'
cpplast=''
cppminus=''
d_msgsnd='define'
d_mymalloc='undef'
d_nice='define'
-d_nvpresuv='undef'
+d_nv_preserves_uv='undef'
d_off64_t='undef'
d_old_pthread_create_joinable='undef'
d_oldpthreads='undef'
PERL_SUBVERSION=640
PERL_API_REVISION=5
PERL_API_VERSION=5
-PERL_API_SUBVERSION=640
+PERL_API_SUBVERSION=0
CONFIGDOTSH=true
# Variables propagated from previous config.sh file.
pp_sys_cflags='ccflags="$ccflags -DNO_EFF_ONLY_OK"'
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Thu Jan 20 00:43:41 EET 2000
+ * Configuration time: Wed Jan 26 09:55:17 EET 2000
* Configured by : jhi
* Target system : osf1 alpha.hut.fi v4.0 878 alpha
*/
* available directly to the user. Note that it may well be different from
* the preprocessor used to compile the C program.
*/
+/* CPPLAST:
+ * This symbol is intended to be used along with CPPRUN in the same manner
+ * symbol CPPMINUS is used with CPPSTDIN. It contains either "-" or "".
+ */
#define CPPSTDIN "cppstdin"
#define CPPMINUS ""
#define CPPRUN "/usr/bin/cpp"
+#define CPPLAST ""
/* HAS_ACCESS:
* This manifest constant lets the C program know that the access()
* so that it is safe even if used by a process with super-user
* privileges.
*/
+/* HAS_PHOSTNAME:
+ * This symbol, if defined, indicates that the C program may use the
+ * contents of PHOSTNAME as a command to feed to the popen() routine
+ * to derive the host name.
+ */
#define HAS_GETHOSTNAME /**/
#define HAS_UNAME /**/
#undef HAS_PHOSTNAME
/*#define USE_LONG_LONG / **/
#endif
+/* USE_MORE_BITS:
+ * This symbol, if defined, indicates that 64-bit interfaces and
+ * long doubles should be used when available.
+ */
#ifndef USE_MORE_BITS
/*#define USE_MORE_BITS / **/
#endif
#define I64SIZE $i64size /**/
#define U64SIZE $u64size /**/
#endif
-#$d_nvpresuv NV_PRESERVES_UV
+#$d_nv_preserves_uv NV_PRESERVES_UV
/* IVdf:
* This symbol defines the format string used for printing a Perl IV