summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorLarry Wall <lwall@netlabs.com>1991-06-06 23:27:54 +0000
committerLarry Wall <lwall@netlabs.com>1991-06-06 23:27:54 +0000
commit2b317908ea5309ab202d1cdbadccfdf42d10e2b1 (patch)
treef523f01a4205f56f5435a39161acb4020ad5bc5b /config_h.SH
parent132b68a5c516d31aa5abdbca3bb36ded2c13b4cc (diff)
downloadperl-2b317908ea5309ab202d1cdbadccfdf42d10e2b1.tar.gz
perl 4.0 patch 5: patch #4, continued
See patch #4.
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 57a0f1bae4..895703acd9 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -454,8 +454,14 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef!/\*#undef!'
* This symbol, if defined, indicates that the shmat() routine is
* available to stat symbolic links.
*/
+/* VOID_SHMAT
+ * This symbol, if defined, indicates that the shmat() routine
+ * returns a pointer of type void*.
+ */
#$d_shmat HAS_SHMAT /**/
+#$d_voidshmat VOIDSHMAT /**/
+
/* HAS_SHMCTL
* This symbol, if defined, indicates that the shmctl() routine is
* available to stat symbolic links.
@@ -760,7 +766,7 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef!/\*#undef!'
/* SCRIPTDIR
* This symbol holds the name of the directory in which the user wants
- * to put publicly executable scripts for the package in question. It
+ * to keep publicly executable scripts for the package in question. It
* is often a directory that is mounted across diverse architectures.
*/
#define SCRIPTDIR "$scriptdir" /**/