summaryrefslogtreecommitdiff
path: root/uconfig.h
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.h
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.h')
-rw-r--r--uconfig.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/uconfig.h b/uconfig.h
index b028c9783b..77187c97cc 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -638,12 +638,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>.
@@ -5195,6 +5189,6 @@
#endif
/* Generated from:
- * 19dc934d2543aae24f9cd7a20aa97f4f6fa9a3680e4cb3c24d5c9920f0f8fd31 config_h.SH
- * fa19c21ba6517cbd4de934e966302bd2e3b9c12a3f0b293f005feb16eb5fc8f6 uconfig.sh
+ * 7d20869bdf5823fce14e1728a7c415917f7e1fcddf5df6f6b4b16a1a9e2cc6cb config_h.SH
+ * 0840ae8893cc31a34607870782c78181109e94dfaedff874545a5b2227501892 uconfig.sh
* ex: set ro: */