summaryrefslogtreecommitdiff
path: root/uconfig64.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2015-08-15 12:54:08 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2015-10-02 18:34:57 -0400
commit821805a244cacd9869331999cd53407f3323206a (patch)
tree683241784dda0711327df684d4c12bf2a18ca855 /uconfig64.sh
parent95318fb638d5803b82c05a3976715fa2f1e4623e (diff)
downloadperl-821805a244cacd9869331999cd53407f3323206a.tar.gz
Remove unused filesystem stat symbols.
d_fs_data_s HAS_STRUCT_FS_DATA d_fstatfs HAS_FSTATFS d_fstatvfs HAS_FSTATVFS d_getfsstat HAS_GETFSSTAT d_getmnt HAS_GETMNT d_getmntent HAS_GETMNTENT d_hasmntopt HAS_HASMNTOPT d_statfs_f_flags HAS_STRUCT_STATFS_F_FLAGS d_statfs_s HAS_STRUCT_STATFS d_ustat HAS_USTAT i_mntent I_MNTENT i_sysmount I_SYS_MOUNT i_sysstatfs I_SYS_STATFS i_sysstatvfs I_SYS_STATVFS i_sysvfs I_SYS_VFS i_ustat I_USTAT Unused by the Perl core. As far as I can remember I added these scans long ago, for some purpose (df(1) kind of APIs?) but whatever it was, it obviously hasn't exactly caught fire in the last 15 years. Some rare uses of these APIs (not these defines, but e.g. statfs) in CPAN (like the Quota module), but those seem to do their own configuration.
Diffstat (limited to 'uconfig64.sh')
-rw-r--r--uconfig64.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/uconfig64.sh b/uconfig64.sh
index ec09c1e2f8..57b4cae2f3 100644
--- a/uconfig64.sh
+++ b/uconfig64.sh
@@ -161,11 +161,8 @@ d_fpclassl='undef'
d_fpgetround='undef'
d_fpos64_t='undef'
d_frexpl='undef'
-d_fs_data_s='undef'
d_fseeko='undef'
d_fsetpos='undef'
-d_fstatfs='undef'
-d_fstatvfs='undef'
d_fsync='undef'
d_ftello='undef'
d_ftime='undef'
@@ -175,7 +172,6 @@ d_gdbmndbm_h_uses_prototypes='undef'
d_getaddrinfo='undef'
d_getcwd='undef'
d_getespwnam='undef'
-d_getfsstat='undef'
d_getgrent='undef'
d_getgrent_r='undef'
d_getgrgid_r='undef'
@@ -192,8 +188,6 @@ d_gethostprotos='undef'
d_getitimer='undef'
d_getlogin='undef'
d_getlogin_r='undef'
-d_getmnt='undef'
-d_getmntent='undef'
d_getnameinfo='undef'
d_getnbyaddr='undef'
d_getnbyname='undef'
@@ -235,7 +229,6 @@ d_gmtime64='undef'
d_gmtime_r='undef'
d_gnulibc='undef'
d_grpasswd='undef'
-d_hasmntopt='undef'
d_htonl='undef'
d_hypot='undef'
d_ilogb='undef'
@@ -461,10 +454,7 @@ d_sresgproto='undef'
d_sresuproto='undef'
d_stat='define'
d_statblks='undef'
-d_statfs_f_flags='undef'
-d_statfs_s='undef'
d_static_inline='undef'
-d_statvfs='undef'
d_stdio_cnt_lval='undef'
d_stdio_ptr_lval='undef'
d_stdio_ptr_lval_nochange_cnt='undef'
@@ -523,7 +513,6 @@ d_unordered='undef'
d_unsetenv='undef'
d_usleep='undef'
d_usleepproto='undef'
-d_ustat='undef'
d_vendorarch='undef'
d_vendorbin='undef'
d_vendorlib='undef'
@@ -638,7 +627,6 @@ i_malloc='undef'
i_mallocmalloc='undef'
i_math='define'
i_memory='undef'
-i_mntent='undef'
i_ndbm='undef'
i_netdb='undef'
i_neterrno='undef'
@@ -669,7 +657,6 @@ i_sysioctl='undef'
i_syslog='undef'
i_sysmman='undef'
i_sysmode='undef'
-i_sysmount='undef'
i_sysndir='undef'
i_sysparam='undef'
i_syspoll='undef'
@@ -678,8 +665,6 @@ i_syssecrt='undef'
i_sysselct='undef'
i_syssockio='undef'
i_sysstat='define'
-i_sysstatfs='undef'
-i_sysstatvfs='undef'
i_systime='undef'
i_systimek='undef'
i_systimes='undef'
@@ -687,13 +672,11 @@ i_systypes='undef'
i_sysuio='undef'
i_sysun='undef'
i_sysutsname='undef'
-i_sysvfs='undef'
i_syswait='undef'
i_termio='undef'
i_termios='undef'
i_time='define'
i_unistd='undef'
-i_ustat='undef'
i_utime='undef'
i_values='undef'
i_varargs='undef'