Mercurial > emacs
comparison src/s/gnu-linux.h @ 108235:9aa39b975b8a
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.
| author | Dan Nicolaescu <dann@ics.uci.edu> |
|---|---|
| date | Tue, 04 May 2010 00:40:53 -0700 |
| parents | 06c34f190db1 |
| children | 8416c8d075e3 |
comparison
equal
deleted
inserted
replaced
| 108234:06c34f190db1 | 108235:9aa39b975b8a |
|---|---|
| 204 therefore, this should remain permanently. */ | 204 therefore, this should remain permanently. */ |
| 205 #ifndef HAVE_XRMSETDATABASE | 205 #ifndef HAVE_XRMSETDATABASE |
| 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. */ |
| 217 #ifdef DOUG_LEA_MALLOC | 212 #ifdef DOUG_LEA_MALLOC |
| 218 #undef REL_ALLOC | 213 #undef REL_ALLOC |
