summaryrefslogtreecommitdiff
path: root/custom.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-07-16 12:47:28 +0300
committerArnold D. Robbins <arnold@skeeve.com>2010-07-16 12:47:28 +0300
commit6719bb6e1c5576e857ab6fc121ec31a75161a3e7 (patch)
tree97cba951750ceb73899e48490dbb33674e5b29e1 /custom.h
parent558ba97bdeac5a68bb9248a5c4cdf2feeb24e771 (diff)
downloadgawk-6719bb6e1c5576e857ab6fc121ec31a75161a3e7.tar.gz
Move to gawk-3.0.2.gawk-3.0.2
Diffstat (limited to 'custom.h')
-rw-r--r--custom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/custom.h b/custom.h
index 57f2724d..e26a55b5 100644
--- a/custom.h
+++ b/custom.h
@@ -40,6 +40,8 @@
/* for VMS POSIX, from Pat Rankin, rankin@eql.caltech.edu */
#ifdef VMS_POSIX
#undef VMS
+#define GETPGRP_VOID /* autoconf's test for this tries to use
+ `setpgrp()', which doesn't exist. */
#include "vms/redirect.h"
#endif