X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=plan9%2Fconfig_h.sample;h=2134e45e0e6f5561fc8b6bd72ed84c9757d1cfab;hb=3099fc99273017468e5ddf7177e6764cfc105a6a;hp=0710d351ada00d205bf4dce5eba709888f37b350;hpb=e10940c3bd0b15078d498577d8860a2ac86cc768;p=p5sagit%2Fp5-mst-13.2.git diff --git a/plan9/config_h.sample b/plan9/config_h.sample index 0710d35..2134e45 100644 --- a/plan9/config_h.sample +++ b/plan9/config_h.sample @@ -1087,7 +1087,7 @@ #define STRINGIFY(a) PeRl_StGiFy(a) #endif #if 42 != 1 && 42 != 42 -# include "Bletch: How does this C preprocessor catenate tokens?" +# include "Bletch: How does this C preprocessor concatenate tokens?" #endif /* CPPSTDIN: @@ -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.