aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
Diffstat (limited to 'src/s')
-rw-r--r--src/s/bsd-common.h3
-rw-r--r--src/s/gnu-linux.h5
2 files changed, 0 insertions, 8 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/>. */
48 48
49#define SYSV_SYSTEM_DIR 49#define SYSV_SYSTEM_DIR
50 50
51/* POSIX-style pgrp behavior. */
52#undef BSD_PGRPS
53
54#define UNEXEC unexelf.o 51#define UNEXEC unexelf.o
55 52
56/* If the system's imake configuration file defines `NeedWidePrototypes' 53/* If the system's imake configuration file defines `NeedWidePrototypes'
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. */