Sync usage with man page.
[netbsd-mini2440.git] / gnu / usr.bin / awk / config / xenix_r2.h
blobe8f45b60591b894559c2253462f906414c3209b4
2 /********************************************
3 xenix_r2.h
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 ********************************************/
14 /*
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
20 functionality.
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
28 * VERSION 1.0
30 * Revision 1.2 91/08/13 09:04:24 brennan
31 * VERSION .9994
33 * Revision 1.1 91/06/19 10:17:08 brennan
34 * Initial revision
38 #ifndef CONFIG_H
39 #define CONFIG_H 1
41 #define FPE_TRAPS_ON 1
42 #define NOINFO_SIGFPE 1
44 #if 0
45 I would guess that on a 286 you would want to
46 #define HAVE_SMALL_MEMORY 1
47 #endif
50 #include "config/Idefault.h"
52 #endif /* CONFIG_H */