home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
545a.lha
/
IncRev_v1.03rel3
/
source
/
increv.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-09-06
|
892b
|
32 lines
/***************************************************************************
* increv.h: header file for increv.c, contains #defines etc. *
* *
* initially created somewhere in 1990 *
***************************************************************************/
/* ---------------- source code revisions, kept by RCS ------------------ */
/* $Header: Hard0:C-Compiler/src/increv/rcs/increv.h,v 1.0 91/08/12 14:45:59 Mtwx Exp $ */
/* $Log: increv.h,v $
* Revision 1.0 91/08/12 14:45:59 Mtwx
* Initial revision
* */
/* ------------------------------- defines ------------------------------ */
#define DATE_UPD_ONLY 1
#define NEW_VERSION 2
#define NEW_REVISION 4
#define NEW_USER 8
#define NEW_ID 16
#define CREATE_FILE 32
#ifdef UNIX
#define FILENAME_LENGTH 14
#endif
#ifdef MSDOS
#define FILENAME_LENGTH 11
#endif
#ifdef AMIGA
#define FILENAME_LENGTH 30
#endif