home *** CD-ROM | disk | FTP | other *** search
/ Fujiology Archive / fujiology_archive_v1_0.iso / !FALCON / NOCREW / MP2_0997.ZIP / mp2_0997 / src / configs.h < prev    next >
C/C++ Source or Header  |  1999-07-12  |  193b  |  9 lines

  1. #ifndef _CONFIGS_H_
  2. #define _CONFIGS_H_
  3.  
  4. #define DEFAULT_BLOCK_SIZE 1024 /* kb */
  5. #define DEFAULT_TIME_SLICE 500 /* ms */
  6. #define DEFAULT_COUNT_DIR 1    /* =down */
  7.  
  8. #endif _CONFIGS_H_
  9.