|
|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T p
Length: 864 (0x360)
Types: TextFile
Names: »path.h«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
└─⟦bfebc70e2⟧ »EurOpenD3/mail/sendmail-5.65b+IDA-1.4.3.tar.Z«
└─⟦f9e35cd84⟧
└─⟦this⟧ »sendmail/uiuc/path.h«
/*
* $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 */