diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2015-10-30 17:50:42 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2015-10-30 17:50:42 -0400 |
commit | ea4421009acdf10bf0a7b26ff22c5afd431690db (patch) | |
tree | 89915d220d6dc218f562e104980c7c25a9f748ce /symbian/config.sh | |
parent | 7711f97842bc713f668a0686e9cb44322fe53f8c (diff) | |
download | perl-ea4421009acdf10bf0a7b26ff22c5afd431690db.tar.gz |
Revert "Remove unused filesystem stat symbols."
This reverts commit 821805a244cacd9869331999cd53407f3323206a.
What's out, is out.
perl #107904 Filesys-Df
perl #108189 Filesys-DfPortable
perl #108191 Filesys-Statvfs
perl #126368 Filesys-DfPortable
Diffstat (limited to 'symbian/config.sh')
-rw-r--r-- | symbian/config.sh | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index f1cf6ad7b8..a5aa4779a0 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -166,8 +166,11 @@ d_fpclassl='undef' d_fpgetround='undef' d_fpos64_t='undef' d_frexpl='undef' +d_fs_data_s='undef' d_fseeko='undef' d_fsetpos='define' +d_fstatfs='undef' +d_fstatvfs='undef' d_fsync='undef' d_ftello='undef' d_ftime='undef' @@ -178,6 +181,7 @@ d_gdbmndbm_h_uses_prototypes='undef' d_getaddrinfo='undef' d_getcwd='define' d_getespwnam='undef' +d_getfsstat='undef' d_getgrent='undef' d_getgrent_r='undef' d_getgrgid_r='undef' @@ -194,6 +198,8 @@ d_gethostprotos='define' 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,6 +241,7 @@ d_gmtime64='undef' d_gmtime_r='undef' d_gnulibc='undef' d_grpasswd='undef' +d_hasmntopt='undef' d_htonl='define' d_hypot='undef' d_ilogb='undef' @@ -462,7 +469,10 @@ 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' @@ -521,6 +531,7 @@ d_unordered='undef' d_unsetenv='undef' d_usleep='define' d_usleepproto='undef' +d_ustat='undef' d_vendorarch='undef' d_vendorbin='undef' d_vendorlib='undef' @@ -640,6 +651,7 @@ i_malloc='undef' i_mallocmalloc='undef' i_math='define' i_memory='undef' +i_mntent='undef' i_ndbm='undef' i_netdb='define' i_neterrno='undef' @@ -670,6 +682,7 @@ i_sysioctl='define' i_syslog='undef' i_sysmman='undef' i_sysmode='undef' +i_sysmount='undef' i_sysndir='undef' i_sysparam='undef' i_syspoll='undef' @@ -678,6 +691,8 @@ i_syssecrt='undef' i_sysselct='undef' i_syssockio='undef' i_sysstat='define' +i_sysstatfs='undef' +i_sysstatvfs='undef' i_systime='define' i_systimek='undef' i_systimes='define' @@ -685,11 +700,13 @@ i_systypes='define' 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='define' +i_ustat='undef' i_utime='undef' i_values='undef' i_varargs='undef' |