view src/s/decosf3-1.h @ 2955:4d269e525e21

[xemacs-hg @ 2005-09-26 22:18:59 by adrian] xemacs-21.5-clean: Getting texinfmt.el to compile core .texi again -------------------- ChangeLog entries follow: -------------------- man/ChangeLog addition: 2005-09-27 Adrian Aichner <adrian@xemacs.org> * lispref/packaging.texi: Get file to compile with teinfmt.el. * lispref/packaging.texi (Packaging): Ditto. * lispref/packaging.texi (Package Overview): Ditto. * lispref/packaging.texi (The User View): Ditto. * lispref/packaging.texi (The Library Maintainer View): Ditto. * lispref/packaging.texi (Infrastructure): Ditto. * lispref/packaging.texi (Obtaining): Ditto. * lispref/packaging.texi (Local.rules File): Ditto. * lispref/packaging.texi (package-info.in): Ditto. * lispref/packaging.texi (Makefile): Ditto. * lispref/packaging.texi (Documenting Packages): Ditto. 2005-09-27 Adrian Aichner <adrian@xemacs.org> * internals/internals.texi (A Summary of the Various XEmacs Modules): Get file to compile with texinfmt.el. * internals/internals.texi (Windows Build Flags): Ditto.
author adrian
date Mon, 26 Sep 2005 22:19:05 +0000
parents 3ecd8885ac67
children
line wrap: on
line source

/* Synched up with: Not in FSF. */

#include "decosf1-3.h"

/* It seems that read() and write() are affected, but not open() and
   close() */

#define INTERRUPTIBLE_IO

/* XEmacs change from "Andrew G. Cohen, 617-353-6051" <cohen@andy.bu.edu> */

/* XEmacs: moved the following four declarations from decosf3-2.h, as
   suggested by srivasta@pilgrim.umass.edu (Manoj Srivastava) */

/* apparently this breaks things under OSF 3.2 */
#undef GMALLOC_NEEDS_SBRK_DECL

/* XEmacs: from Stephen Carney <carney@gvc.dec.com> */

/* #### why the hell is configure so broken on this system? */
#ifndef HAVE_SELECT
#define HAVE_SELECT 1
#endif

#define BROKEN_SIGIO

#ifndef TERMINFO
#define TERMINFO
#endif