386BSD 0.1 development
[unix-history] / usr / src / usr.bin / awk / config / sysV_ieeefp.h
CommitLineData
a7e60862
WJ
1
2/********************************************
3sysV_ieeefp.h
4copyright 1991, Michael D. Brennan
5
6This is a source file for mawk, an implementation of
7the AWK programming language.
8
9Mawk is distributed without warranty under the terms of
10the GNU General Public License, version 2, 1991.
11********************************************/
12
13
14/* $Log: sysV_ieeefp.h,v $
15 * Revision 4.1 91/09/25 11:41:45 brennan
16 * VERSION 1.0
17 *
18 * Revision 1.3 91/09/10 09:19:41 brennan
19 * fixed comment typo
20 *
21 * Revision 1.2 91/08/13 09:04:17 brennan
22 * VERSION .9994
23 *
24 * Revision 1.1 91/07/03 06:36:41 brennan
25 * Initial revision
26 *
27*/
28
29/* This is the config.h file for
30 SystemV R3+
31 with IEEE754 floating point
32 **and a math library that supports ieee754**
33
34 This should work on SysV R3+ systems on i386 or i486
35 compiled and tested on:
36
37*/
38
39#ifndef CONFIG_H
40#define CONFIG_H 1
41
42
43#define TURN_OFF_FPE_TRAPS() (void) fpsetmask(0)
44
45#include "config/Idefault.h"
46#endif /* CONFIG_H */