1: /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
2:
3: /*
4: $Header: b0fea.h,v 1.4 85/08/22 16:41:18 timo Exp $
5: */
6:
7: #ifdef CWI
8: #define CONVERSION
9: #endif
10:
11: #ifdef unix
12: #define PRMNVFILE ".prmnv"
13: #define SAVEPRMNVFILE ".prmnv_save"
14: #define SIGNAL
15: #define SETJMP
16: #define KILL
17: #define TIMING
18: #define ISATTY
19: #endif unix
20:
21: /* ******************************************************************** */
22:
23: #ifndef unix
24:
25: #define RENAME
26:
27: #endif !unix
28:
29: /* ******************************************************************** */
30:
31: #ifdef vax
32:
33: #define BSD_SELECT
34:
35: #endif vax
36:
37: /* ******************************************************************** */
38:
39: #ifdef IBMPC
40:
41: #define LATTICE
42: #define SIGNAL
43: #define START_MESSAGE
44: #define NO_ABS
45: #define SETJMP
46: #define ISATTY
47:
48: #endif IBMPC
49:
50: /* ******************************************************************** */
51:
52: #ifndef IBMPC
53:
54: /* #define EXT_COMMAND */
55: #define TYPE_CHECK
56: #define PRINT_APPROX
57:
58: #endif !IBMPC
Defined macros
KILL
defined in line
16; used 2 times
SETJMP
defined in line
45; used 11 times
Usage of this include