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 /plan9 | |
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 'plan9')
-rw-r--r-- | plan9/config.plan9 | 6 | ||||
-rw-r--r-- | plan9/config_h.sample | 6 | ||||
-rw-r--r-- | plan9/config_sh.sample | 1 |
3 files changed, 0 insertions, 13 deletions
diff --git a/plan9/config.plan9 b/plan9/config.plan9 index b75842f053..101ad92165 100644 --- a/plan9/config.plan9 +++ b/plan9/config.plan9 @@ -664,12 +664,6 @@ */ #define I_LOCALE /**/ -/* I_MEMORY: - * This symbol, if defined, indicates to the C program that it should - * include <memory.h>. - */ -/*#define I_MEMORY / **/ - /* I_NET_ERRNO: * This symbol, if defined, indicates that <net/errno.h> exists and * should be included. diff --git a/plan9/config_h.sample b/plan9/config_h.sample index 2e0b7647a2..2a31593eb0 100644 --- a/plan9/config_h.sample +++ b/plan9/config_h.sample @@ -622,12 +622,6 @@ */ #define I_LOCALE /**/ -/* I_MEMORY: - * This symbol, if defined, indicates to the C program that it should - * include <memory.h>. - */ -/*#define I_MEMORY / **/ - /* I_NET_ERRNO: * This symbol, if defined, indicates that <net/errno.h> exists and * should be included. diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample index 538e397a26..26d86663eb 100644 --- a/plan9/config_sh.sample +++ b/plan9/config_sh.sample @@ -743,7 +743,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' |