summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH5
1 files changed, 5 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index b022aa631f..41b4ccc841 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -2490,12 +2490,17 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
* This symbol, if defined, contains the string used by stdio to
* format 64-bit unsigned decimal numbers (format 'u') for output.
*/
+/* PERL_PRIo64:
+ * This symbol, if defined, contains the string used by stdio to
+ * format 64-bit octal numbers (format 'o') for output.
+ */
/* PERL_PRIx64:
* This symbol, if defined, contains the string used by stdio to
* format 64-bit hexadecimal numbers (format 'x') for output.
*/
#$d_PRId64 PERL_PRId64 $sPRId64 /**/
#$d_PRIu64 PERL_PRIu64 $sPRIu64 /**/
+#$d_PRIo64 PERL_PRIo64 $sPRIo64 /**/
#$d_PRIx64 PERL_PRIx64 $sPRIx64 /**/
/* SELECT_MIN_BITS: