diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-02-20 13:55:41 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-02-20 13:55:41 +0000 |
commit | 732c95164f14a2e15087976c079f6e0e7206fb2a (patch) | |
tree | 8dd282c8491b8ea4d8f42ec2bd22a7f1b8a770b5 /config_h.SH | |
parent | ee3907e28892ebc4565b41fd64f3daa645af2b88 (diff) | |
download | perl-732c95164f14a2e15087976c079f6e0e7206fb2a.tar.gz |
Glossary now mostly fixed.
p4raw-id: //depot/cfgperl@2996
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/config_h.SH b/config_h.SH index 7047dfaef3..842b2c671f 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2062,6 +2062,18 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #$d_ftello HAS_FTELLO /**/ +/* HAS_GETMNTENT: + * This symbol, if defined, indicates that the getmntent routine is + * available to iterate through mounted file systems. + */ +#$d_getmntent HAS_GETMNTENT /**/ + +/* HAS_HASMNTOPT: + * This symbol, if defined, indicates that the hasmntopt routine is + * available to query the mount options of file systems. + */ +#$d_hasmntopt HAS_HASMNTOPT /**/ + /* HAS_MADVISE: * This symbol, if defined, indicates that the madvise system call is * available to map a file into memory. @@ -2089,21 +2101,21 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- /* HAS_FSTATFS: * This symbol, if defined, indicates that the fstatfs routine is - * available to do stat filesystems of file descriptors. + * available to stat filesystems of file descriptors. */ /* HAS_STRUCT_STATFS_FLAGS: * This symbol, if defined, indicates that the struct statfs * does have the f_flags member containing the mount flags of * the filesystem holding the file. - * This kind of struct statfs is coming from sys/mount.h (BSD) - * and not from sys/statfs.h (SYSV). + * This kind of struct statfs is coming from sys/mount.h (BSD), + * not from sys/statfs.h (SYSV). */ #$d_fstatfs HAS_FSTATFS /**/ #$d_statfsflags HAS_STRUCT_STATFS_FLAGS /**/ /* HAS_FSTATVFS: * This symbol, if defined, indicates that the fstatvfs routine is - * available to do stat filesystems of file descriptors. + * available to stat filesystems of file descriptors. */ #$d_fstatvfs HAS_FSTATVFS /**/ |