2 /********************************************
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 ********************************************/
17 * Revision 1.1 92/02/25 08:13:12 brennan
25 /* system compiler is gcc and has <stdlib.h> */
26 #define HAVE_STDLIB_H 1
28 #include "config/Idefault.h"