This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Regen Glossary et al.
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 1 Jul 2003 06:20:48 +0000 (06:20 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 1 Jul 2003 06:20:48 +0000 (06:20 +0000)
p4raw-id: //depot/perl@19902

Porting/Glossary
Porting/config.sh
Porting/config_H

index 771820a..302afa1 100644 (file)
@@ -1339,10 +1339,6 @@ d_mymalloc (mallocsrc.U):
        of the source want to take special action if MYMALLOC is used.
        This may include different sorts of profiling or error detection.
 
-d_nanosleep (d_nanosleep.U):
-       This variable conditionally defines HAS_NANOSLEEP
-       if nanosleep() is available to sleep with 1E-9 sec accuracy.
-
 d_nice (d_nice.U):
        This variable conditionally defines the HAS_NICE symbol, which
        indicates to the C program that the nice() routine is available.
@@ -3508,7 +3504,7 @@ mips_type (usrinc.U):
        This variable holds the environment type for the mips system.
        Possible values are "BSD 4.3" and "System V".
 
-mistrustnm (usenm.U):
+mistrustnm (Csym.U):
        This variable can be used to establish a fallthrough for the cases
        where nm fails to find a symbol.  If usenm is false or usenm is true
        and mistrustnm is false, this variable has no effect.  If usenm is true
index c8d0390..0ba4491 100644 (file)
@@ -8,7 +8,7 @@
 
 # Package name      : perl5
 # Source directory  : .
-# Configuration time: Sun Jun  8 21:14:02 EET DST 2003
+# Configuration time: Tue Jul  1 10:31:31 EEST 2003
 # Configured by     : jhi
 # Target system     : osf1 kosh.hut.fi v5.1 2650 alpha 
 
@@ -59,11 +59,11 @@ ccdlflags='  -Wl,-rpath,/opt/perl/lib/5.9.0/alpha-dec_osf/CORE'
 ccflags='-std -D_INTRINSICS -fprm d -ieee -DLANGUAGE_C'
 ccflags_uselargefiles=''
 ccname='cc'
-ccsymbols='_LONGLONG=1 _SYSTYPE_BSD=1 __Alpha_AXP=1 __DATE__="Jun __DECC=1 __DECC_MODE_RELAXED=1 __DECC_VER=60590011 __IEEE_FLOAT=1 __INITIAL_POINTER_SIZE=0 __PRAGMA_ENVIRONMENT=1 __STDC_HOSTED__=1 __STDC_VERSION__=199901L __STDC__=0 __TIME__="21:15:04" __X_FLOAT=1 __arch64__=1 __digital__=1'
+ccsymbols='__alpha=1 __ALPHA=1 __Alpha_AXP=1 __arch64__=1 __DATE__="Jul __DECC=1 __DECC_MODE_RELAXED=1 __DECC_VER=60590011 __digital__=1 __IEEE_FLOAT=1 __INITIAL_POINTER_SIZE=0 __LANGUAGE_C__=1 __osf__=1 __PRAGMA_ENVIRONMENT=1 __STDC__=0 __STDC_HOSTED__=1 __STDC_VERSION__=199901L __TIME__="10:32:24" __unix__=1 __X_FLOAT=1 _LONGLONG=1 _SYSTYPE_BSD=1'
 ccversion='V6.5-011'
 cf_by='jhi'
 cf_email='yourname@yourhost.yourplace.com'
-cf_time='Sun Jun  8 21:14:02 EET DST 2003'
+cf_time='Tue Jul  1 10:31:31 EEST 2003'
 charsize='1'
 chgrp=''
 chmod='chmod'
@@ -76,13 +76,13 @@ cp='cp'
 cpio=''
 cpp='cpp'
 cpp_stuff='42'
-cppccsymbols='__ALPHA=1 __LANGUAGE_C__=1 __alpha=1 __osf__=1 __unix__=1'
+cppccsymbols=''
 cppflags='-std -D_INTRINSICS -fprm d -ieee -DLANGUAGE_C'
 cpplast='-'
 cppminus='-'
 cpprun='cc -E'
 cppstdin='cc -E'
-cppsymbols='_AES_SOURCE=1 _ANSI_C_SOURCE=1 _INTRINSICS=1 LANGUAGE_C=1 _LONGLONG=1 _OSF_SOURCE=1 _POSIX_C_SOURCE=199506 _POSIX_SOURCE=1 __STDC__=1 _SYSTYPE_BSD=1 _XOPEN_SOURCE=400'
+cppsymbols='_AES_SOURCE=1 __alpha=1 __ALPHA=1 _ANSI_C_SOURCE=1 _INTRINSICS=1 LANGUAGE_C=1 __LANGUAGE_C__=1 _LONGLONG=1 __osf__=1 _OSF_SOURCE=1 _POSIX_C_SOURCE=199506 _POSIX_SOURCE=1 __STDC__=1 _SYSTYPE_BSD=1 __unix__=1 _XOPEN_SOURCE=400'
 crypt_r_proto='0'
 cryptlib=''
 csh='csh'
@@ -308,7 +308,6 @@ d_msgsnd='define'
 d_msync='define'
 d_munmap='define'
 d_mymalloc='undef'
-d_nanosleep='define'
 d_nice='define'
 d_nl_langinfo='define'
 d_nv_preserves_uv='undef'
@@ -714,12 +713,12 @@ lib_ext='.a'
 libc='/usr/shlib/libc.so'
 libperl='libperl.so'
 libpth='/usr/local/lib /usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /var/shlib'
-libs='-ldbm -ldb -lm -lutil -lrt'
+libs='-ldbm -ldb -lm -lutil'
 libsdirs=' /usr/ccs/lib /usr/local/lib /usr/shlib'
-libsfiles=' libdbm.a libdb.so libm.so libutil.a librt.so'
-libsfound=' /usr/ccs/lib/libdbm.a /usr/local/lib/libdb.so /usr/shlib/libm.so /usr/ccs/lib/libutil.a /usr/shlib/librt.so'
+libsfiles=' libdbm.a libdb.so libm.so libutil.a'
+libsfound=' /usr/ccs/lib/libdbm.a /usr/local/lib/libdb.so /usr/shlib/libm.so /usr/ccs/lib/libutil.a'
 libspath=' /usr/local/lib /usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /var/shlib'
-libswanted='sfio socket bind inet nsl nm gdbm dbm db malloc dld ld sun m cposix posix ndir dir crypt sec ucb BSD x util rt posix4'
+libswanted='sfio socket bind inet nsl nm gdbm dbm db malloc dld ld sun m crypt sec util cposix posix ucb BSD'
 libswanted_uselargefiles=''
 line=''
 lint=''
@@ -799,7 +798,7 @@ perl5='perl'
 perl=''
 perl_patchlevel='18374'
 perladmin='yourname@yourhost.yourplace.com'
-perllibs='-lm -lutil -lrt'
+perllibs='-lm -lutil'
 perlpath='/opt/perl/bin/perl5.9.0'
 pg='pg'
 phostname=''
index 866ab21..b0f570c 100644 (file)
@@ -17,7 +17,7 @@
 /*
  * Package name      : perl5
  * Source directory  : .
- * Configuration time: Sun Jun  8 21:14:02 EET DST 2003
+ * Configuration time: Tue Jul  1 10:31:31 EEST 2003
  * Configured by     : jhi
  * Target system     : osf1 kosh.hut.fi v5.1 2650 alpha 
  */
  */
 #define HAS_STRUCT_MSGHDR      /**/
 
-/* HAS_NANOSLEEP:
- *     This symbol, if defined, indicates that the nanosleep
- *     system call is available to sleep with 1E-9 sec accuracy.
- */
-#define HAS_NANOSLEEP          /**/
-
 /* HAS_NL_LANGINFO:
  *     This symbol, if defined, indicates that the nl_langinfo routine is
  *     available to return local data.  You will also need <langinfo.h>