Annotation of 43BSD/contrib/mkmf/src/rule.h, revision 1.1

1.1     ! root        1: /* $Header: rule.h,v 1.1 85/05/02 08:01:11 nicklin Exp $ */
        !             2: 
        !             3: /*
        !             4:  * Rule definitions
        !             5:  *
        !             6:  * Author: Peter J. Nicklin
        !             7:  */
        !             8: 
        !             9: /*
        !            10:  * Rule table block struct
        !            11:  */
        !            12: typedef struct _ruleblk
        !            13:        {
        !            14:        char *r_rule;                   /* pointer to rule string */
        !            15:        struct _ruleblk *r_next;        /* ptr to next rule list block */
        !            16:        } RULEBLK;

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.