# HG changeset patch # User Miles Bader # Date 829004535 0 # Node ID 75e7ffc5c547cb93ae6c4a4ee29b456a3cad205c # Parent 2c7b32c3c6aabc8cbc334a679ebc3380f96a4a79 (HAVE_PTYS): #undef removed. diff -r 2c7b32c3c6aa -r 75e7ffc5c547 src/s/gnu.h --- a/src/s/gnu.h Mon Apr 08 20:19:10 1996 +0000 +++ b/src/s/gnu.h Mon Apr 08 23:02:15 1996 +0000 @@ -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 @@ /* 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