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 b

⟦004aed867⟧ TextFile

    Length: 691 (0x2b3)
    Types: TextFile
    Names: »bind.h«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦2fafebccf⟧ »EurOpenD3/mail/smail3.1.19.tar.Z« 
        └─⟦bcd2bc73f⟧ 
            └─⟦this⟧ »src/routers/bind.h« 

TextFile

/* @(#)bind.h	1.2 10/17/88 00:09:04 */

/*
 *    Copyright (C) 1987, 1988 Ronald S. Karr and Landon Curt Noll
 * 
 * See the file COPYING, distributed with smail, for restriction
 * and warranty information.
 */

/*
 * bind.h:
 *	interface file for pathalias driver.
 */

/* macros local to the pathalias driver */

/* flag attributes */
#define BIND_LOCAL_MX_OKAY 0x00010000	/* MX RR can point to local host */
#define BIND_DEFER_NO_CONN 0x00020000	/* defer if cannot connect to server */
#define BIND_DEFNAMES	   0x00040000	/* append default domain name */

/* private information stored per router file entry */
struct bind_private {
    int dummy;				/* currently, no private data */
};