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 p

⟦2aed6418d⟧ TextFile

    Length: 864 (0x360)
    Types: TextFile
    Names: »path.h«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦bfebc70e2⟧ »EurOpenD3/mail/sendmail-5.65b+IDA-1.4.3.tar.Z« 
        └─⟦f9e35cd84⟧ 
            └─⟦this⟧ »sendmail/uiuc/path.h« 

TextFile

/*
 * $Header: path.h,v 4.4 86/10/06 20:58:33 essick Exp $
 *
 *	Declarations to share among the various routines in
 *	this (el-cheapo) package.
 *
 *	definitions you may care to change...
 *
 */

#define	PATHTABLE	"/usr/lib/mail/pathtable"
#define	MAILLOG		"/usr/lib/mail/MailLog"


struct datum					/* dbm datum */
{
    char   *dptr;
    int     dsize;
};

struct findpath_f				/* findpath returns these */
{
    char   *fp_path;				/* path */
    char   *fp_matched;				/* lcase suffix */
    int     fp_fullroute;			/* if full route */
};

extern struct datum fetch (), firstkey (), nextkey ();

extern char *strsave ();			/* in misc.c */
extern int  strlower ();
extern int  strnsame ();
extern int  strsame ();
extern char *getpath ();			/* in getpath.c */
extern struct findpath_f   *findpath ();	/* getpath.c */
extern char *index ();				/* in libc.a */