/*
 *****************************************************************************
 *
 * File:        stg_common.h
 *
 * Description: çÌÏÂÁÌØÎÏÅ ÄÌÑ ×ÓÅÇÏ ÐÒÏÅËÔÁ STG
 *
 * $Id: stg_common.h,v 1.1.1.1 2005/10/09 11:00:45 nobunaga Exp $
 *
 *****************************************************************************
 */

#ifndef _STG_COMMON_H_
#define _STG_COMMON_H_


#define LOGIN_LEN       (32)
#define PASSWD_LEN      (32)

#endif  /* _STG_COMMON_H_ */

/* EOF */