summaryrefslogtreecommitdiff
path: root/wince
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-04-23 18:53:46 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-04-23 18:53:46 +0000
commit1de32f2a8367111f29377c6ed81b538f36717dd9 (patch)
tree9ed632b812cc1ce84ee803b2b85f78b8f2b5b6f5 /wince
parent4d54317ac9ba0c90a68cd73dbfa18c9d8dcb5075 (diff)
downloadperl-1de32f2a8367111f29377c6ed81b538f36717dd9.tar.gz
Introduce 'fast stdio' symbols to non-Configure lands.
p4raw-id: //depot/perl@19314
Diffstat (limited to 'wince')
-rw-r--r--wince/config.ce2
-rw-r--r--wince/config_H.ce15
2 files changed, 17 insertions, 0 deletions
diff --git a/wince/config.ce b/wince/config.ce
index ccad244da2..8f909062d8 100644
--- a/wince/config.ce
+++ b/wince/config.ce
@@ -147,6 +147,7 @@ d_endservent_r='undef'
d_endspent='undef'
d_eofnblk='define'
d_eunice='undef'
+d_faststdio='undef'
d_fchmod='undef'
d_fchown='undef'
d_fcntl='undef'
@@ -859,6 +860,7 @@ uquadtype='unsigned __int64'
use64bitall='undef'
use64bitint='undef'
usedl='define'
+usefaststdio='undef'
useithreads='~USE_ITHREADS~'
uselargefiles='undef'
uselongdouble='undef'
diff --git a/wince/config_H.ce b/wince/config_H.ce
index 33b4ad7c43..aa934c93f8 100644
--- a/wince/config_H.ce
+++ b/wince/config_H.ce
@@ -1313,6 +1313,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.
@@ -3461,6 +3467,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.