]> git.stg.codes - stg.git/blob - include/stg_common.h
Добавление исходников
[stg.git] / include / stg_common.h
1 /*
2  *****************************************************************************
3  *
4  * File:        stg_common.h
5  *
6  * Description: çÌÏÂÁÌØÎÏÅ ÄÌÑ ×ÓÅÇÏ ÐÒÏÅËÔÁ STG
7  *
8  * $Id: stg_common.h,v 1.1.1.1 2005/10/09 11:00:45 nobunaga Exp $
9  *
10  *****************************************************************************
11  */
12
13 #ifndef _STG_COMMON_H_
14 #define _STG_COMMON_H_
15
16
17 #define LOGIN_LEN       (32)
18 #define PASSWD_LEN      (32)
19
20 #endif  /* _STG_COMMON_H_ */
21
22 /* EOF */
23