Expand PMF_FN_* macros.
[netbsd-mini2440.git] / gnu / usr.bin / awk / config / mips.h
blob5ab5d1e3ac39fdf1137518fa1394db77397bda8d
2 /********************************************
3 mips.h
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 ********************************************/
12 /*$Log: mips.h,v $
13 * Revision 1.2 91/11/15 08:13:20 brennan
14 * declaration for sprintf
16 * Revision 1.1 91/10/28 09:58:05 brennan
17 * Initial revision
21 /* tested and works on:
23 MIPS M2000 C 2.20 (4.52)
27 #ifndef CONFIG_H
28 #define CONFIG_H 1
30 #define HAVE_STRTOD 0
32 /* this is missing and print.c needs it */
33 char *sprintf() ;
35 #include "config/Idefault.h"
37 #endif