summaryrefslogtreecommitdiff
path: root/src/s
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-04-08 23:02:15 +0000
committerMiles Bader <miles@gnu.org>1996-04-08 23:02:15 +0000
commit1976199f8cbe1a49fd61eb576fa3d73672f7770f (patch)
treefd9be78b03f01118661da539400f0f8a6dc1cb28 /src/s
parent5c75d57f2a620044ba62d069650746968f0deb36 (diff)
downloademacs-1976199f8cbe1a49fd61eb576fa3d73672f7770f.tar.gz
(HAVE_PTYS): #undef removed.
Diffstat (limited to 'src/s')
-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 @@
/* Definitions file for GNU Emacs running on the GNU Hurd.
- Copyright (C) 1994, 1995 Free Software Foundation, Inc.
+ Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@ -60,9 +60,6 @@ Boston, MA 02111-1307, USA. */
/* GNU now always uses the ELF format. */
#define UNEXEC unexelf.o
-/* ptys are not done yet. */
-#undef HAVE_PTYS
-
/* Some losing code fails to include this and then assumes
that because it is braindead that O_RDONLY==0. */
#ifndef NOT_C_CODE