1 /****************************
2  *                          *
3  * mindfocus configure file *
4  *                          *
5  ****************************/
6 
7 /*
8  *
9  * �����ȡ�����������ե�����̾������
10  *
11  */
12 
13 /* �����ȡ���ǥ��쥯�ȥ� */
14 #define INSTALLDIR ${PREFIX}/bin
15 
16 /* �ǥե���ȥǡ��������ȡ��뤹���� */
17 #define DATADIR ${PREFIX}/share/examples/mindfocus
18 
19 /* �ĿʹĶ���¸�ե�����(����ե�����)��̾�� */
20 #define DOTFILENAME ".mindfocus"
21 
22 
23 /*
24  *
25  * �饤�֥��λ��Ѥ�����
26  *
27  */
28 
29 
30 /* �͡��ʷ������¸������ĥ�����ߡ�����ʤ��ǤϺ�ư���ޤ���*/
31 #define SHAPE
32 
33 /* XPM�ե����ޥåȤ��б�������Ȥ���������롣���ΤȤ�����¾�ɬ�ܡ� */
34 #define XPM
35 #define XPMLIBRARY -L${PREFIX}/lib -lXpm
36 
37 
38 /*
39  *
40  * ����¾
41  *
42  */
43 
44 /* for SunOS */
45 /* SunOS�ǻ��Ѥ���ݤ�������Ʋ������� */
46 /*#define SUNOS*/
47 
48 /* ���˥᡼�����������뤫�ɤ��� */
49 /* ������������ʤΤ�������ʤ��ȥ���ѥ��뤬�̤�ʤ��� */
50 #define ANIMATION
51 
52 /* �������������� */
53 #define VERSION 0.87
54 
55 /* �ǥХå��ե饰 */
56 /* �Ƽ�ǥХå���å�������ɽ������褦�ˤʤ� */
57 /* #define DEBUG */
58 
59 /*
60  *
61  * ������������Խ����ʤ��Dz�������
62  *
63  */
64 
65 #ifdef SUNOS
66 #define RAND_MAX 65535
67 #endif /* SUNOS */
68