home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / src / unzip.tar.gz / unzip.tar / unzip / VMS.arc / fjndef.h < prev    next >
C/C++ Source or Header  |  1991-03-04  |  684b  |  23 lines

  1. /* This header file was created by Joe Meadows, and is not copyrighted
  2.    in any way. No guarantee is made as to the accuracy of the contents
  3.    of this header file. This header file was last modified on Sep. 22th,
  4.    1987. (Modified to include this statement) */
  5.  
  6. #define FJN$M_ONLY_RU 1
  7. #define FJN$M_RUJNL 2
  8. #define FJN$M_BIJNL 4
  9. #define FJN$M_AIJNL 8
  10. #define FJN$M_ATJNL 16
  11. #define FJN$M_NEVER_RU 32
  12. #define FJN$M_JOURNAL_FILE 64
  13. #define FJN$S_FJNDEF 1
  14. struct fjndef  {
  15.   unsigned fjn$v_only_ru : 1;
  16.   unsigned fjn$v_rujnl : 1;
  17.   unsigned fjn$v_bijnl : 1;
  18.   unsigned fjn$v_aijnl : 1;
  19.   unsigned fjn$v_atjnl : 1;
  20.   unsigned fjn$v_never_ru : 1;
  21.   unsigned fjn$v_journal_file:1;
  22. } ;
  23.