summaryrefslogtreecommitdiff
path: root/uconfig.sh
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-14 16:10:31 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:53:21 +0100
commit81f9da18781fda785bd4c55602364ac5ce848a10 (patch)
tree6c9bae6ad361747afe316292fe88f8c42c51cd7d /uconfig.sh
parent6ff2ec7da32d2a2afeb2b1b0a1d5a78e2d573402 (diff)
downloadperl-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 'uconfig.sh')
-rw-r--r--uconfig.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/uconfig.sh b/uconfig.sh
index a591e8f2d0..d23dfabf16 100644
--- a/uconfig.sh
+++ b/uconfig.sh
@@ -657,7 +657,6 @@ i_locale='undef'
i_machcthr='undef'
i_malloc='undef'
i_mallocmalloc='undef'
-i_memory='undef'
i_mntent='undef'
i_ndbm='undef'
i_netdb='undef'