diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-24 16:57:13 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-24 16:57:13 +0000 |
commit | ea77424f78f703cf24ccf2f17ae94dd80b621424 (patch) | |
tree | ee3583a861b263f31e72d8425aac6d330f1f2a82 /configure.com | |
parent | a4373870b404ad399ffc74d3c253b331a8999454 (diff) | |
download | perl-ea77424f78f703cf24ccf2f17ae94dd80b621424.tar.gz |
VMS patch for faststdio from Craig Berry.
p4raw-id: //depot/perl@19323
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.com b/configure.com index 96f334f129..518afb4632 100644 --- a/configure.com +++ b/configure.com @@ -880,7 +880,7 @@ $ config_symbols0 ="|archlib|archlibexp|bin|binexp|builddir|cf_email|config_sh $ config_symbols1 ="|installprivlib|installscript|installsitearch|installsitelib|most|oldarchlib|oldarchlibexp|osname|pager|perl_symbol|perl_verb|" $ config_symbols2 ="|prefix|privlib|privlibexp|scriptdir|sitearch|sitearchexp|sitebin|sitelib|sitelib_stem|sitelibexp|try_cxx|use64bitall|use64bitint|" $ config_symbols3 ="|usecasesensitive|usedefaulttypes|usedevel|useieee|useithreads|usemultiplicity|usemymalloc|usedebugging_perl|useperlio|usesecurelog|" -$ config_symbols4 ="|usethreads|usevmsdebug|" +$ config_symbols4 ="|usethreads|usevmsdebug|usefaststdio|" $! $ open/read CONFIG 'config_sh' $ rd_conf_loop: @@ -5475,6 +5475,7 @@ $ WC "d_stdio_ptr_lval_sets_cnt='" + d_stdio_ptr_lval_sets_cnt + "'" $ WC "d_stdio_stream_array='undef'" $ WC "d_stdiobase='" + d_stdiobase + "'" $ WC "d_stdstdio='" + d_stdstdio + "'" +$ WC "d_faststdio='" + d_faststdio + "'" $ WC "d_strchr='define'" $ WC "d_strcoll='" + d_strcoll + "'" $ WC "d_strctcpy='define'" @@ -5838,6 +5839,7 @@ $ WC "usedebugging_perl='"+use_debugging_perl+"'" $ WC "usedefaulttypes='" + usedefaulttypes + "'" ! VMS-specific $ WC "usecrosscompile='undef'" $ WC "usedl='" + usedl + "'" +$ WC "usefaststdio='" + usefaststdio + "'" $ WC "useieee='" + useieee + "'" ! VMS-specific $ WC "useithreads='" + useithreads + "'" $ WC "uselargefiles='" + uselargefiles + "'" |