Expand PMF_FN_* macros.
[netbsd-mini2440.git] / gnu / usr.bin / awk / config / think_c.h
blob9eee669eff5287fbbf0a05567abecaa1c27dbee2
2 /********************************************
3 Think_C.h
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 */
16 #ifndef CONFIG_H
17 #define CONFIG_H 1
19 #define HAVE_PROTOS 1
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"
31 #endif /* CONFIG_H */