diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-23 18:53:46 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-23 18:53:46 +0000 |
commit | 1de32f2a8367111f29377c6ed81b538f36717dd9 (patch) | |
tree | 9ed632b812cc1ce84ee803b2b85f78b8f2b5b6f5 /configure.com | |
parent | 4d54317ac9ba0c90a68cd73dbfa18c9d8dcb5075 (diff) | |
download | perl-1de32f2a8367111f29377c6ed81b538f36717dd9.tar.gz |
Introduce 'fast stdio' symbols to non-Configure lands.
p4raw-id: //depot/perl@19314
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.com b/configure.com index cd5dfdbd03..96f334f129 100644 --- a/configure.com +++ b/configure.com @@ -4782,6 +4782,7 @@ $ d_stdiobase="define" $ d_stdio_cnt_lval="define" $ d_stdio_ptr_lval="define" $ d_stdstdio="define" +$ d_faststdio="define" $ d_wcstombs="define" $ d_mblen="define" $ d_mktime="define" @@ -4806,6 +4807,7 @@ $ d_stdiobase="undef" $ d_stdio_cnt_lval="undef" $ d_stdio_ptr_lval="undef" $ d_stdstdio="undef" +$ d_faststdio="undef" $ d_wcstombs="undef" $ d_mblen="undef" $ d_mktime="undef" @@ -4820,6 +4822,7 @@ $ d_setlocale="undef" $ ENDIF $ d_stdio_ptr_lval_sets_cnt="undef" $ d_stdio_ptr_lval_nochange_cnt="define" +$ usefaststdio="undef" $! $! Sockets? $ if Has_Socketshr .OR. Has_Dec_C_Sockets |