Expand PMF_FN_* macros.
[netbsd-mini2440.git] / gnu / usr.bin / awk / config / apollo.h
blobec1ddafbc36deb8985c6f8d78b932f8a1bb64ed6
2 /********************************************
3 apollo.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 ********************************************/
13 /*
14 compiled and tested on apollo SR10.3
17 #ifndef CONFIG_H
18 #define CONFIG_H 1
20 /* don't have IEEE hardware */
21 #define FPE_TRAPS_ON 1
22 #define FPE_ZERODIVIDE FPE_FLTDIV_FAULT
23 #define FPE_OVERFLOW FPE_FLTOVF_FAULT
25 /* compiler sets __STDC__ but really is not ansi */
26 #undef __STDC__
28 #include "config/Idefault.h"
31 #endif /* CONFIG_H */