summaryrefslogtreecommitdiff
path: root/win32/config_H.gc
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 /win32/config_H.gc
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 'win32/config_H.gc')
-rw-r--r--win32/config_H.gc6
1 files changed, 0 insertions, 6 deletions
diff --git a/win32/config_H.gc b/win32/config_H.gc
index da273a25d9..9bd3db7437 100644
--- a/win32/config_H.gc
+++ b/win32/config_H.gc
@@ -626,12 +626,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_NETINET_IN:
* This symbol, if defined, indicates to the C program that it should
* include <netinet/in.h>. Otherwise, you may try <sys/in.h>.