diff options
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. */ |