]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_PTYS): #undef removed.
authorMiles Bader <miles@gnu.org>
Mon, 8 Apr 1996 23:02:15 +0000 (23:02 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 8 Apr 1996 23:02:15 +0000 (23:02 +0000)
src/s/gnu.h

index d59da8a8b054bd595ddd7812eb945206763a2ec4..f90fe399e4655967c9cc2260064325c37e7255e0 100644 (file)
@@ -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