]> code.delx.au - gnu-emacs/blobdiff - src/s/rtu.h
(POSIX_SIGNALS): Defined.
[gnu-emacs] / src / s / rtu.h
index 9b655db2f51dda0d8db35cf83be8fc8730db28c5..2a9df14a14c6d1dc290b2a1200de2994f9fa8309 100644 (file)
@@ -1,5 +1,6 @@
 /* Definitions file for GNU Emacs running on RTU 3.0, ucb universe.
-   Copyright (C) 1986, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1986, 1999, 2002, 2003, 2004,
+                 2005, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -15,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Emacs; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 
 /*
@@ -116,10 +117,6 @@ Boston, MA 02111-1307, USA.  */
 
 #undef CLASH_DETECTION
 
-/* We use the Berkeley (and usg5.2.2) interface to nlist.  */
-
-#define NLIST_STRUCT
-
 /* The symbol in the kernel where the load average is found
    is named _avenrun.  */
 
@@ -145,10 +142,9 @@ Boston, MA 02111-1307, USA.  */
 #define PTY_NAME_SPRINTF \
        sprintf (pty_name, "/dev/pty%x", i);
 
-/* (Assume) we do have vfork.  */
-
-#define HAVE_VFORK
-
 /* Process groups work in the traditional BSD manner.  */
 
 #define BSD_PGRPS
+
+/* arch-tag: 0908970b-1cc0-4d57-b866-61b9bd029a0d
+   (do not change this comment) */