/* $Id: anl_def.h,v 1.16 2007/07/16 17:29:03 ishisaki Exp $ c c File: anl_def.h c Description: Constant definition file for ANL c Date: 22-Feb-1996 c Author: Y.Ishisaki c */ #ifndef _ANL_DEF_H_ #define _ANL_DEF_H_ /* ANL version string */ #define ANL_VERSION "version 1.81" /* maximum module number */ #define MAX_ANALYSIS 100 /* default HBOOK storage */ #define DEFAULT_HBOOK_BUF_SIZE 2200000 /* BNK storage */ #define DEFAULT_BNK_BUF_SIZE 120000 #endif /* _ANL_DEF_H_ */