comparison src/s/gnu.h @ 14962:75e7ffc5c547

(HAVE_PTYS): #undef removed.
author Miles Bader <miles@gnu.org>
date Mon, 08 Apr 1996 23:02:15 +0000
parents ee40177f6c68
children a1520c362025
comparison
equal deleted inserted replaced
14961:2c7b32c3c6aa 14962:75e7ffc5c547
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
4 This file is part of GNU Emacs. 4 This file is part of GNU Emacs.
5 5
6 GNU Emacs is free software; you can redistribute it and/or modify 6 GNU Emacs is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
58 #define DATA_START ({ extern int data_start; (char *) &data_start; }) 58 #define DATA_START ({ extern int data_start; (char *) &data_start; })
59 59
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
69 #include <fcntl.h> 66 #include <fcntl.h>
70 #endif 67 #endif