diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-07-24 18:45:45 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-07-24 18:45:45 +0000 |
commit | 340074e936c4393e42364b3c52b238a629571fc5 (patch) | |
tree | bcbc4fd0ef5586a58988c61a587c3d09f10bc569 /src/s/gnu-linux.h | |
parent | a11af7f84505c8731f23d98355158da411882d22 (diff) | |
download | emacs-340074e936c4393e42364b3c52b238a629571fc5.tar.gz |
* m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
* m/alpha.h (TEXT_END):
* m/ibmrs6000.h (TEXT_END):
* m/macppc.h (TEXT_END):
* s/darwin.h (TEXT_END):
* s/msdos.h (TEXT_END): Remove, unused.
* s/gnu-linux.h (BSD_PGRPS): Add a comment.
* s/cygwin.h: Remove comment.
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r-- | src/s/gnu-linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index a74d08a3c84..09a09b2f19c 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -227,7 +227,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* Use BSD process groups, but use setpgid() instead of setpgrp() to actually set a process group. */ - +/* Interesting: only GNU/Linux defines this, but the BSDs do not... */ #define BSD_PGRPS #define NARROWPROTO 1 |