diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-14 16:10:31 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:53:21 +0100 |
commit | 81f9da18781fda785bd4c55602364ac5ce848a10 (patch) | |
tree | 6c9bae6ad361747afe316292fe88f8c42c51cd7d /symbian | |
parent | 6ff2ec7da32d2a2afeb2b1b0a1d5a78e2d573402 (diff) | |
download | perl-81f9da18781fda785bd4c55602364ac5ce848a10.tar.gz |
Don't attempt to use non-standard <memory.h>
It's only needed on systems without C89 <string.h>, which we rely on anyway.
Diffstat (limited to 'symbian')
-rw-r--r-- | symbian/config.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index eb5b16fd3a..e5fd1e3e3e 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -671,7 +671,6 @@ i_locale='define' i_machcthr='undef' i_malloc='undef' i_mallocmalloc='undef' -i_memory='undef' i_mntent='undef' i_ndbm='undef' i_netdb='define' |