Expand PMF_FN_* macros.
[netbsd-mini2440.git] / gnu / usr.bin / awk / config / atarist.h
blob28fac90810d5e72225eb7304028b6e15defa9fb0
1 /********************************************
2 atarist.h
3 ++jrb bammi@cadence.com
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 ********************************************/
13 /*
14 This is for atariST/StE/TT series with gcc
15 Tested with gcc-1.40 + libs @ Patchlevel 73
19 /*$Log: atarist.h,v $
20 * Revision 1.1 91/10/29 10:48:52 brennan
21 * Initial revision
25 #ifndef CONFIG_H
26 #define CONFIG_H 1
28 #define HAVE_STDLIB_H 1
30 #define FPE_TRAPS_ON 1
31 #define NOINFO_SIGFPE 1
33 #include <compiler.h>
34 #define SIZE_T(X) ((size_t)(X))
36 #include "config/Idefault.h"
37 #endif /* CONFIG_H */