2 /********************************************
5 copyright 1991, Michael D. Brennan
7 This is a source file for mawk, an implementation of
8 the AWK programming language.
10 Mawk is distributed without warranty under the terms of
11 the GNU General Public License, version 2, 1991.
12 ********************************************/
14 /* Think C 4.0 for the Macintosh */
20 #define HAVE_STDARG_H 1
21 #define HAVE_STDLIB_H 1
23 #define HAVE_MATHERR 0
24 #define FPE_TRAPS_ON 1
25 #define NOINFO_SIGFPE 1
27 #define SIZE_T(x) (size_t)(x)
29 #include ":config:Idefault.h"