home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / MAWK113.ZIP / mawk113 / config / mips.h < prev    next >
C/C++ Source or Header  |  1991-11-15  |  685b  |  39 lines

  1.  
  2. /********************************************
  3. mips.h
  4.  
  5. This is a source file for mawk, an implementation of
  6. the AWK programming language.
  7.  
  8. Mawk is distributed without warranty under the terms of
  9. the GNU General Public License, version 2, 1991.
  10. ********************************************/
  11.  
  12. /*$Log: mips.h,v $
  13.  * Revision 1.2  1991/11/15  08:13:20  brennan
  14.  * declaration for sprintf
  15.  *
  16.  * Revision 1.1  91/10/28  09:58:05  brennan
  17.  * Initial revision
  18.  * 
  19. */
  20.  
  21. /* tested and works on:
  22.  
  23.    MIPS M2000     C 2.20 (4.52)
  24.  
  25. */
  26.  
  27. #ifndef  CONFIG_H
  28. #define  CONFIG_H    1
  29.  
  30. #define  HAVE_STRTOD    0
  31.  
  32. /* this is missing and print.c needs it */
  33. char *sprintf() ;
  34.  
  35. #include "config/Idefault.h"
  36.  
  37. #endif
  38.  
  39.