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

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

/*
 *	For HP-UX 7.0  
 *	From: Rick Low, MEL Defence Systems Ltd, Ottawa, Canada, 11 Jun 90  
 *
 *	Uses setsid() instead of setpgrp() as described in 7.0 release
 *	notes page 5-1.
 */

#include "s-hpux.h"

#define	SIGNAL_HANDLERS_ARE_VOID	/* */

#define EXTRA_LIB	-lBSD

#undef DETATCH_TERMINAL
extern pid_t setsid();
#define DETATCH_TERMINAL setsid();

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