home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume1 / 8707 / 67 / arcm.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-07-13  |  695 b   |  32 lines

  1. /*
  2.  * $Header: arcm.h,v 1.2 86/07/15 07:53:40 turner Exp $
  3.  */
  4.  
  5. /*
  6.  * $Log:    arcm.h,v $
  7.  * Revision 1.2  86/07/15  07:53:40  turner
  8.  * 
  9.  * 
  10.  * Revision 1.1  86/06/26  15:01:25  turner
  11.  * initial version
  12.  * 
  13.  * 
  14.  */
  15.  
  16. /*
  17.  *
  18.  * ARC archive utility - standard MACRO insert file.
  19.  *
  20.  * parameters:
  21.  *
  22.  */
  23.  
  24. #define ARCMARK 26 /*                   special archive marker        */
  25. #define ARCVER 9   /*                   archive header version code   */
  26. #define STRLEN 100 /*                   system standard string length */
  27. #define FNLEN 13   /*                   file name length              */
  28. #define MAXARG 25  /*                   maximum number of arguments   */
  29.  
  30. #define ARC 1
  31. #define XARC 0
  32.