|
|
BSD 4.3
/* $Header: /var/lib/cvsd/repos/CSRG/43BSD/contrib/mkmf/src/suffix.h,v 1.1.1.1 2018/04/24 16:12:54 root Exp $ */
/*
* Suffix definitions
*
* Author: Peter J. Nicklin
*/
/*
* Suffix types
*/
#define SFXHEAD 'h' /* header file name suffix */
#define SFXOBJ 'o' /* object file name suffix */
#define SFXOUT 'x' /* executable file name suffix */
#define SFXSRC 's' /* source file name suffix */
/*
* Suffix table structs
*/
typedef struct _suffix
{
char *suffix; /* points to a suffix */
int sfxtyp; /* type of file name suffix */
int inctyp; /* type of included file */
} SUFFIX;
typedef struct _sfxblk
{
SUFFIX sfx; /* suffix struct */
struct _sfxblk *next; /* ptr to next suffix list block */
} SFXBLK;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.