Expand PMF_FN_* macros.
[netbsd-mini2440.git] / gnu / usr.bin / awk / config / next.h
blob58e46ee57aa23241803649b3f2ffc31c896767aa
2 /********************************************
3 next.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 ********************************************/
13 Next OS 2.1
16 /* $Log: next.h,v $
17 * Revision 1.1 92/02/25 08:13:12 brennan
18 * Initial revision
22 #ifndef CONFIG_H
23 #define CONFIG_H 1
25 /* system compiler is gcc and has <stdlib.h> */
26 #define HAVE_STDLIB_H 1
28 #include "config/Idefault.h"
30 #endif