summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-08-29 08:43:34 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-08-30 19:21:17 -0400
commit83f6d82b7e53721edaf57199aef40f74df91d9fd (patch)
tree5cb9415c4c96ff0a886b4759b9d230c11a16abc8 /config_h.SH
parent5d34af8920febc1e0e0667bafe14759f8464ea6d (diff)
downloadperl-83f6d82b7e53721edaf57199aef40f74df91d9fd.tar.gz
Configure: add i_stdint.
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH6
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index d947b79ba8..30374b7535 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -744,6 +744,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$i_stddef I_STDDEF /**/
+/* I_STDINT:
+ * This symbol, if defined, indicates that <stdint.h> exists and should
+ * be included.
+ */
+#$i_stdint I_STDINT /**/
+
/* I_STDLIB:
* This symbol, if defined, indicates that <stdlib.h> exists and should
* be included.