aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2001-01-08 19:54:40 +0000
committerDave Love2001-01-08 19:54:40 +0000
commitdacbb818828d6da5f01601a826360643d6a8e7ec (patch)
tree9c979a527a551eac8562a6373d4a395bfe279f08 /src
parent1745293420ee990e8e604b714b71ad2cac746c8f (diff)
downloademacs-dacbb818828d6da5f01601a826360643d6a8e7ec.tar.gz
emacs-dacbb818828d6da5f01601a826360643d6a8e7ec.zip
Comments.
Diffstat (limited to 'src')
-rw-r--r--src/s/gnu-linux.h4
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. */