summaryrefslogtreecommitdiff
path: root/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.in')
-rw-r--r--config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.in b/config.in
index 3a7ae0e4..6fa40a3f 100644
--- a/config.in
+++ b/config.in
@@ -268,3 +268,8 @@
* srandom already has a prototype defined - don't redefine it
*/
/* #define SRANDOM_PROTO 1 */
+
+/*
+ * getpgrp() in sysvr4 and POSIX takes no argument
+ */
+/* #define GETPGRP_NOARG 0 */