ftp.nice.ch/pub/next/unix/mail/smail3.1.20.s.tar.gz#/smail3.1.20/src/routers/bind.h

This is bind.h in view mode; [Download] [Up]

/* @(#)src/routers/bind.h	1.2 24 Oct 1990 05:24:28 */

/*
 *    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 */
};

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.