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 l

⟦547cd5994⟧ TextFile

    Length: 647 (0x287)
    Types: TextFile
    Names: »log.h«

Derivation

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

TextFile

/* @(#)log.h	3.5 3/7/88 10:05:56 */

/*
 *    Copyright (C) 1987, 1988 Ronald S. Karr and Landon Curt Noll
 * 
 * See the file COPYING, distributed with smail, for restriction
 * and warranty information.
 *
 * namei master id: @(#)log.h	3.5 3/7/88 10:05:56
 */

/*
 * log.h:
 *	interface file for routines in log.c
 */

/* macros used in log.c */
#define LOG_SYS		0x0001		/* write_log sends to system log */
#define LOG_CONS	0x0002		/* write_log sends to console */
#define LOG_MLOG	0x0004		/* write_log sends to per-msg log */
#define LOG_PANIC	0x0008		/* write_log sends to panic log */
#define LOG_TTY		0x0010		/* write_log sends to stderr */