386BSD 0.1 development
[unix-history] / usr / src / usr.bin / awk / config / sun_os41.h
CommitLineData
a7e60862
WJ
1
2/********************************************
3sun_os41.h
4copyright 1991, Michael D. Brennan
5
6This is a source file for mawk, an implementation of
7the AWK programming language.
8
9Mawk is distributed without warranty under the terms of
10the GNU General Public License, version 2, 1991.
11********************************************/
12
13
14/* $Log: sun_os41.h,v $
15 * Revision 1.3 91/12/05 08:24:02 brennan
16 * 1.1 pre-release
17 *
18*/
19
20#ifndef CONFIG_H
21#define CONFIG_H
22
23/* this is missing (actually its in 5include) */
24int fprintf() ;
25
26
27#include "config/Idefault.h"
28
29#endif