home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / MAWK113.ZIP / mawk113 / config / sun_os41.h < prev    next >
C/C++ Source or Header  |  1992-07-07  |  709b  |  36 lines

  1.  
  2. /********************************************
  3. sun_os41.h
  4. copyright 1991, 1992.   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.4  1992/07/07  15:45:58  brennan
  16.  * <stdlib.h> is non-standard
  17.  *
  18.  * Revision 1.3  1991/12/05  08:24:02  brennan
  19.  * 1.1 pre-release
  20.  *
  21. */
  22.  
  23. #ifndef  CONFIG_H
  24. #define  CONFIG_H
  25.  
  26. /* this is missing (actually its in 5include) */
  27. int fprintf() ;
  28.  
  29. /* this is not in <stdlib.h>  */
  30. double strtod() ;
  31.  
  32.  
  33. #include "config/Idefault.h"
  34.  
  35. #endif
  36.