diff options
author | Dave Love <fx@gnu.org> | 2001-01-08 19:54:40 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2001-01-08 19:54:40 +0000 |
commit | dacbb818828d6da5f01601a826360643d6a8e7ec (patch) | |
tree | 9c979a527a551eac8562a6373d4a395bfe279f08 /src/s/gnu-linux.h | |
parent | 1745293420ee990e8e604b714b71ad2cac746c8f (diff) | |
download | emacs-dacbb818828d6da5f01601a826360643d6a8e7ec.tar.gz |
Comments.
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r-- | src/s/gnu-linux.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 967e4fe398c..7b2a6647f84 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -89,7 +89,7 @@ Boston, MA 02111-1307, USA. */ sigunblock (sigmask (SIGCHLD)); \ } -#else /* not HAVE_GRANDPT */ +#else /* not HAVE_GRANTPT */ /* Letter to use in finding device name of first pty, if system supports pty's. 'p' means it is /dev/ptyp0 */ @@ -107,8 +107,6 @@ Boston, MA 02111-1307, USA. */ #define HAVE_PTYS -/* Uncomment this later when other problems are dealt with -mkj */ - #define HAVE_SOCKETS /* Define this symbol if your system has the functions bcopy, etc. */ |