diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-08-29 08:43:34 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-08-30 19:21:17 -0400 |
commit | 83f6d82b7e53721edaf57199aef40f74df91d9fd (patch) | |
tree | 5cb9415c4c96ff0a886b4759b9d230c11a16abc8 /uconfig.sh | |
parent | 5d34af8920febc1e0e0667bafe14759f8464ea6d (diff) | |
download | perl-83f6d82b7e53721edaf57199aef40f74df91d9fd.tar.gz |
Configure: add i_stdint.
Diffstat (limited to 'uconfig.sh')
-rw-r--r-- | uconfig.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh index 84cd7c5ad0..b6d505bf14 100644 --- a/uconfig.sh +++ b/uconfig.sh @@ -600,6 +600,7 @@ i_socks='undef' i_stdarg='define' i_stdbool='undef' i_stddef='define' +i_stdint='undef' i_stdlib='define' i_string='define' i_sunmath='undef' |