aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMiles Bader1996-04-08 23:02:15 +0000
committerMiles Bader1996-04-08 23:02:15 +0000
commitc8644d7a4d2251b350f43cba5352c6d30a78ce58 (patch)
tree9640a71c318a73959f45402bf7e68272b60d8493 /src
parent24509d9c55600f60c47fef8b1db5ed6caed483be (diff)
downloademacs-c8644d7a4d2251b350f43cba5352c6d30a78ce58.tar.gz
emacs-c8644d7a4d2251b350f43cba5352c6d30a78ce58.zip
(HAVE_PTYS): #undef removed.
Diffstat (limited to 'src')
-rw-r--r--src/s/gnu.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/s/gnu.h b/src/s/gnu.h
index d59da8a8b05..f90fe399e46 100644
--- a/src/s/gnu.h
+++ b/src/s/gnu.h
@@ -1,5 +1,5 @@
1/* Definitions file for GNU Emacs running on the GNU Hurd. 1/* Definitions file for GNU Emacs running on the GNU Hurd.
2 Copyright (C) 1994, 1995 Free Software Foundation, Inc. 2 Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
@@ -60,9 +60,6 @@ Boston, MA 02111-1307, USA. */
60/* GNU now always uses the ELF format. */ 60/* GNU now always uses the ELF format. */
61#define UNEXEC unexelf.o 61#define UNEXEC unexelf.o
62 62
63/* ptys are not done yet. */
64#undef HAVE_PTYS
65
66/* Some losing code fails to include this and then assumes 63/* Some losing code fails to include this and then assumes
67 that because it is braindead that O_RDONLY==0. */ 64 that because it is braindead that O_RDONLY==0. */
68#ifndef NOT_C_CODE 65#ifndef NOT_C_CODE