diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-08 00:53:45 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-08 00:53:45 +0000 |
commit | 5af95cda6c5151067fd8df24ebd35e0c1dc01446 (patch) | |
tree | 6101add967df0ccfff9f0be31979fc6a79e748de /Porting | |
parent | 27f9615e568d1c008853d6c7afa74ec19329d8e3 (diff) | |
download | perl-5af95cda6c5151067fd8df24ebd35e0c1dc01446.tar.gz |
Regen Glossary et alia.
p4raw-id: //depot/perl@10475
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Glossary | 30 | ||||
-rw-r--r-- | Porting/config.sh | 15 | ||||
-rw-r--r-- | Porting/config_H | 45 |
3 files changed, 83 insertions, 7 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index f643f8b98b..aef6a26de5 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -467,6 +467,12 @@ d_dbl_dig (d_dbl_dig.U): header files provide DBL_DIG, which is the number of significant digits in a double precision number. +d_dbminitproto (d_dbminitproto.U): + This variable conditionally defines the HAS_DBMINIT_PROTO symbol, + which indicates to the C program that the system provides + a prototype for the dbminit() function. Otherwise, it is + up to the program to supply one. + d_difftime (d_difftime.U): This variable conditionally defines the HAS_DIFFTIME symbol, which indicates to the C program that the difftime() routine is available. @@ -588,6 +594,12 @@ d_flock (d_flock.U): This variable conditionally defines HAS_FLOCK if flock() is available to do file locking. +d_flockproto (d_flockproto.U): + This variable conditionally defines the HAS_FLOCK_PROTO symbol, + which indicates to the C program that the system provides + a prototype for the flock() function. Otherwise, it is + up to the program to supply one. + d_fork (d_fork.U): This variable conditionally defines the HAS_FORK symbol, which indicates to the C program that the fork() routine is available. @@ -1498,6 +1510,12 @@ d_sockatmark (d_sockatmark.U): This variable conditionally defines the HAS_SOCKATMARK symbol, which indicates to the C program that the sockatmark() routine is available. +d_sockatmarkproto (d_sockatmarkproto.U): + This variable conditionally defines the HAS_SOCKATMARK_PROTO symbol, + which indicates to the C program that the system provides + a prototype for the sockatmark() function. Otherwise, it is + up to the program to supply one. + d_socket (d_socket.U): This variable conditionally defines HAS_SOCKET, which indicates that the BSD socket interface is supported. @@ -1658,6 +1676,12 @@ d_syscall (d_syscall.U): This variable conditionally defines HAS_SYSCALL if syscall() is available call arbitrary system calls. +d_syscallproto (d_syscallproto.U): + This variable conditionally defines the HAS_SYSCALL_PROTO symbol, + which indicates to the C program that the system provides + a prototype for the syscall() function. Otherwise, it is + up to the program to supply one. + d_sysconf (d_sysconf.U): This variable conditionally defines the HAS_SYSCONF symbol, which indicates to the C program that the sysconf() routine is available @@ -1739,6 +1763,12 @@ d_usleep (d_usleep.U): This variable conditionally defines HAS_USLEEP if usleep() is available to do high granularity sleeps. +d_usleepproto (d_usleepproto.U): + This variable conditionally defines the HAS_USLEEP_PROTO symbol, + which indicates to the C program that the system provides + a prototype for the usleep() function. Otherwise, it is + up to the program to supply one. + d_ustat (d_ustat.U): This variable conditionally defines HAS_USTAT if ustat() is available to query file system statistics by dev_t. diff --git a/Porting/config.sh b/Porting/config.sh index 09da24a7ee..51ec9c3289 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -8,7 +8,7 @@ # Package name : perl5 # Source directory : . -# Configuration time: Mon Jun 4 06:13:47 EET DST 2001 +# Configuration time: Fri Jun 8 04:49:05 EET DST 2001 # Configured by : jhi # Target system : osf1 alpha.hut.fi v4.0 878 alpha @@ -63,7 +63,7 @@ ccsymbols='__alpha=1 __LANGUAGE_C__=1 __osf__=1 __unix__=1 _LONGLONG=1 _SYSTYPE_ ccversion='V5.6-082' cf_by='jhi' cf_email='yourname@yourhost.yourplace.com' -cf_time='Mon Jun 4 06:13:47 EET DST 2001' +cf_time='Fri Jun 8 04:49:05 EET DST 2001' charsize='1' chgrp='' chmod='' @@ -128,6 +128,7 @@ d_crypt='define' d_csh='define' d_cuserid='define' d_dbl_dig='define' +d_dbminitproto='undef' d_difftime='define' d_dirnamlen='define' d_dlerror='define' @@ -155,6 +156,7 @@ d_fds_bits='define' d_fgetpos='define' d_flexfnam='define' d_flock='define' +d_flockproto='undef' d_fork='define' d_fpathconf='define' d_fpos64_t='undef' @@ -240,7 +242,7 @@ d_mkstemp='define' d_mkstemps='undef' d_mktime='define' d_mmap='define' -d_modfl='define' +d_modfl='undef' d_mprotect='define' d_msg='define' d_msg_ctrunc='define' @@ -341,6 +343,7 @@ d_sigaction='define' d_sigprocmask='define' d_sigsetjmp='define' d_sockatmark='undef' +d_sockatmarkproto='undef' d_socket='define' d_socklen_t='undef' d_sockpair='define' @@ -377,6 +380,7 @@ d_strxfrm='define' d_suidsafe='undef' d_symlink='define' d_syscall='define' +d_syscallproto='undef' d_sysconf='define' d_sysernlst='' d_syserrlst='define' @@ -395,6 +399,7 @@ d_umask='define' d_uname='define' d_union_semun='undef' d_usleep='define' +d_usleepproto='undef' d_ustat='define' d_vendorarch='undef' d_vendorbin='undef' @@ -664,7 +669,7 @@ patchlevel='7' path_sep=':' perl5='/u/vieraat/vieraat/jhi/Perl/bin/perl' perl='' -perl_patchlevel='10418' +perl_patchlevel='10438' perladmin='yourname@yourhost.yourplace.com' perllibs='-lm -liconv -lutil -lpthread -lexc' perlpath='/opt/perl/bin/perl' @@ -859,7 +864,7 @@ PERL_SUBVERSION=1 PERL_API_REVISION=5 PERL_API_VERSION=5 PERL_API_SUBVERSION=0 -PERL_PATCHLEVEL=10418 +PERL_PATCHLEVEL=10438 PERL_CONFIG_SH=true # Variables propagated from previous config.sh file. pp_sys_cflags='ccflags="$ccflags -DNO_EFF_ONLY_OK"' diff --git a/Porting/config_H b/Porting/config_H index 85c4f3f13a..ede0f5b804 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Mon Jun 4 06:13:47 EET DST 2001 + * Configuration time: Fri Jun 8 04:49:05 EET DST 2001 * Configured by : jhi * Target system : osf1 alpha.hut.fi v4.0 878 alpha */ @@ -1780,7 +1780,7 @@ * available to split a long double x into a fractional part f and * an integer part i such that |f| < 1.0 and (f + i) = x. */ -#define HAS_MODFL /**/ +/*#define HAS_MODFL / **/ /* HAS_MPROTECT: * This symbol, if defined, indicates that the mprotect system call is @@ -3336,6 +3336,22 @@ #define PERL_XS_APIVERSION "5.7.1" #define PERL_PM_APIVERSION "5.005" +/* HAS_DBMINIT_PROTO: + * This symbol, if defined, indicates that the system provides + * a prototype for the dbminit() function. Otherwise, it is up + * to the program to supply one. A good guess is + * extern int dbminit(char *); + */ +/*#define HAS_DBMINIT_PROTO / **/ + +/* HAS_FLOCK_PROTO: + * This symbol, if defined, indicates that the system provides + * a prototype for the flock() function. Otherwise, it is up + * to the program to supply one. A good guess is + * extern int flock(int, int); + */ +/*#define HAS_FLOCK_PROTO / **/ + /* HAS_REALPATH: * This symbol, if defined, indicates that the realpath routine is * available to do resolve paths. @@ -3355,6 +3371,14 @@ */ /*#define HAS_SOCKATMARK / **/ +/* HAS_SOCKATMARK_PROTO: + * This symbol, if defined, indicates that the system provides + * a prototype for the sockatmark() function. Otherwise, it is up + * to the program to supply one. A good guess is + * extern int sockatmark _((int)); + */ +/*#define HAS_SOCKATMARK_PROTO / **/ + /* HAS_SETRESGID_PROTO: * This symbol, if defined, indicates that the system provides * a prototype for the setresgid() function. Otherwise, it is up @@ -3377,10 +3401,27 @@ */ #define HAS_STRFTIME /**/ +/* HAS_SYSCALL_PROTO: + * This symbol, if defined, indicates that the system provides + * a prototype for the syscall() function. Otherwise, it is up + * to the program to supply one. Good guesses are + * extern int syscall(int, ...); + * extern int syscall(long, ...); + */ +/*#define HAS_SYSCALL_PROTO / **/ + /* U32_ALIGNMENT_REQUIRED: * This symbol, if defined, indicates that you must access * character data through U32-aligned pointers. */ #define U32_ALIGNMENT_REQUIRED /**/ +/* HAS_USLEEP_PROTO: + * This symbol, if defined, indicates that the system provides + * a prototype for the usleep() function. Otherwise, it is up + * to the program to supply one. A good guess is + * extern int usleep(useconds_t); + */ +/*#define HAS_USLEEP_PROTO / **/ + #endif |