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 q

⟦4bc4fed71⟧ TextFile

    Length: 788 (0x314)
    Types: TextFile
    Names: »queryprog.h«

Derivation

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

TextFile

/* @(#)queryprog.h	1.2 6/13/88 23:08:32 */

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

/*
 * queryprog.h:
 *	interface file for router driver in queryprog.c
 */

/* private data structure for uuname driver */
struct queryprogram_private {
    char *cmd;				/* command to display names */
    char *domain;			/* domains to strip from names */
    char *required;			/* required domain names */
    int hash_table_len;			/* hash slots in hash_table */
    struct hash_table *cache;		/* temp - cache of known names */
};

#define QP_READ_PATH	  0x0001000	/* read path from prog output */
#define QP_READ_TRANSPORT 0x0002000	/* read transport from prog output */