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

  1.  
  2. /********************************************
  3. sgi.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. /*
  13.   SGI  IRIX4.0.1
  14. */
  15.  
  16. /* $Log: sgi.h,v $
  17.  * Revision 1.1  1992/02/25  08:10:22  brennan
  18.  * Initial revision
  19.  *
  20. */
  21.  
  22. #ifndef  CONFIG_H
  23. #define  CONFIG_H    1
  24.  
  25. #define  HAVE_STRTOD    0
  26.  
  27. #include "config/Idefault.h"
  28.  
  29. #endif
  30.  
  31.