home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 4: Phase Four / 17Bit_Phase_Four.iso / files / 2801.dms / 2801.adf / Chess / src.lha / src / defines.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-04  |  287 b   |  11 lines

  1. /*#define HASHFILE "gnuchess:gnuchess.hash"*/
  2. #define BOOK "local:gnuchess/gnuchess.book"
  3. #define LANGFILE "local:gnuchess/gnuchess.lang"
  4. #define QUIETBACKGROUND 1
  5. #define NOSCORESPACE 1
  6. #define HISTORY 1
  7. #include "gnuchess.h"
  8. #ifndef abs
  9. #define abs(n) (((n) >= 0) ? (n) : -(n))
  10. #endif
  11.