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 /symbian | |
parent | 5d34af8920febc1e0e0667bafe14759f8464ea6d (diff) | |
download | perl-83f6d82b7e53721edaf57199aef40f74df91d9fd.tar.gz |
Configure: add i_stdint.
Diffstat (limited to 'symbian')
-rw-r--r-- | symbian/config.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index cc8f2dcb33..4cd1cd2150 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -614,6 +614,7 @@ i_socks='undef' i_stdarg='define' i_stdbool='undef' i_stddef='undef' +i_stdint='undef' i_stdlib='define' i_string='define' i_sunmath='undef' |