diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2011-07-31 12:15:23 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2011-07-31 12:15:23 +0200 |
commit | 668fdbe135fd76c7a654bedba52770966925f562 (patch) | |
tree | ed78148bf4e27690111dec532f3168a6b745f1f0 /win32/config.vc | |
parent | dd35fa16610ef2fa0d46f5129e626b99cf350d77 (diff) | |
download | perl-668fdbe135fd76c7a654bedba52770966925f562.tar.gz |
Add st_ino size/sign probes
Work initiated by Tony Cook
Diffstat (limited to 'win32/config.vc')
-rw-r--r-- | win32/config.vc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/config.vc b/win32/config.vc index 6f4ddace40..3495a2369c 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -973,6 +973,8 @@ stdio_cnt='((fp)->_cnt)' stdio_filbuf='' stdio_ptr='((fp)->_ptr)' stdio_stream_array='' +st_ino_sign='1' +st_ino_size='4' strerror_r_proto='0' strings='/usr/include/string.h' submit='' |