summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorLarry Wall <lwall@netlabs.com>1991-11-05 06:28:20 +0000
committerLarry Wall <lwall@netlabs.com>1991-11-05 06:28:20 +0000
commitdb4e6270383b6e0b809aef95676865769ae4ca61 (patch)
tree1aa7213328cda0c4e022245d9eabcec8f4f26524 /config_h.SH
parent11aea3600896e20487883b2cb767b57027617482 (diff)
downloadperl-db4e6270383b6e0b809aef95676865769ae4ca61.tar.gz
perl 4.0 patch 13: patch #11, continued
See patch #11.
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH8
1 files changed, 7 insertions, 1 deletions
diff --git a/config_h.SH b/config_h.SH
index 895703acd9..dc2281e503 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -24,6 +24,7 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef!/\*#undef!'
* that running config.h.SH again will wipe out any changes you've made.
* For a more permanent change edit config.sh and rerun config.h.SH.
*/
+ /*SUPPRESS 460*/
/* EUNICE
@@ -55,7 +56,7 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef!/\*#undef!'
/* BYTEORDER
* This symbol contains an encoding of the order of bytes in a long.
- * Usual values (in octal) are 01234, 04321, 02143, 03412...
+ * Usual values (in hex) are 0x1234, 0x4321, 0x2143, 0x3412...
*/
#define BYTEORDER 0x$byteorder /**/
@@ -752,9 +753,14 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef!/\*#undef!'
#$i_my_dir I_MY_DIR /**/
#$d_dirnamlen DIRNAMLEN /**/
+/* MYMALLOC
+ * This symbol, if defined, indicates that we're using our own malloc.
+ */
/* MALLOCPTRTYPE
* This symbol defines the kind of ptr returned by malloc and realloc.
*/
+#$d_mymalloc MYMALLOC /**/
+
#define MALLOCPTRTYPE $mallocptrtype /**/