summaryrefslogtreecommitdiff
path: root/config.h.SH
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.SH')
-rw-r--r--config.h.SH16
1 files changed, 16 insertions, 0 deletions
diff --git a/config.h.SH b/config.h.SH
index 3eee31f57a..28ede3df93 100644
--- a/config.h.SH
+++ b/config.h.SH
@@ -424,8 +424,24 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef!/\*#undef!'
/* SYSVIPC:
* This symbol, if defined, indicates that System V IPC exists.
*/
+/* IPCMSG:
+ * This symbol, if defined, indicates that System V IPC messages exist.
+ */
+/* IPCSEM:
+ * This symbol, if defined, indicates that System V IPC semaphores exist.
+ */
+/* IPCSHM:
+ * This symbol, if defined, indicates that System V IPC shared memory
+ * exists.
+ */
#$d_sysvipc SYSVIPC /**/
+#$d_ipcmsg IPCMSG /**/
+
+#$d_ipcsem IPCSEM /**/
+
+#$d_ipcshm IPCSHM /**/
+
/* TRUNCATE:
* This symbol, if defined, indicates that the truncate routine is
* available to truncate files.