home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume4 / rolodex / part2 / rolodefs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1986-11-30  |  262 b   |  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.