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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-09-04
|
287 b
|
11 lines
/*#define HASHFILE "gnuchess:gnuchess.hash"*/
#define BOOK "local:gnuchess/gnuchess.book"
#define LANGFILE "local:gnuchess/gnuchess.lang"
#define QUIETBACKGROUND 1
#define NOSCORESPACE 1
#define HISTORY 1
#include "gnuchess.h"
#ifndef abs
#define abs(n) (((n) >= 0) ? (n) : -(n))
#endif