.ad 8
.bm 8
.fm 4
.bt $Copyright by SAP AG, 1997$$Page %$
.tm 12
.hm 6
.hs 3
.tt 1 $SAP AG$ADABAS FOR R/3$VTT05X$

.tt 2 $$$
.tt 3 $$$1997-10-28$
***********************************************************
.nf


    ========== licence begin  GPL
    Copyright (C) 2001 SAP AG

    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
    as published by the Free Software Foundation; either version 2
    of the License, or (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
    ========== licence end

.fo
.nf
.sp
Module  :
=========
.sp
Purpose :
.CM *-END-* purpose -------------------------------------
.sp
.cp 3
Define  :

// iconstant.h
//
#ifndef __ICONSTANTS_H
#define __ICONSTANTS_H
#include <windows.h>

// Maximale Laenge des Namens des zu verwaltenden Moduls
#define MAX_MODULE_LENGTH	65
#define OLD_MAX_MODULE_LENGTH	25
#define MAX_NODE_LENGTH		(MAX_COMPUTERNAME_LENGTH+1)
#define MAX_USER_LENGTH		21

#define MAX_MODULENAME_LENGTH		(MAX_MODULE_LENGTH-1)
#define OLD_MAX_MODULENAME_LENGTH	(OLD_MAX_MODULE_LENGTH-1)
#define MAX_NODENAME_LENGTH		(MAX_NODE_LENGTH-1)
#define MAX_USERNAME_LENGTH		(MAX_USER_LENGTH-1)

// directory where the developers put their changed modules 
// (former GRP-Directory)
#define STR_COMMON_DEVELOP_DIR		"DEVELOP"


// Initial number of entries in VersionUserRef list
#define	INITIAL_VERSION_USER_REF_LIST_ENTRIES	8


#define CURRENT_VERSION		3
#define OLD_VERSION			2

// STATFILENAME: is the name of the file where all the module locking information
//				 is stored (binary file). There exists an text file which saves
//				 all the actions taken place on the binary statfile (ext: PROT)
#define OLDSTATFILENAME  "statfile"
#define STATFILENAME  "statfile64"


// Do not add any entries behind this line!
#endif

.CM *-END-* define --------------------------------------
.sp;.cp 3
Use     :

.CM *-END-* use -----------------------------------------
.sp;.cp 3
Synonym :

.CM *-END-* synonym -------------------------------------
.sp;.cp 3
Author  : Josef Hasenberger
.sp
.cp 3

Created : 1997-10-28
.sp
.cp 3
Version : 1997-10-28
.sp
.cp 3
Release :      Date :
.sp
***********************************************************
.sp
.cp 10
.fo
.oc _/1
Specification:

.CM *-END-* specification -------------------------------
.sp 2
***********************************************************
.sp
.cp 10
.fo
.oc _/1
Description:

.CM *-END-* description ---------------------------------
.sp 2
***********************************************************
.sp
.cp 10
.nf
.oc _/1
Structure:

.CM *-END-* structure -----------------------------------
.sp 2
**********************************************************
.sp
.cp 10
.nf
.oc _/1
.CM -lll-
Code    :
/*PRETTY*/


.CM *-END-* code ----------------------------------------
.sp 2
***********************************************************
*-PRETTY-*  statements    :           0
*-PRETTY-*  lines of code :           0
*-PRETTY-*  lines in file :           0
.pa

