summaryrefslogtreecommitdiff
path: root/src/s/bsd-common.h
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2010-05-04 00:40:53 -0700
committerDan Nicolaescu <dann@ics.uci.edu>2010-05-04 00:40:53 -0700
commit58eb6cf0f77547d29f4fddca922eb6f98c0ffb28 (patch)
treedc7bd97ce77e679cfb648145413039dff6ff4c92 /src/s/bsd-common.h
parentef03a4e61efa0003b1b6be961b58297ccfddc664 (diff)
downloademacs-58eb6cf0f77547d29f4fddca922eb6f98c0ffb28.tar.gz
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/bsd-common.h')
-rw-r--r--src/s/bsd-common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/s/bsd-common.h b/src/s/bsd-common.h
index 9dad7a9b1d9..e44757f19a4 100644
--- a/src/s/bsd-common.h
+++ b/src/s/bsd-common.h
@@ -48,9 +48,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define SYSV_SYSTEM_DIR
-/* POSIX-style pgrp behavior. */
-#undef BSD_PGRPS
-
#define UNEXEC unexelf.o
/* If the system's imake configuration file defines `NeedWidePrototypes'