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 - download
Index: ┃ T f

⟦8dbfc70a3⟧ TextFile

    Length: 576 (0x240)
    Types: TextFile
    Names: »ftw.h«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/hier/ftw.h« 

TextFile

/*
**  This is a version of <ftw.h> for sites that don't have it.  I just
**  picked four values at random for the #define's that sftw needed; I
**  doubt that this is binary-compatible with AT&T's <ftw.h>, and this
**  may well be missing something.  Oh, well, it's public-domain...
**	-Rich $alz, mirror!rs
*/


/*
**  These values are passed on to the user's function, as the third
**  parameter.
*/
#define	FTW_F		1	/* A file				*/
#define	FTW_D		2	/* A directory				*/
#define	FTW_DNR		3	/* A directory that couldn't be read	*/
#define	FTW_NS		4	/* A stat() failure			*/