Sync usage with man page.
[netbsd-mini2440.git] / gnu / usr.bin / awk / config / ultrix_vax.h
blobe58ec2303cca59b9bc6ff968d67661218688c956
2 /********************************************
3 ultrix_vax.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 /* $Log: ultrix_vax.h,v $
15 * Revision 4.1 91/09/25 11:42:07 brennan
16 * VERSION 1.0
18 * Revision 3.2 91/08/13 09:04:23 brennan
19 * VERSION .9994
21 * Revision 3.1 91/06/07 10:38:53 brennan
22 * VERSION 0.995
26 /* tested on:
27 ULTRIX V4.1 (Rev. 200) System #3 on MicroVax 3600
28 ULTRIX V3.1 on vax??
31 #ifndef CONFIG_H
32 #define CONFIG_H 1
34 /* don't have IEEE hardware */
35 #define FPE_TRAPS_ON 1
36 #define FPE_ZERODIVIDE FPE_FLTDIV_FAULT
37 #define FPE_OVERFLOW FPE_FLTOVF_FAULT
39 /* want SysV style matherr(),
40 so set -YSYSTEM_FIVE compiler flag
41 in Makefile
44 #include "config/Idefault.h"
47 #endif /* CONFIG_H */