diff options
| author | Dave Love | 2001-01-08 19:54:40 +0000 |
|---|---|---|
| committer | Dave Love | 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 emacs-dacbb818828d6da5f01601a826360643d6a8e7ec.zip | |
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. */ | |||
| 89 | sigunblock (sigmask (SIGCHLD)); \ | 89 | sigunblock (sigmask (SIGCHLD)); \ |
| 90 | } | 90 | } |
| 91 | 91 | ||
| 92 | #else /* not HAVE_GRANDPT */ | 92 | #else /* not HAVE_GRANTPT */ |
| 93 | 93 | ||
| 94 | /* Letter to use in finding device name of first pty, | 94 | /* Letter to use in finding device name of first pty, |
| 95 | if system supports pty's. 'p' means it is /dev/ptyp0 */ | 95 | if system supports pty's. 'p' means it is /dev/ptyp0 */ |
| @@ -107,8 +107,6 @@ Boston, MA 02111-1307, USA. */ | |||
| 107 | 107 | ||
| 108 | #define HAVE_PTYS | 108 | #define HAVE_PTYS |
| 109 | 109 | ||
| 110 | /* Uncomment this later when other problems are dealt with -mkj */ | ||
| 111 | |||
| 112 | #define HAVE_SOCKETS | 110 | #define HAVE_SOCKETS |
| 113 | 111 | ||
| 114 | /* Define this symbol if your system has the functions bcopy, etc. */ | 112 | /* Define this symbol if your system has the functions bcopy, etc. */ |