diff options
| author | Dan Nicolaescu | 2010-05-04 00:40:53 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-05-04 00:40:53 -0700 |
| commit | 58eb6cf0f77547d29f4fddca922eb6f98c0ffb28 (patch) | |
| tree | dc7bd97ce77e679cfb648145413039dff6ff4c92 /src/s/gnu-linux.h | |
| parent | ef03a4e61efa0003b1b6be961b58297ccfddc664 (diff) | |
| download | emacs-58eb6cf0f77547d29f4fddca922eb6f98c0ffb28.tar.gz emacs-58eb6cf0f77547d29f4fddca922eb6f98c0ffb28.zip | |
Remove BSD_PGRPS.
* s/bsd-common.h (BSD_PGRPS): Remove undef.
* s/gnu-linux.h (BSD_PGRPS): Remove.
* term.c (dissociate_if_controlling_tty):
* sysdep.c (narrow_foreground_group, widen_foreground_group)
(init_sys_modes, reset_sys_modes):
* emacs.c (main):
* callproc.c (Fcall_process, child_setup): Remove code depending
on BSD_PGRPS.
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 218af42bac4..b9cab20b273 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -206,11 +206,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 206 | #define HAVE_XRMSETDATABASE | 206 | #define HAVE_XRMSETDATABASE |
| 207 | #endif | 207 | #endif |
| 208 | 208 | ||
| 209 | /* Use BSD process groups, but use setpgid() instead of setpgrp() to | ||
| 210 | actually set a process group. */ | ||
| 211 | /* Interesting: only GNU/Linux defines this, but the BSDs do not... */ | ||
| 212 | /* #define BSD_PGRPS */ | ||
| 213 | |||
| 214 | #define NARROWPROTO 1 | 209 | #define NARROWPROTO 1 |
| 215 | 210 | ||
| 216 | /* Use mmap directly for allocating larger buffers. */ | 211 | /* Use mmap directly for allocating larger buffers. */ |