changed GETPGRP_HAVE_ARGS into GETPGRP_HAVE_ARG

This commit is contained in:
Guido van Rossum 1994-06-23 12:17:51 +00:00
parent 8b605eb06a
commit 0039f51e9c
1 changed files with 1 additions and 1 deletions

View File

@ -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