diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-10-27 17:19:06 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-10-27 17:19:06 +0000 |
commit | ad27e871a1c17d37a6de5332709e86e420b3b750 (patch) | |
tree | 6e22184d5a011982a35c8ed5ef2047b7d2bd7d7f /Porting | |
parent | 1ae6be1c7649fa55b3105031a58ffe146fa4f2fd (diff) | |
download | perl-ad27e871a1c17d37a6de5332709e86e420b3b750.tar.gz |
Regen Configure.
p4raw-id: //depot/cfgperl@4470
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Glossary | 15 | ||||
-rw-r--r-- | Porting/config.sh | 6 | ||||
-rw-r--r-- | Porting/config_H | 39 |
3 files changed, 32 insertions, 28 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index f3f99f2349..3e128e0056 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -538,7 +538,7 @@ d_fpathconf (d_pathconf.U): d_fpos64_t (io64.U): This symbol will be defined if the C compiler supports fpos64_t. -d_fs_data_s (d_statfs.U): +d_fs_data_s (d_fs_data_s.U): This variable conditionally defines the HAS_STRUCT_FS_DATA symbol, which indicates that the struct fs_data is supported. @@ -616,6 +616,11 @@ d_getlogin (d_getlogin.U): indicates to the C program that the getlogin() routine is available to get the login name. +d_getmnt (d_getmnt.U): + This variable conditionally defines the HAS_GETMNT symbol, which + indicates to the C program that the getmnt() routine is available + to retrieve one or more mount info blocks by filename. + d_getmntent (d_getmntent.U): This variable conditionally defines the HAS_GETMNTENT symbol, which indicates to the C program that the getmntent() routine is available @@ -1331,17 +1336,13 @@ d_statblks (d_statblks.U): if this system has a stat structure declaring st_blksize and st_blocks. -d_statfs (d_statfs.U): - This variable conditionally defines the HAS_STATFS symbol, which - indicates to the C program that the statfs() routine is available. - -d_statfs_f_flags (d_statfs.U): +d_statfs_f_flags (d_statfs_f_flags.U): This variable conditionally defines the HAS_STRUCT_STATFS_F_FLAGS symbol, which indicates to struct statfs from has f_flags member. This kind of struct statfs is coming from sys/mount.h (BSD), not from sys/statfs.h (SYSV). -d_statfs_s (d_statfs.U): +d_statfs_s (d_statfs_s.U): This variable conditionally defines the HAS_STRUCT_STATFS symbol, which indicates that the struct statfs is supported. diff --git a/Porting/config.sh b/Porting/config.sh index 13636b688c..7b0dd0863c 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -8,7 +8,7 @@ # Package name : perl5 # Source directory : . -# Configuration time: Wed Oct 27 16:33:32 EET DST 1999 +# Configuration time: Wed Oct 27 20:21:09 EET DST 1999 # Configured by : jhi # Target system : osf1 alpha.hut.fi v4.0 878 alpha @@ -56,7 +56,7 @@ ccflags='-pthread -std -DLANGUAGE_C' ccsymbols='__LANGUAGE_C__=1 _LONGLONG=1 LANGUAGE_C=1 SYSTYPE_BSD=1' cf_by='jhi' cf_email='yourname@yourhost.yourplace.com' -cf_time='Wed Oct 27 16:33:32 EET DST 1999' +cf_time='Wed Oct 27 20:21:09 EET DST 1999' chgrp='' chmod='' chown='' @@ -163,6 +163,7 @@ d_gethent='define' d_gethname='define' d_gethostprotos='define' d_getlogin='define' +d_getmnt='undef' d_getmntent='undef' d_getnbyaddr='define' d_getnbyname='define' @@ -311,7 +312,6 @@ d_socket='define' d_sockpair='define' d_sqrtl='define' d_statblks='define' -d_statfs='define' d_statfs_f_flags='define' d_statfs_s='define' d_statvfs='define' diff --git a/Porting/config_H b/Porting/config_H index 6b728e0784..66abec565e 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Wed Oct 27 16:33:32 EET DST 1999 + * Configuration time: Wed Oct 27 20:21:09 EET DST 1999 * Configured by : jhi * Target system : osf1 alpha.hut.fi v4.0 878 alpha */ @@ -2178,6 +2178,12 @@ */ /*#define HAS_ENDSPENT / **/ +/* HAS_STRUCT_FS_DATA: + * This symbol, if defined, indicates that the struct fs_data + * to do statfs() is supported. + */ +/*#define HAS_STRUCT_FS_DATA / **/ + /* HAS_FSEEKO: * This symbol, if defined, indicates that the fseeko routine is * available to fseek beyond 32 bits (useful for ILP32 hosts). @@ -2195,6 +2201,12 @@ */ /*#define HAS_FTELLO / **/ +/* HAS_GETMNT: + * This symbol, if defined, indicates that the getmnt routine is + * available to get filesystem mount info by filename. + */ +/*#define HAS_GETMNT / **/ + /* HAS_GETMNTENT: * This symbol, if defined, indicates that the getmntent routine is * available to iterate through mounted file systems to get their info. @@ -2264,32 +2276,23 @@ */ #define HAS_SQRTL /**/ -/* HAS_STATFS: - * This symbol, if defined, indicates that the statfs routine is - * available to stat filesystems by filenames. - */ -/* HAS_STRUCT_STATFS: - * This symbol, if defined, indicates that the struct statfs - * to do statfs() is supported. - */ -/* HAS_STRUCT_FS_DATA: - * This symbol, if defined, indicates that the struct fs_data - * to do statfs() is supported. - */ /* HAS_STRUCT_STATFS_F_FLAGS: * This symbol, if defined, indicates that the struct statfs * does have the f_flags member containing the mount flags of * the filesystem containing the file. * This kind of struct statfs is coming from <sys/mount.h> (BSD 4.3), * not from <sys/statfs.h> (SYSV). Older BSDs (like Ultrix) do not - * have statfs() and struct statfs, they have ustat() and statfs() - * with struct fs_data. + * have statfs() and struct statfs, they have ustat() and getmnt() + * with struct ustat and struct fs_data. */ -#define HAS_STATFS /**/ -#define HAS_STRUCT_STATFS /**/ -/*#define HAS_STRUCT_FS_DATA / **/ #define HAS_STRUCT_STATFS_F_FLAGS /**/ +/* HAS_STRUCT_STATFS: + * This symbol, if defined, indicates that the struct statfs + * to do statfs() is supported. + */ +#define HAS_STRUCT_STATFS /**/ + /* HAS_FSTATVFS: * This symbol, if defined, indicates that the fstatvfs routine is * available to stat filesystems by file descriptors. |