home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume6 / copt / cset.d < prev    next >
Text File  |  1989-03-07  |  1KB  |  40 lines

  1. /* $Header: cset.d,v 1.1 89/03/03 12:53:22 np Exp $
  2.  * $Log:    cset.d,v $
  3. Revision 1.1  89/03/03  12:53:22  np
  4. Initial revision
  5.  
  6.  */
  7.  
  8. /* defines for cset source files */
  9.  
  10. /*
  11.  * Copyright (C) 1985-1989 Nigel Perry
  12.  *
  13.  * This program is distributed without any warranty.
  14.  * The author and and distributors accept no resposibility
  15.  * to anyone for the consequence of using this program or
  16.  * whether it serves any particular purpose or works at all,
  17.  * unless they say so in writing.
  18.  *
  19.  * Everyone is granted permission to copy, modify and
  20.  * redistribute this program, but only provided that:
  21.  *
  22.  * 1) They do so without financial or material gain.
  23.  *
  24.  * 2) The copyright notice and this notice are preserved on
  25.  *    all copies.
  26.  *
  27.  * 3) The original source is preserved in any redistribution.
  28.  *
  29.  * I hope you find this program useful!
  30.  *
  31.  */
  32.  
  33. #define TAB1 5 /* offset for first option in table */
  34. #define TAB2 40 /* offset of 2nd option in table */
  35. #define TAB3 25 /* offset to help text */
  36.  
  37. #define MVAL_BIT (MVAL_KWD ^ NVAL_KWD) /* =0x4000 */
  38. #define PRIV_BIT (PRIV_KWD ^ HIDE_KWD) /* =0x20000 */
  39. #define BASE_MASK 0xFF /* base of numeric keyword */
  40.