home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
misc
/
volume6
/
copt
/
cset.d
< prev
next >
Wrap
Text File
|
1989-03-07
|
1KB
|
40 lines
/* $Header: cset.d,v 1.1 89/03/03 12:53:22 np Exp $
* $Log: cset.d,v $
Revision 1.1 89/03/03 12:53:22 np
Initial revision
*/
/* defines for cset source files */
/*
* Copyright (C) 1985-1989 Nigel Perry
*
* This program is distributed without any warranty.
* The author and and distributors accept no resposibility
* to anyone for the consequence of using this program or
* whether it serves any particular purpose or works at all,
* unless they say so in writing.
*
* Everyone is granted permission to copy, modify and
* redistribute this program, but only provided that:
*
* 1) They do so without financial or material gain.
*
* 2) The copyright notice and this notice are preserved on
* all copies.
*
* 3) The original source is preserved in any redistribution.
*
* I hope you find this program useful!
*
*/
#define TAB1 5 /* offset for first option in table */
#define TAB2 40 /* offset of 2nd option in table */
#define TAB3 25 /* offset to help text */
#define MVAL_BIT (MVAL_KWD ^ NVAL_KWD) /* =0x4000 */
#define PRIV_BIT (PRIV_KWD ^ HIDE_KWD) /* =0x20000 */
#define BASE_MASK 0xFF /* base of numeric keyword */