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

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

/* @(#)src/log.h	1.2 24 Oct 1990 05:23:25 */

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

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

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