ftp.nice.ch/pub/next/unix/network/news/nn.6.4.16.s.tar.gz#/nn/conf/s-xenix286.h

This is s-xenix286.h in view mode; [Download] [Up]

/*
 *	This version is for SCO Xenix Sys V Release 2.2.1 (286)
 *	Original from: Paul Shields, shields@nccn.yorku.ca
 *	Uses terminfo!
 */

#define NO_DIRENT_H
#include "s-sys5.h"

#undef SIGNAL_HANDLERS_ARE_VOID

#define	HAVE_DIRECTORY			/* */
#include <sys/ndir.h>			/* Xenix System V */
typedef struct direct Direntry;		/* Xenix System V */

#undef HAVE_MKDIR
#undef HAVE_UNAME
#undef DETATCH_TERMINAL

#define AVOID_SHELL_EXEC

#undef MAILX
#define	MAILX		"/usr/bin/mail" 	/* SV */

#undef FILENAME
#define	FILENAME 	128

#define COMPILER_FLAGS	-LARGE -Ml2t128 -DM_TERMINFO

/* Default stack space is only 4KB.  Increase is needed but	*/
/* must be limited to 20KB (-F 5000) for nn itself to load.	*/
#define EXTRA_LIB	-ltinfo -lx -F 5000

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