summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-06-23 12:17:51 (GMT)
committerGuido van Rossum <guido@python.org>1994-06-23 12:17:51 (GMT)
commit0039f51e9cb6d6a6815a828279154538f109ad2f (patch)
tree10d0ebed3f47dc3ce6d3ad8ba978b4816c9cd2c8 /acconfig.h
parent8b605eb06a51566f8a77072bfd706b4953f4a201 (diff)
downloadcpython-0039f51e9cb6d6a6815a828279154538f109ad2f.zip
cpython-0039f51e9cb6d6a6815a828279154538f109ad2f.tar.gz
cpython-0039f51e9cb6d6a6815a828279154538f109ad2f.tar.bz2
changed GETPGRP_HAVE_ARGS into GETPGRP_HAVE_ARG
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 1dca918..6b9d32f 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -11,7 +11,7 @@
/* Define if getpgrp() must be called as getpgrp(0)
and (consequently) setpgrp() as setpgrp(0, 0). */
-#undef GETPGRP_HAVE_ARGS
+#undef GETPGRP_HAVE_ARG
/* Define this if your time.h defines altzone */
#undef HAVE_ALTZONE