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 /uconfig64.sh | |
parent | 5d34af8920febc1e0e0667bafe14759f8464ea6d (diff) | |
download | perl-83f6d82b7e53721edaf57199aef40f74df91d9fd.tar.gz |
Configure: add i_stdint.
Diffstat (limited to 'uconfig64.sh')
-rw-r--r-- | uconfig64.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uconfig64.sh b/uconfig64.sh index ff0f48c9c1..fec0e8acf0 100644 --- a/uconfig64.sh +++ b/uconfig64.sh @@ -601,6 +601,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' |