home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / GNU / MAWK11AS.ZIP / CONFIG / SUN_OS41.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-18  |  597 b   |  30 lines

  1.  
  2. /********************************************
  3. sun_os41.h
  4. copyright 1991, Michael D. Brennan
  5.  
  6. This is a source file for mawk, an implementation of
  7. the AWK programming language.
  8.  
  9. Mawk is distributed without warranty under the terms of
  10. the 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) */
  24. int fprintf() ;
  25.  
  26.  
  27. #include "config/Idefault.h"
  28.  
  29. #endif
  30.