DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T g

⟦ecf0f29c6⟧ TextFile

    Length: 590 (0x24e)
    Types: TextFile
    Names: »get_tcp_conn.h«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦cfd40dc56⟧ »EurOpenD3/news/nntp/nntp.1.5.8.tar.Z« 
        └─⟦2ec98eca6⟧ 
            └─⟦this⟧ »xmit/get_tcp_conn.h« 

TextFile

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

#ifndef NULL
#define	NULL	0
#endif

#ifdef USG	/* brain-dead USG compilers can't deal with typedef */
#define bcopy(a,b,c)   memcpy(b,a,c)
#ifndef M_XENIX
#ifndef dgux
#define	u_long	unsigned long
#define	u_short	unsigned short
#endif
#endif
#endif

#ifdef	EXCELAN
#define	NONETDB
#define	OLDSOCKET
#endif

#ifdef	NONETDB
#define	IPPORT_NNTP	119		/* NNTP is on TCP port 119 */
#endif	NONETDB