changeset 14962:75e7ffc5c547

(HAVE_PTYS): #undef removed.
author Miles Bader <miles@gnu.org>
date Mon, 08 Apr 1996 23:02:15 +0000
parents 2c7b32c3c6aa
children 6ac4f300f9b4
files src/s/gnu.h
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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