diff options
author | Craig A. Berry <craigberry@mac.com> | 2011-07-31 17:13:00 -0500 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2011-07-31 17:22:37 -0500 |
commit | adf2bd28379ca9e5a3b5fa0aad7afb4d9a42e5ea (patch) | |
tree | a6cc8c13c45d06e440e2af28a8eecfc8a806065b /configure.com | |
parent | df4833a805257d77e95c7fd839a7761a513edcb3 (diff) | |
download | perl-adf2bd28379ca9e5a3b5fa0aad7afb4d9a42e5ea.tar.gz |
st_ino settings for configure.com.
Follow-up to 668fdbe135fd76c7a654bedba52770966925f562.
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.com b/configure.com index 642d0bbc8b..d87ef18e67 100644 --- a/configure.com +++ b/configure.com @@ -6746,6 +6746,13 @@ $ WC "src='" + src + "'" $ WC "ssizetype='int'" $ WC "startperl=" + startperl ! This one's special--no enclosing single quotes $ WC "static_ext='" + static_ext + "'" +$ IF uselargefiles .OR. uselargefiles .eqs. "define" +$ THEN +$ WC "st_ino_size='sizeof(__ino64_t)'" +$ ELSE +$ WC "st_ino_size='(sizeof(unsigned short)*3)'" +$ ENDIF +$ WC "st_ino_sign='1'" $ WC "stdchar='" + stdchar + "'" $ WC "stdio_base='((*fp)->_base)'" $ WC "stdio_bufsiz='((*fp)->_cnt + (*fp)->_ptr - (*fp)->_base)'" |