File:  [MW Coherent from dump] / coherent / a / usr / bob / uusrc / include / lsys.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:34 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

/*
 *  lsys.h
 *
 *  Header file for all things related to uucp Systems File.
 */

#include <stdio.h>

#define	LSYS	"/usr/lib/uucp/L.sys"
#define	MAXCHAT	20			/* Max Num of Expect/Send Pairs	*/

/*
 *  Ordered list of fields in a single logical line of the uucp Systems
 *  file.  These keywords can be used as arguments to lsys_value().
 *  LSYSLAST_e should always be the last entry in enum lsys_e!
 */

typedef enum  lsys_e {
	sys_e, sched_e, device_e, speed_e, phone_e, LSYSLAST_e
} LSYS_E;

extern	char *lsys_value();
extern	char *lsys_expect();
extern	char *lsys_send();

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.