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

⟦365e17035⟧ TextFile

    Length: 224 (0xe0)
    Types: TextFile
    Names: »nntpxmit.h«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦373604645⟧ »EurOpenD3/news/bnews.2.11/src.tar.Z« 
        └─⟦3beb569ac⟧ 
            └─⟦this⟧ »src/nntpxmit.h« 

TextFile

#define	dprintf	if (Debug) fprintf

#define	TIMEOUT	3600	/* seconds to read timeout in sfgets */

/* in goodbye() wait (or not) for QUIT response */
#define	WAIT		1
#define	DONT_WAIT	0
#ifndef FAIL
#define	FAIL		(-1)
#endif