2 /********************************************
4 copyright 1991, Michael D. Brennan
6 This is a source file for mawk, an implementation of
7 the AWK programming language.
9 Mawk is distributed without warranty under the terms of
10 the GNU General Public License, version 2, 1991.
11 ********************************************/
15 This has been compiled and tested on
16 SCO XENIX R2.3.1 SysV on a i386
18 The floating point support is poor.
19 Even with a coprocessor there is no access to IEEE754
22 There is no way to tell what caused SIGFPE
26 /*$Log: xenix_r2.h,v $
27 * Revision 4.1 91/09/25 11:42:13 brennan
30 * Revision 1.2 91/08/13 09:04:24 brennan
33 * Revision 1.1 91/06/19 10:17:08 brennan
41 #define FPE_TRAPS_ON 1
42 #define NOINFO_SIGFPE 1
45 I would guess that on a
286 you would want to
46 #define HAVE_SMALL_MEMORY 1
50 #include "config/Idefault.h"