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