Expand PMF_FN_* macros.
[netbsd-mini2440.git] / gnu / usr.bin / awk / config / sysV.h
blob4a44ab2820a1354065942cc68f724a801ad0563b
2 /********************************************
3 sysV.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 is for sysVR3+
16 without IEEE754 floating point
18 Even with IEEE754 hardware e.g. a 80x87 or 486
19 you might need this, because the math library doesn't
20 support the hardware.
22 tested on SCO UNIX VR3.2v2.0
26 /*$Log: sysV.h,v $
27 * Revision 4.1 91/09/25 11:41:40 brennan
28 * VERSION 1.0
30 * Revision 1.2 91/08/13 09:04:15 brennan
31 * VERSION .9994
33 * Revision 1.1 91/08/03 05:49:52 brennan
34 * Initial revision
38 #ifndef CONFIG_H
39 #define CONFIG_H 1
41 #define FPE_TRAPS_ON 1
42 #define NOINFO_SIGFPE 1
45 #include "config/Idefault.h"
47 #endif /* CONFIG_H */