4.3BSD/usr/contrib/nntp/xmit/get_tcp_conn.h

Compare this file to the similar file:
Show the results in this format:

/*
** Return codes from get_tcp_conn().
*/
#define FAIL		(-1)		/* routine failed */
#define	NOHOST		(FAIL-1)	/* no such host */
#define	NOSERVICE	(FAIL-2)	/* no such service */

#ifndef NULL
#define	NULL	0
#endif