Mercurial > hg > xemacs-beta
diff src/systty.h @ 167:85ec50267440 r20-3b10
Import from CVS: tag r20-3b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:45:46 +0200 |
parents | 0132846995bd |
children | 2d532a89d707 |
line wrap: on
line diff
--- a/src/systty.h Mon Aug 13 09:44:44 2007 +0200 +++ b/src/systty.h Mon Aug 13 09:45:46 2007 +0200 @@ -344,32 +344,6 @@ /* EMACS_GETPGRP (arg) returns the process group of the terminal. */ -/* USG systems have always used the no-arg form of getpgrp(). - POSIX also calls for this, and thus some newer BSD systems - have this change. Older BSD systems have an argument. - It would be nice to autodetect this, but there's unfortunately - no general way. */ - -/* The above comment is crap, because AC_FUNC_GETPGRP provides just - such a way - mrb. */ - -#if 0 /* mrb */ -/* XEmacs backwards-compatibility */ -#ifdef GETPGRP_NEEDS_ARG -# undef GETPGRP_NO_ARG -#else -# ifdef GETPGRP_NO_ARG -# undef GETPGRP_NEEDS_ARG -# endif -#endif - -#if defined (USG) && !defined (GETPGRP_NEEDS_ARG) -# if !defined (GETPGRP_NO_ARG) -# define GETPGRP_NO_ARG -# endif -#endif -#endif /* 0 */ - #ifdef GETPGRP_VOID #define EMACS_GETPGRP(x) getpgrp() #else