home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume4 / rolodex / part2 / rolodefs.h < prev    next >
Text File  |  1986-11-30  |  262b  |  11 lines

  1. #define VERSION "2.0"
  2.  
  3. #define CHUNKSIZE 100000        /* storage size for holding data file */
  4.  
  5. #define NOLOCKFLAG 'l'
  6. #define SUMMARYFLAG 's'
  7. #define OTHERUSERFLAG 'u'
  8.  
  9. #define LEGAL_OPTIONS "lsu"
  10. #define USAGE "rolo [ person1 person2 ...] [ -l -s -u user ] "
  11.