Expand PMF_FN_* macros.
[netbsd-mini2440.git] / gnu / usr.bin / awk / config / dynix.h
blobe574b6359484a89bae2c886867689f221d361f23
2 /********************************************
3 dynix.h
5 This is a source file for mawk, an implementation of
6 the AWK programming language.
8 Mawk is distributed without warranty under the terms of
9 the GNU General Public License, version 2, 1991.
10 ********************************************/
12 /*$Log:
16 * should work on any Sequent running Final DYNIX
19 #ifndef CONFIG_H
20 #define CONFIG_H 1
22 #define HAVE_STRTOD 0
23 #define HAVE_FMOD 0
24 #define vfprintf(s,f,a) _doprnt(f,a,s)
25 #define FPE_TRAPS_ON 1
26 #define HAVE_MATHERR 0
27 #include <sys/types.h>
28 #include <machine/fpu.h>
29 #define FPE_ZERODIVIDE FPE_FLTDIV_TRAP
30 #define FPE_OVERFLOW FPE_FLTOVF_TRAP
32 extern char *strchr();
34 #include "config/Idefault.h"
36 #endif