From 1de32f2a8367111f29377c6ed81b538f36717dd9 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 23 Apr 2003 18:53:46 +0000 Subject: Introduce 'fast stdio' symbols to non-Configure lands. p4raw-id: //depot/perl@19314 --- plan9/config_h.sample | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'plan9/config_h.sample') diff --git a/plan9/config_h.sample b/plan9/config_h.sample index 0710d351ad..8740853a48 100644 --- a/plan9/config_h.sample +++ b/plan9/config_h.sample @@ -1325,6 +1325,12 @@ */ /*#define HAS_ENDSERVENT / **/ +/* 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. @@ -3530,6 +3536,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. -- cgit v1.2.1