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 - download
Index: ┃ T s

⟦52171d67d⟧ TextFile

    Length: 1357 (0x54d)
    Types: TextFile
    Names: »system.h«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/unaxcess/system.h« 

TextFile

/*
 *	@(#)system.h	1.1 (TDI) 2/3/87
 *	@(#)Copyright (C) 1984, 85, 86, 87 by Brandon S. Allbery.
 *	@(#)This file is part of UNaXcess version 1.0.2.
 *
 *	Permission is hereby granted to copy and distribute this program
 *	freely.  Permission is NOT given to modify this program or distribute
 *	it at cost, except for charging a reasonable media/copying fee.
 */

struct sys {
	char ua_home[50];	/* UNaXcess lives here */
	char ua_roc;	/* read-only conference flag */
	char ua_xrc;	/* x-rated conference flag */
	char ua_shell[50];	/* the default shell */
	char ua_env;	/* read environment for SHELL, EDITOR */
	char ua_bbs[32];	/* name of BBS login */
	char ua_tlimit;	/* minutes until logout */
	char ua_sysop[32];	/* name of the sysop login */
	char ua_pm;	/* allow private messages? */
	char ua_log;	/* keep a log? */
	char ua_bnr[50];	/* path of banner file, EOS = internal */
	char ua_login[256];	/* login message, EOS = internal */
	char ua_nla;	/* number of attempts to login allowed */
	char ua_auc[256];	/* ascii upload command */
	char ua_adc[256];	/* ascii download command */
	char ua_xuc[256];	/* Xmodem upload command */
	char ua_xdc[256];	/* Xmodem download command */
	char ua_kuc[256];	/* Kermit upload command */
	char ua_kdc[256];	/* Kermit download command */
	char ua_vaxs;		/* validation access level */
};

extern struct sys parms;