diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-23 18:21:47 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-23 18:21:47 +0000 |
commit | 4d54317ac9ba0c90a68cd73dbfa18c9d8dcb5075 (patch) | |
tree | dfa06de8b23c589384200b60d5ed2c8ce9bb73ea /Porting/config_H | |
parent | e29b014fa51391791d8a811bc7d80374cc62e804 (diff) | |
download | perl-4d54317ac9ba0c90a68cd73dbfa18c9d8dcb5075.tar.gz |
Regen Configure, Glossary, et alia.
p4raw-id: //depot/perl@19312
Diffstat (limited to 'Porting/config_H')
-rw-r--r-- | Porting/config_H | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/Porting/config_H b/Porting/config_H index 6cb3edac8b..910593ab32 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Thu Apr 17 19:11:54 EET DST 2003 + * Configuration time: Wed Apr 23 22:22:47 EET DST 2003 * Configured by : jhi * Target system : osf1 kosh.hut.fi v5.1 2650 alpha */ @@ -2340,6 +2340,12 @@ */ /*#define DLSYM_NEEDS_UNDERSCORE / **/ +/* HAS_FAST_STDIO: + * This symbol, if defined, indicates that the "fast stdio" + * is available to manipulate the stdio buffers directly. + */ +#define HAS_FAST_STDIO /**/ + /* HAS_FCHDIR: * This symbol, if defined, indicates that the fchdir routine is * available to change directory using a file descriptor. @@ -3296,6 +3302,15 @@ #define USE_64_BIT_ALL /**/ #endif +/* USE_FAST_STDIO: + * This symbol, if defined, indicates that Perl should + * be built to use 'fast stdio'. + * Defaults to define in Perls 5.8 and earlier, to undef later. + */ +#ifndef USE_FAST_STDIO +/*#define USE_FAST_STDIO / **/ +#endif + /* USE_LARGE_FILES: * This symbol, if defined, indicates that large file support * should be used when available. |