ftp.nice.ch/pub/next/unix/editor/xemacs.19.13.s.tar.gz#/xemacs-19.13/src/s/decosf1-3.h

This is decosf1-3.h in view mode; [Download] [Up]

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

#include "decosf1-2.h"
/* XEmacs change: Kim Nyberg <kny@tekla.fi> says this is needed. */
#ifdef emacs
#include <sys/stropts.h>
#endif

/* XEmacs addition */
#undef HAVE_UNION_WAIT

/* Supposedly gmalloc and rel_alloc will work now
   (grunwald@foobar.cs.colorado.edu) */
#undef SYSTEM_MALLOC
#undef NO_REMAP

#define _NO_MALLOC_WARNING_

#ifdef THIS_IS_YMAKEFILE
/* This to get rid of the -X that Makefile inserts
 * and force dynamic linking and optimization during link time.
 * The ifndef is needed to avoid screwups during configure
 */
#undef LD_SWITCH_SYSTEM
#define LD_SWITCH_SYSTEM

#undef LD_SWITCH_CALL_SHARED
#define LD_SWITCH_CALL_SHARED -call_shared

#undef LD_SWITCH_SHARED
#define LD_SWITCH_SHARED -shared
#endif /* THIS_IS_YMAKEFILE */

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.