summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-05-14 07:33:26 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-05-14 07:33:26 +0000
commited39a0f293e2ca19ac172fe487c41b770b86d94d (patch)
tree11b9e88d20f89c1225b842aeb04ab813da19f2f5 /config_h.SH
parent0bd29388958a28d1ab01653e00c27bbc2ff3097c (diff)
downloadperl-ed39a0f293e2ca19ac172fe487c41b770b86d94d.tar.gz
Still fflushing.
p4raw-id: //depot/cfgperl@3420
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH9
1 files changed, 7 insertions, 2 deletions
diff --git a/config_h.SH b/config_h.SH
index 6059a7caff..5bc9274e2f 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -2469,10 +2469,15 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
#$d_ftello64 HAS_FTELLO64 /**/
#$d_tmpfile64 HAS_TMPFILE64 /**/
+/* HAS_STDIO_STREAM_ARRAY:
+ * This symbol, if defined, tells that there is an array
+ * holding the stdio streams.
+ */
/* STDIO_STREAM_ARRAY:
- * This symbol tells the name of the array holding the stdio stream_array,
- * if any. Usual values include _iob, __iob, and __sF.
+ * This symbol tells the name of the array holding the stdio streams.
+ * Usual values include _iob, __iob, and __sF.
*/
+#$d_stdio_stream_array HAS_STDIO_STREAM_ARRAY /**/
#define STDIO_STREAM_ARRAY $stdio_stream_array
/* USE_64_BITS: