emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to src/s/dgux5-4r2.h


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to src/s/dgux5-4r2.h
Date: Sun, 06 Jan 2008 00:57:17 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/01/06 00:56:56

Index: src/s/dgux5-4r2.h
===================================================================
RCS file: src/s/dgux5-4r2.h
diff -N src/s/dgux5-4r2.h
--- src/s/dgux5-4r2.h   26 Jul 2007 05:28:08 -0000      1.8
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,51 +0,0 @@
-/* Definitions file for GNU Emacs running on Data General's DG/UX
-   5.4 Release 2.xx systems.
-   Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005,
-                 2006, 2007  Free Software Foundation, Inc.
-
-This file is part of GNU Emacs.
-
-GNU Emacs is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 3, or (at your option)
-any later version.
-
-GNU Emacs is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-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., 51 Franklin Street, Fifth Floor,
-Boston, MA 02110-1301, USA.  */
-
-#include "dgux.h"
-
-/* There is a known kernel bug in DGUX 5.4R2.xx when using
-   INTERRUPT_INPUT and invoking Emacs with a job control shell (csh,
-   ksh, etc.) in the background.  This bug manifests itself by
-   outputting `stop on tty output' and hanging.  The workaround is to
-   set BROKEN_FIONREAD.
-   address@hidden */
-
-#ifndef BROKEN_FIONREAD
-#define BROKEN_FIONREAD
-#endif
-#ifdef INTERRUPT_INPUT
-#undef INTERRUPT_INPUT
-#endif
-
-/* In DGUX 5.4R2.xx the function inet_addr() returns a `struct
-   in_addr' instead of the more common `unsigned long'.
-   address@hidden */
-
-#define HAVE_BROKEN_INET_ADDR
-
-#if 0  /* Shawn M. Carey <address@hidden> found this
-         caused trouble on DGUX 5.4.2.  */
-#define LIBS_SYSTEM -ldgc
-#endif
-
-/* arch-tag: a14f4043-6caa-4f01-a9b9-ae0fb0d2c96e
-   (do not change this comment) */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]